Skip to content

Commit

Permalink
Merge pull request freqtrade#5495 from LoveIsGrief/docs/minor-fixes
Browse files Browse the repository at this point in the history
Docs: Minor grammar fixes
  • Loading branch information
xmatthias authored Aug 28, 2021
2 parents 19b3e8a + f79b30e commit 0a52d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/advanced-hyperopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Once the optimized parameters and conditions have been implemented into your str

To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt `--dmmp`/`--disable-max-market-positions` and `--eps`/`--enable-position-stacking` for Backtesting.

Should results don't match, please double-check to make sure you transferred all conditions correctly.
Should results not match, please double-check to make sure you transferred all conditions correctly.
Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy.
You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like `stoploss` or `trailing_stop`).

Expand Down
4 changes: 2 additions & 2 deletions docs/hyperopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,8 @@ After you run Hyperopt for the desired amount of epochs, you can later list all

Once the optimized strategy has been implemented into your strategy, you should backtest this strategy to make sure everything is working as expected.

To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt `--dmmp`/`--disable-max-market-positions` and `--eps`/`--enable-position-stacking` for Backtesting.
To achieve same the results (number of trades, their durations, profit, etc.) as during Hyperopt, please use the same configuration and parameters (timerange, timeframe, ...) used for hyperopt `--dmmp`/`--disable-max-market-positions` and `--eps`/`--enable-position-stacking` for Backtesting.

Should results don't match, please double-check to make sure you transferred all conditions correctly.
Should results not match, please double-check to make sure you transferred all conditions correctly.
Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy.
You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like `stoploss` or `trailing_stop`).

0 comments on commit 0a52d7c

Please sign in to comment.