I am having a little problem. I am trying some things out on the renko charts, and one thing i use is a pivot point calculation.
The problem is, how do i code it so it will update the new pivot point on the first open on the new day. Renkos are not timedependant, so i dont know when its gonna happen, could be 00:03 or 04:23.
Is the TimeHour[] and the likes gonna be enough, refernced on a Daily chart, or do i have to check opentimes of Open[0] against Open[1] every candle on the renko offline chart?? Code examples would be aprecciated. And just to be demanding,