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

490 B

InitRealVolume

Initalizes the RealVolume timeseries.

bool  InitRealVolume(
   CIndicators*  indicators    // pointer
   )

Parameters

indicators

[in]  Pointer to collection of indicators and timeseries.

Return Value

true - successful, otherwise - false.

Note

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