Startup function called at the start of a system run.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public virtual void Startup() |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Startup |
| Visual C++ |
|---|
public: virtual void Startup() |
Remarks
Most systems should override this function to set basic
global system parameters such as profit targets, stop losses
and indicator creation.