Time
Esta função retorna o horário de abertura 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:
2Time[candle, timeframe = CURRENT, symbol = SYMBOL]
3
4//Using aliases:
5T[candle, timeframe = CURRENT, symbol = SYMBOL]
6
7//Other examples
8Time[1]
9Time[1, M5, "EURUSD"]