MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Screenshot
XAUUSD, H1
Demo
STOCHASTIC 3TF AND INCREASE VOLSTOCHASTIC 3TF AND INCREASE VOL Try product
STOCHASTIC 3TF AND INCREASE VOL
Author: tol64
XADX Indicator
XADX
Author: GODZILLA
Event handling in MQL5: Changing MA period on-the-fly Event handling in MQL5: Changing MA period on-the-fly Subscribe to signal
LIBERTY FX
16.12%, 1 161.21 USD

InitTickVolume

Initalizes the TickVolume timeseries.

bool  InitTickVolume(
   CIndicators*  indicators    // pointer
   )

Parameters

indicators

[in]  Pointer to collection of indicators and timeseries.

Returned value

true if successful, otherwise false.

Note

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


Updated: 2011.07.26