optimiser#
API documentation for tradeexecutor.backtest.optimiser Python module in Trading Strategy.
Module description#
Machine learning based optimiser for the strategy parameters.
Users scikit-optimize library
Similar as grid seacrh
Instead of searching all parameter combinations, search only some based on an algorithm
Classes#
Have a minimum threshold of a created trading position count. |
|
Middleware between Optimiser and TS frameworks. |
|
The outcome of the optimiser run. |
|
Single optimiser search result value. |
|
Apply to drop bad optimiser result. |
|
The function definition for the optimiser search function. |
Functions#
|
Turn scikit-optimise search arguments to a grid combination. |
|
Get all dimensions we are going to search. |
|
Search different strategy parameters using an optimiser. |
|
Optimised parameters must be expressed using scikit-optimise internals. |