Esta função retorna quanto tempo falta para o término da vela atual no timeframe e símbolo especificados.
Function
Section titled “Function” Name: TimeLeft Copied!
Aliases: TLeft Copied!
Parameters
Section titled “Parameters”Representa um intervalo de tempo: 'CURRENT', 'M1', 'M2', 'M3', 'M4', 'M5', 'M6', 'M10', 'M12', 'M15', 'M20', 'M30', 'H1', 'H2', 'H3', 'H4', 'H6', 'H8', 'H12', 'D1', 'W1', 'MN1'. | timeframe | = CURRENT; | // Tempo gráfico. |
Representa uma sequência de caracteres Unicode. | symbol | = SYMBOL; | // Símbolo do ativo. |
Examples
Section titled “Examples”//Default example:
TimeLeft[timeframe = CURRENT, symbol = SYMBOL]
//Using aliases:
TLeft[timeframe = CURRENT, symbol = SYMBOL]
//Other examples:
TimeLeft[M5, "PETR4"]