influxdb/query/internal/gota
Jonathan A. Sternberg d42062def2 Add technical analysis algorithms
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)
2018-04-23 22:27:21 -04:00
..
README.md Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
cmo.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
cmo_test.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
ema.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
ema_test.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
kama.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
kama_test.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
rsi.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
rsi_test.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
trix.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
trix_test.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
utils_test.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00

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.