We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81545fd + 14f776a commit 6585d2eCopy full SHA for 6585d2e
1 file changed
README.md
@@ -84,7 +84,7 @@ Parameters:
84
* qty_candles - optional - Number of candles you want to retrieve information of.
85
86
```python
87
-list = API.get_Candles("M1", "AUDUSD", start="05/22/2020 00:00:00", end="07/03/2022 12:00:00")
+list = API.get_CandlesRange("M1", "AUDUSD", start="05/22/2020 00:00:00", end="07/03/2022 12:00:00")
88
```
89
90
## get_ServerTime
0 commit comments