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

462 B

InitOpen

Initalizes the Open timeseries.

bool  InitOpen(
   CIndicators*  indicators    // pointer
   )

Parameters

indicators

[in]  Pointer to collection of indicators and timeseries.

Return Value

true - successful, otherwise - false.

Note

The Open timeseries is initialized only if the object uses the symbol/timeframe different from the symbol/timeframe defined at the first initialization (and timeseries is used further).