Gets the current phase of the object initialization.
ENUM_INIT_PHASE InitPhase()
Returned value
Current phase of the object initialization.
Note
The object initialization consist of several phases:
1. Start initialization.
- start - after finish of the constructor - finish - after successful completion of the Init(...) method. - allowed - call of the Init(...) method - not allowed - call of the ValidationSettings() method and other initialization methods
2. Parameters setting phase. In this phase you need to set all the object parameters, used for creation of indicators.