Skip to content

Commit dfb3aa2

Browse files
committed
Add description to indicators
1 parent fcc22a8 commit dfb3aa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ pip install pyindicators
4141

4242
### Trend Indicators
4343

44+
Indicators that help to determine the direction of the market (uptrend, downtrend, or sideways) and confirm if a trend is in place.
45+
4446
#### Weighted Moving Average (WMA)
4547

4648
```python
@@ -146,9 +148,10 @@ pd_df.tail(10)
146148

147149
![EMA](https://github.com/coding-kitties/PyIndicators/blob/main/static/images/indicators/macd.png)
148150

149-
150151
### Momentum Indicators
151152

153+
Indicators that measure the strength and speed of price movements rather than the direction.
154+
152155
#### Relative Strength Index (RSI)
153156

154157
```python

0 commit comments

Comments
 (0)