Code: Select all
// © processingclouds
// processingclouds For bugs, and to show your support you can contact me anytime here and @gmail
//@version=5
indicator("Highlight 9 am", overlay = true)
isBackColor = not na(time(timeframe.period, "0900-1000"))
bgcolor(isBackColor ? color.green : na)