Search Framework:
IStrategyEvolverHost
Namespace: WealthLab.Core
Parent:

The IStrategyEvolverHost interface allows Strategy Evolver Visualizers to communicate with their host Strategy Evolver window. It provides methods for opening evolved Strategies in Strategy windows and sending Evolver results to the Filter Sets tool.

Methods
OpenStrategyWindow
void OpenStrategyWindow(StrategyEvolverResult ser)

Causes WL9 to open a new Strategy window loaded with the Strategy represented by the StrategyEvolverResult instance specified in ser.


PushResultsIntoFilterSetWindow
void PushResultsIntoFilterSetWindow(StrategyEvolverResultList erl)

Causes WL9 to open the Filter Sets tool window and populate it with the Strategy Evolver results contained in the StrategyEvolverResultList specified in erl.