Fix wrong warning box

This commit is contained in:
Matthias 2019-08-16 06:29:19 +02:00
parent 93cf2cd19b
commit 8d206f8308

View File

@ -309,7 +309,9 @@ 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
!!! 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