Search Framework:
IOptimizationHost
Namespace: WealthLab.Backtest
Parent:

The IOptimizationHost interface allows Optimization Visualizers to communicate back to their host Optimization (Strategy) window.

Members
OptimizationMethod
OptimizerBase OptimizationMethod

Returns the selected Optimizer (instance of the OptimizerBase class) that was used during the optimization.


RunWFOBacktest
void RunWFOBacktest()

Causes the Strategy window to run a backtest using the out-of-sample WFO Parameter instances.


ShowDetailedResults
void ShowDetailedResults(WFOResult wfor)

Causes the Strategy window to run a standard optimization using the date range specified in the WFOResult instance passed in the wfor parameter.


StrategyHost
IStrategyHost StrategyHost

Returns an instance of the IStrategyHost interface that allows communcation with the host Strategy window.


StrategyOptimizer
StrategyOptimizer StrategyOptimizer

Returns the instance of the StrategyOptimizer that was used to perform the (standard) optimization.


WFOOptimizer
WFOOptimizer WFOOptimizer

Returns the instance of the WFOOptimizer that was used to perform the (WFO) optimization.