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

25 lines
462 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.
# 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).