vsaveris / trading-technical-indicators

Trading Technical Indicators python library
https://www.trading-technical-indicators.org/
MIT License
114 stars 33 forks source link

Rename indicator IntradayMovementIndex to IntradayMomentumIndex #29

Closed vsaveris closed 3 years ago

vsaveris commented 3 years ago

Intraday Momentum Index is implemented wrongly as Intraday Movement Index.

Correct the name of the indicator and apply the changes in the whole project (i.e. module, class name, docstring, test cases, constants etc.)