Search Framework:
StrategyEvolverResults
Namespace: WealthLab.Backtest
Parent: object

Contains instances of StrategyEvolverResultLists that comprise the complete results of a Strategy Evolver run. This contains the information for the most current run and all of the Apex Strategy runs completed.

Properties
ApexResults
public List<StrategyEvolverResultList> ApexResults

A List of StrategyEvolverResultList instances that contains the results of each completed Apex Strategy run.


Results
public StrategyEvolverResultList Results

Returns the StrategyEvolverResultList that contains the results of the most recent Evolver runs.