Disable dataprovider from hyperopt.
Dataprovider uses weak links to initialize, which cannot be pickled, and therefore cannot be used during hyperopt.
This commit is contained in:
@@ -290,7 +290,7 @@ if self.dp:
|
||||
so please be aware of it and make sure to not "look into the future" to avoid surprises when running in dry/live mode).
|
||||
|
||||
!!! Warning Warning in hyperopt
|
||||
This option should only be used in `populate_indicators()` - since it pulls the historic data from disk each time, which would be a huge performance penalty during hyperopt.
|
||||
This option cannot currently be used during hyperopt.
|
||||
|
||||
#### Available Pairs
|
||||
|
||||
|
Reference in New Issue
Block a user