SaaSHub helps you find the best software and product alternatives Learn more →
Indicator Alternatives
Similar projects and alternatives to indicator
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
quant-trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
-
-
awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
-
pandas-ta
Discontinued Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators [GET https://api.github.com/repos/twopirllc/pandas-ta: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
Finding-Alpha-with-AI
A 3 part series of Jupyter notebooks to help one find alpha in the stock market with AI
-
-
Stock.Indicators
Stock Indicators for .NET is a C# NuGet package that transforms raw equity, commodity, forex, or cryptocurrency financial market price quotes into technical indicators and trading insights. You'll need this essential data in the investment tools that you're building for algorithmic trading, technical analysis, machine learning, or visual charting.
indicator discussion
indicator reviews and mentions
- Indicator: Indicator Go delivers customizable strategies, backtesting framework
-
Infinite Data Processing in Go: Building Resilient Data Pipes with Channels
package main import ( "fmt" "[github.com/cinar/indicator/v2/helper](https://github.com/cinar/indicator/v2/helper)" "[github.com/cinar/indicator/v2/trend](https://github.com/cinar/indicator/v2/trend)" ) func main() { // 1. We start with a static slice of historical data historicalPrices := []float64{10.0, 12.0, 14.0, 13.0, 15.0, 18.0, 19.0, 17.0} // 2. Bridge the gap: convert the slice to a live stream marketTicks := helper.SliceToChan(historicalPrices) // 3. Pipe the ticks into a 3-period SMA processor from the library smaStream := trend.Sma(marketTicks, 3) // 4. Drain the output stream for avg := range smaStream { fmt.Printf("New SMA tick processed: %.2f\n", avg) } }
-
Integration of Technical Indicators into the DCA Bot: RSI, SMA, and etc.
GitHub: sdcoffey/techan - Technical Analysis Library for Go GitHub: cinar/indicator - Go Technical Indicators GitHub: go-whale/trade-indicators - Trading Indicators for Go Prometheus Documentation: Monitoring Best Practices
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Stats
cinar/indicator is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of indicator is Go.