Time
Retorna o horário de abertura de uma vela.
Esta função retorna o horário de abertura de uma vela.
Função
Nome da função: Time
Aliases: T
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
//Default example:
Time[candle, timeframe = CURRENT, symbol = SYMBOL]
//Using aliases:
T[candle, timeframe = CURRENT, symbol = SYMBOL]
//Other examples
Time[1]
Time[1, M5, "EURUSD"]