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

Automated Trading Language Documentation

Screenshot
USDJPYpro, H1
Real
Subscribe to signal
FXmultitrend
176.40%, 22 809.91 USD
Using WinInet in MQL5.  Part 2:  POST Requests and Files Using WinInet in MQL5. Part 2: POST Requests and Files Waddah_Attar_Def_RSI Indicator
Waddah_Attar_Def_RSI
Author: GODZILLA
GenesisFractalGenesisFractal Try product
GenesisFractal
Author: BPASoftware

Low

Gets the element of the Low timeseries by index.

double  Low(
   int    ind         // index
   )

Parameters

ind

[in]  Element index.

Returned value

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