grid_search#
tradeexecutor.backtest.grid_search Python module in Trading Strategy framework.
Module description#
Perform a grid search ove strategy parameters to find optimal parameters.
Classes#
One combination line in grid search. |
|
One value in grid search matrix. |
|
Result for one grid combination. |
|
Define how to create different strategy bodies. |
Functions#
|
|
|
Pick the best combination in the results based on one metric. |
|
Pick one combination in the results. |
|
Get iterable search matrix of all parameter combinations. |
|
|
|