commit
a0a00b74e2
@ -265,7 +265,7 @@ freqtrade hyperopt --timerange 20180401-20180501
|
|||||||
Hyperopt can reuse `populate_indicators`, `populate_buy_trend`, `populate_sell_trend` from your strategy, assuming these methods are **not** in your custom hyperopt file, and a strategy is provided.
|
Hyperopt can reuse `populate_indicators`, `populate_buy_trend`, `populate_sell_trend` from your strategy, assuming these methods are **not** in your custom hyperopt file, and a strategy is provided.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
freqtrade hyperopt --strategy SampleStrategy --customhyperopt SampleHyperopt
|
freqtrade hyperopt --strategy SampleStrategy --hyperopt SampleHyperopt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running Hyperopt with Smaller Search Space
|
### Running Hyperopt with Smaller Search Space
|
||||||
|
@ -139,7 +139,7 @@ By letting the bot know how much history is needed, backtest trades can start at
|
|||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
Let's try to backtest 1 month (January 2019) of 5m candles using the an example strategy with EMA100, as above.
|
Let's try to backtest 1 month (January 2019) of 5m candles using an example strategy with EMA100, as above.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
freqtrade backtesting --timerange 20190101-20190201 --ticker-interval 5m
|
freqtrade backtesting --timerange 20190101-20190201 --ticker-interval 5m
|
||||||
|
Loading…
Reference in New Issue
Block a user