TimeLeft
Esta função retorna quanto tempo falta para o término da vela atual no timeframe e símbolo especificados.
Parâmetros
| timeframe | = CURRENT; | // Tempo gráfico. | |
| symbol | = SYMBOL; | // Símbolo do ativo. |
Exemplos
1//Default example:
2TimeLeft[timeframe = CURRENT, symbol = SYMBOL]
3
4//Using aliases:
5TLeft[timeframe = CURRENT, symbol = SYMBOL]
6
7//Other examples
8TimeLeft[M5, "PETR4"]