Skip to content

Commit 59c3e04

Browse files
committed
adding IMI docs
1 parent dae8758 commit 59c3e04

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/func_groups/momentum_indicators.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ NOTE: The ``DX`` function has an unstable period.
4848
real = DX(high, low, close, timeperiod=14)
4949
```
5050

51+
### IMI - Intraday Momentum Index
52+
NOTE: The ``IMI`` function has an unstable period.
53+
```python
54+
real = IMI(open, close, timeperiod=14)
55+
```
56+
5157
### MACD - Moving Average Convergence/Divergence
5258
```python
5359
macd, macdsignal, macdhist = MACD(real, fastperiod=12, slowperiod=26, signalperiod=9)

0 commit comments

Comments
 (0)