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

Automated Trading Language Documentation

A DLL-free solution to communicate between MetaTrader 5 terminals using Named Pipes A DLL-free solution to communicate between MetaTrader 5... Screenshot
XAGUSD, M15
Demo
A BATTERY OUT IN BBANDSA BATTERY OUT IN BBANDS Try product
A BATTERY OUT IN BBANDS
Author: tol64
Subscribe to signal
A 00000
84.32%, 237.31 USD
XMA JJRSX System Indicator
XMA JJRSX System
Author: GODZILLA

TickVolume

Gets the element of the TickVolume timeseries by index.

long  TickVolume(
   int    ind         // Index
   )

Parameters

ind

[in]  Element index.

Returned value

If successful, it returns the numerical value of the TickVolume 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