Please provide ORB line with Support-Resistance Line indicator like below image, input setting please use
// ─── Time Range Inputs ────────────────────────────────────────────────────────
start_hour = input.int(9, 'S-H', minval=0, maxval=23)
start_minute = input.int(16, 'S-M', minval=0, maxval=59)
start_second = input.int(0, 'S-S', minval=0, maxval=59)
end_hour = input.int(9, 'E-H', minval=0, maxval=23)
end_minute = input.int(16, 'E-M', minval=0, maxval=59)
end_second = input.int(59, 'E-S', minval=0, maxval=59)



I requested with SAHI App for the same but they provided like this lines appears only after 15min from market open. So its not useful.
