We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc22a8 commit dfb3aa2Copy full SHA for dfb3aa2
README.md
@@ -41,6 +41,8 @@ pip install pyindicators
41
42
### Trend Indicators
43
44
+Indicators that help to determine the direction of the market (uptrend, downtrend, or sideways) and confirm if a trend is in place.
45
+
46
#### Weighted Moving Average (WMA)
47
48
```python
@@ -146,9 +148,10 @@ pd_df.tail(10)
146
148
147
149

150
-
151
### Momentum Indicators
152
153
+Indicators that measure the strength and speed of price movements rather than the direction.
154
155
#### Relative Strength Index (RSI)
156
157
0 commit comments