Low
Esta função retorna o preço da mínima de uma vela.
Parâmetros
| candle; | // A vela de referência. | ||
| timeframe | = CURRENT; | // O tempo gráfico de referência. | |
| symbol | = SYMBOL; | // O ativo de referência. |
Exemplos
1//Default example:
2Low[candle, timeframe = CURRENT, symbol = SYMBOL]
3
4//Using aliases:
5L[candle, timeframe = CURRENT, symbol = SYMBOL]
6
7//Other examples
8Low[1]
9Low[1, M5, "EURUSD"]