Startup function called at the start of a system run.

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

Syntax

C#
void Startup(
	SystemData baseSystem
)
Visual Basic (Declaration)
Sub Startup ( _
	baseSystem As SystemData _
)
Visual C++
void Startup(
	SystemData^ baseSystem
)

Parameters

baseSystem
Type: RightEdge.Common..::.SystemData
SystemData instance assigned to this system.

Remarks

Most systems should override this function to set basic global system parameters such as profit targets, stop losses and indicator creation.

See Also