mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
docs: correct header indentation in advanced-hyperopt
This commit is contained in:
@@ -142,7 +142,7 @@ class MyAwesomeStrategy(IStrategy):
|
|||||||
!!! Note
|
!!! Note
|
||||||
All overrides are optional and can be mixed/matched as necessary.
|
All overrides are optional and can be mixed/matched as necessary.
|
||||||
|
|
||||||
### Dynamic parameters
|
## Dynamic parameters
|
||||||
|
|
||||||
Parameters can also be defined dynamically, but must be available to the instance once the [`bot_start()` callback](strategy-callbacks.md#bot-start) has been called.
|
Parameters can also be defined dynamically, but must be available to the instance once the [`bot_start()` callback](strategy-callbacks.md#bot-start) has been called.
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@ class MyAwesomeStrategy(IStrategy):
|
|||||||
!!! Warning
|
!!! Warning
|
||||||
Parameters created this way will not show up in the `list-strategies` parameter count.
|
Parameters created this way will not show up in the `list-strategies` parameter count.
|
||||||
|
|
||||||
### Overriding Base estimator
|
## Overriding Base estimator
|
||||||
|
|
||||||
You can define your own optuna sampler for Hyperopt by implementing `generate_estimator()` in the Hyperopt subclass.
|
You can define your own optuna sampler for Hyperopt by implementing `generate_estimator()` in the Hyperopt subclass.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user