Summary
Custom initialization for the Indicator. This method is invoked when an indicator is launched.
Syntax
protected virtual void Initialize()
Example 1
//... protected override void Initialize() { //Place your Initialization logic here } //...
protected virtual void Initialize()
//... protected override void Initialize() { //Place your Initialization logic here } //...