krishnakhanna

Panchang Time

krishnakhanna Atualizado   
//This indicator is required in NimblrTA and can be used to define timeslots for the trend confirmation

study("Panchang Time", overlay=true)
timeinrange(res, sess) => time(res, sess) != 0
premarket = #C0C0C0
regular = #0000FF
regularslot2 = #00CCFF
postmarket = #5000FF
notrading = na
sessioncolor = timeinrange("30", "0915-0930") ? premarket : timeinrange("30", "0915-0930") ? regular : timeinrange("30", "0931-1200") ? regularslot2 : timeinrange("30", "1201-1305") ? postmarket : notrading
bgcolor(sessioncolor, transp=90)
Notas de Lançamento:
Updated Panchang Timeslot Indicator
Date:29/01/2022

This indicator is required in NimblrTA and can be used to define timeslots for the trend confirmation
Notas de Lançamento:
Date: 29/01/2022

This indicator is required in NimblrTA and can be used to define timeslots for the trend confirmation
Refer to KP Panchang to identify the timeslots and update them from settings

Intended for intraday usage.

Automated Tools/Indicators/Screeners available at kkonline.org/nimblrta
Script de código aberto

Dentro do verdadeiro espírito TradingView, o autor deste script publicou ele como um script de código aberto, para que os traders possam compreender e checar ele. Um viva ao autor! Você pode usá-lo gratuitamente, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?