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

459 B

InitIndicators

Initializes all indicators and time series.

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

Parameters

indicators

[in]  Pointer to collection of indicators and timeseries.

Return Value

true - successful, otherwise - false.

Note

The timeseries are initialized only if the object uses the symbol or timeframe different from the symbol or timeframe defined at initialization.