Hi all,
New here to the community but really liking thinkScript and trying to get a better understanding of it. I'm currently trying to write a study that draws the high/low of the highest volume candle so as the day progresses, it updates the drawing to the latest candle with the highest volume. Issue I'm having is on a multi-session chart (5-min, 5 days), I only see the drawing on the latest session because I'm using "HighestAll" to find the bar with the highest volume. This function looks at all candles in the entire chart rather than just the candles within the session. Does anyone have any advice as to how I'd accomplish what I've described above, having the high/low on each trading session rather than just the last session?
I'm using HighestAll(), but is there something like HighestAll() that only checks the candles for the session rather than all the candles in the entire chart?
Any help would be greatly appreciated!
New here to the community but really liking thinkScript and trying to get a better understanding of it. I'm currently trying to write a study that draws the high/low of the highest volume candle so as the day progresses, it updates the drawing to the latest candle with the highest volume. Issue I'm having is on a multi-session chart (5-min, 5 days), I only see the drawing on the latest session because I'm using "HighestAll" to find the bar with the highest volume. This function looks at all candles in the entire chart rather than just the candles within the session. Does anyone have any advice as to how I'd accomplish what I've described above, having the high/low on each trading session rather than just the last session?
I'm using HighestAll(), but is there something like HighestAll() that only checks the candles for the session rather than all the candles in the entire chart?
Any help would be greatly appreciated!
Last edited by a moderator: