Function called to display results.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
Control CreateResultsControl(
	FinalSystemResults finalResults,
	SerializableDictionary<string, string> settings
)
Visual Basic (Declaration)
Function CreateResultsControl ( _
	finalResults As FinalSystemResults, _
	settings As SerializableDictionary(Of String, String) _
) As Control
Visual C++
Control^ CreateResultsControl(
	FinalSystemResults^ finalResults, 
	SerializableDictionary<String^, String^>^ settings
)

Parameters

finalResults
Type: RightEdge.Common..::.FinalSystemResults
The trading system results and relevant settings.
settings
Type: SerializableDictionary<(Of <(String, String>)>)
The settings configured for this plugin, if applicable.

Return Value

An instantiated Control object.

Remarks

Once the trading system has completed and before the Trading System Results are displayed, the plugin will receive a copy of the complete SystemResults instance from the trading system. This contains all parameters of the system including the system results and risk assessment calculations.

See Also