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

25 lines
459 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.