https://github.com/drakkar-software/octobot-samples
OctoBot code samples
https://github.com/drakkar-software/octobot-samples
examples python utility
Last synced: about 1 year ago
JSON representation
OctoBot code samples
- Host: GitHub
- URL: https://github.com/drakkar-software/octobot-samples
- Owner: Drakkar-Software
- License: gpl-3.0
- Archived: true
- Created: 2021-03-07T16:47:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T17:14:50.000Z (over 5 years ago)
- Last Synced: 2025-05-01T19:15:21.913Z (about 1 year ago)
- Topics: examples, python, utility
- Language: Python
- Homepage: https://www.octobot.cloud/
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoBot-Samples
OctoBot samples
#### Download backtesting file from python
Modify the exchange name, symbols and timeframes to download in download_exchange_backtesting_file.py
Exchange name :
```python
"binance"
```
Symbols :
```python
["BTC/USDT", "ETH/USDT", "LTC/USDT"]
```
Timeframes :
```python
[TimeFrames.ONE_MINUTE, TimeFrames.FIVE_MINUTES, TimeFrames.ONE_HOUR]
```
Run in OctoBot directory :
```bash
python3 download_exchange_backtesting_file.py
```