An open API service indexing awesome lists of open source software.

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

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
```