d42062def2
This adds numerous technical analysis algorithms: * exponential_moving_average * double_exponential_moving_average * triple_exponential_moving_average * relative_strength_index * triple_exponential_average * kaufmans_efficiency_ratio (commonly referred to as just "Efficiency Ratio") * kaufmans_adaptive_moving_average * chande_momentum_oscillator (both the common 'smoothed' version, and the ta-lib version) |
||
---|---|---|
.. | ||
README.md | ||
cmo.go | ||
cmo_test.go | ||
ema.go | ||
ema_test.go | ||
kama.go | ||
kama_test.go | ||
rsi.go | ||
rsi_test.go | ||
trix.go | ||
trix_test.go | ||
utils_test.go |
README.md
This is a port of gota to be adapted inside of InfluxDB.
This port was made with the permission of the author, Patrick Hemmer, and has been modified to remove dependencies that are not part of InfluxDB.