Pretty self explanatory. Opening range display can be toggled directly from inputs.
FOR USE WITH INTRADAY TIME FRAMES
NOTE: There's a daylight savings time quirk where the following assignments need to be adjusted by 1 hour (the number 4 in the assignments below):
Code:def v_rth_start_in_minutes = Round((24*(v_rth_start-v_days_from_epoch)-4)*60,0); def v_rth_end_in_minutes = Round((24*(v_rth_end-v_days_from_epoch)-4)*60,0);![]()

thinkorswim Auto Levels (Prior Day High/Low | Overnight High/Low | Opening Range) 2016-04-21
Visualizes the high/low of prior day's composite trading, high/low of overnight, and opening range