Definition
The Initialize() method is called once when starting a strategy. This method can be used to configure indicator and strategy properties.
For example:
Method Return Value
This method does not return a value.
Syntax
See example below. The NinjaScript indicator and strategy wizards automatically generate the method syntax for you.
Method Of
Custom Indicator, Custom Strategy
Examples
|
protected override void Initialize()
|