I'm trying to modify some code I found on a HLC indicator to run on a 24hr ES adv. chart that plots fixed lines forward 1.) from the close of the bar at 4:00pm to 4:00pm the next day 2.) fixed lines from the H & L of the overnight action and 3.) fixed lines from the H & L of RTH of the current day that start plotting at 4:00pm today to 4:00pm tomorrow.
In the code attached the Close Flatline works perfectly and the H&L lines for the previous overnight action track fixed from 9:30am to 9:30am.
Can someone help me with the code for the RTH H/L lines of the current day that start plotting at 4:00pm today to 4:00pm tomorrow. Thanks
Code that I've tried that uses ,D" has to be manually updated after 12:00am or dosen't update until then or the lines are not fixed and track up and down with price action after the close of markets.
In the code attached the Close Flatline works perfectly and the H&L lines for the previous overnight action track fixed from 9:30am to 9:30am.
Can someone help me with the code for the RTH H/L lines of the current day that start plotting at 4:00pm today to 4:00pm tomorrow. Thanks
Code that I've tried that uses ,D" has to be manually updated after 12:00am or dosen't update until then or the lines are not fixed and track up and down with price action after the close of markets.
Comment