Skip to content

Commit 6585d2e

Browse files
authored
Merge pull request #5 from scwall/main
Update README.md
2 parents 81545fd + 14f776a commit 6585d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Parameters:
8484
* qty_candles - optional - Number of candles you want to retrieve information of.
8585

8686
```python
87-
list = API.get_Candles("M1", "AUDUSD", start="05/22/2020 00:00:00", end="07/03/2022 12:00:00")
87+
list = API.get_CandlesRange("M1", "AUDUSD", start="05/22/2020 00:00:00", end="07/03/2022 12:00:00")
8888
```
8989

9090
## get_ServerTime

0 commit comments

Comments
 (0)