Search Framework:
IStrategyEvolverHost
Namespace: WealthLab.Backtest
Parent:

The IStrategyHost interface allows Strategy Evolver Visualizers to communicate back to their host Strategy Evolver window.

Methods
OpenStrategyWindow
public void OpenStrategyWindow(StrategyEvolverResult ser)

Causes WL8 to open a new Strategy window loaded with a Strategy generated from the StrategyEvolverResult instance specified in ser.


PushResultsIntoFilterSetWindow
public void PushResultsIntoFilterSetWindow(StrategyEvolverResultList erl)

Causes WL8 to open the Filter Sets tool window, populated with the contents of the StrategyEvolverResultList specified in erl.