TopGridSearchResult#

API documentation for tradeexecutor.analysis.grid_search.TopGridSearchResult Python class in Trading Strategy framework.

class TopGridSearchResult[source]#

Bases: object

Sorted best grid search results.

__init__(cagr, sharpe)#
Parameters:
Return type:

None

Methods

__init__(cagr, sharpe)

Attributes

cagr

Top returns

sharpe

Top Sharpe

cagr: list[tradeexecutor.backtest.grid_search.GridSearchResult]#

Top returns

sharpe: list[tradeexecutor.backtest.grid_search.GridSearchResult]#

Top Sharpe

__init__(cagr, sharpe)#
Parameters:
Return type:

None