Skip to content

Commit

Permalink
Merge pull request freqtrade#2144 from freqtrade/strategy_doc
Browse files Browse the repository at this point in the history
Fix wrong warning box
  • Loading branch information
xmatthias authored Aug 16, 2019
2 parents 80a7132 + 8d206f8 commit 1b6051e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/strategy-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,10 @@ if self.dp:
dataframe['best_bid'] = ob['bids'][0][0]
dataframe['best_ask'] = ob['asks'][0][0]
```
!Warning The order book is not part of the historic data which means backtesting and hyperopt will not work if this
method is used.

!!! Warning
The order book is not part of the historic data which means backtesting and hyperopt will not work if this
method is used.

#### Available Pairs

Expand Down

0 comments on commit 1b6051e

Please sign in to comment.