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

Automated Trading Language Documentation

Screenshot
GBPJPY, D1
Demo
FractalAMA Indicator
FractalAMA
Author: GODZILLA
Subscribe to signal
Martin Real
73.49%, 398.98 USD
Trademinator 3: Rise of the Trading Machines Trademinator 3: Rise of the Trading Machines Follow and TrapFollow and Trap Try product
Follow and Trap
Author: tomsuk001

RealVolume

Gets the element of the RealVolume timeseries by index.

long  RealVolume(
   int    ind         // index
   )

Parameters

ind

[in]  Element index.

Returned value

If successful, it returns the numerical value of the RealVolume timeseries element with specified index, otherwise it returns EMPTY_VALUE.

Note

The EMPTY_VALUE is returned in two cases:

1.Timeseries is not used (the corresponding bit is not set).

2. Element index is out of range.


Updated: 2011.07.26