fix space name ...
This commit is contained in:
		| @@ -51,7 +51,7 @@ Rarely you may also need to override: | |||||||
| * `trailing_space` - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default) | * `trailing_space` - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default) | ||||||
|  |  | ||||||
| !!! Tip "Quickly optimize ROI, stoploss and trailing stoploss" | !!! Tip "Quickly optimize ROI, stoploss and trailing stoploss" | ||||||
|     You can quickly optimize the spaces `roi`, `stoploss` and `trailing_stoploss` without changing anything from the default hyperopt template by relying on your strategy to do most of the calculations. |     You can quickly optimize the spaces `roi`, `stoploss` and `trailing` without changing anything (i.e. without creation of a "complete" Hyperopt class with dimensions, parameters, triggers and guards, as described in this document) from the default hyperopt template by relying on your strategy to do most of the calculations. | ||||||
|  |  | ||||||
|     ``` python |     ``` python | ||||||
|     # Have a working strategy at hand. |     # Have a working strategy at hand. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user