@@ -120,17 +120,17 @@ Let assume you have selected the strategy `strategy-001.py`:
|
||||
|
||||
**Simple backtesting**
|
||||
```bash
|
||||
python3 ./freqtrade/main.py -s stragegy-001 backtesting --realistic-simulation
|
||||
python3 ./freqtrade/main.py -s strategy-001 backtesting --realistic-simulation
|
||||
```
|
||||
|
||||
**Refresh your test data**
|
||||
```bash
|
||||
python3 ./freqtrade/main.py -s stragegy-001 backtesting --realistic-simulation -r
|
||||
python3 ./freqtrade/main.py -s strategy-001 backtesting --realistic-simulation -r
|
||||
```
|
||||
|
||||
**Test with live data**
|
||||
```bash
|
||||
python3 ./freqtrade/main.py -s stragegy-001 backtesting --realistic-simulation -l
|
||||
python3 ./freqtrade/main.py -s strategy-001 backtesting --realistic-simulation -l
|
||||
```
|
||||
|
||||
### Which coins were tested?
|
||||
@@ -204,4 +204,4 @@ happy with the result of your strategy, feel free to offer me a coffee :)
|
||||
|
||||
- BTC: 1KouEQdEKGiFGvm9iCb5K9pkUqnsASqmGS
|
||||
- ETH: 0x767D8AfB3B31131cBbf5b7318D2046996c9a40f2
|
||||
- LTC: LXFPwMs38DMj6ecD4xWEPnWjNAjp78uNZM
|
||||
- LTC: LXFPwMs38DMj6ecD4xWEPnWjNAjp78uNZM
|
||||
|
||||
Reference in New Issue
Block a user