In v11 i used a lot indicators calculated hourly and make them instant on tick chart using openminute or openhour[1] <> openhour
All indicators like show sessions , or draw 2 and 4 hours candles on tick chart and etc , was instant !
now have every change have to wait 10 -30 seconds. may be there is solution or approach to handle this now?
IF openhour[1] <> openhour THEN //OR OpenDayOfWeek<>OpenDayOfWeek[1]
// blab bla a lot logic
IF openhour = 21 THEN
CloseStart =21// open
ENDIF
IF openhour = 8 THEN
CloseStart =1// open
ENDIF
ENDIF
return