Wealth-Lab Framework
Search Framework:
IOptimizationHost
Namespace: WealthLab.Backtest
Parent:
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()
ShowDetailedResults
void ShowDetailedResults(WFOResult wfor)
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.