thetruetrade / gotrade

Golang stock market technical analysis library
MIT License
145 stars 47 forks source link

Implement TRIX Indicator #15

Closed eugeneduvenage closed 10 years ago

eugeneduvenage commented 10 years ago

1-day Rate-Of-Change (ROC) of a Triple Smooth EMA

eugeneduvenage commented 10 years ago

This is the same as the TEMA (Tripple Exponential Moving Average) indicator that has already been completed