Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3521-standardlibrary-expertclasses-expertbaseclasses-cexpert-cexpertinitindicators.md
T
2026-06-23 21:47:51 +08:00

524 B

InitIndicators

Initializes necessary indicators and timeseries.

virtual bool  InitIndicators(
   CIndicators*  indicators=NULL    // pointer
   )

Parameters

indicators

[in]  Pointer to collection of indicators and timeseries.

Return Value

true - successful completion, otherwise - false.

Note

The timeseries are initialized if the object uses a symbol or timeframe other than the one defined in the initialization.

Indicators and timeseries of all auxiliary EA objects are initialized.