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 34f5b6a commit dae8758Copy full SHA for dae8758
docs/func_groups/overlap_studies.md
@@ -1,4 +1,9 @@
1
# Overlap Studies Functions
2
+### ACCBANDS - Acceleration Bands
3
+```python
4
+upperband, middleband, lowerband = ACCBANDS(high, low, close, timeperiod=20)
5
+```
6
+
7
### BBANDS - Bollinger Bands
8
```python
9
upperband, middleband, lowerband = BBANDS(real, timeperiod=5, nbdevup=2, nbdevdn=2, matype=0)
0 commit comments