Hi all! I would like to be able to plot the market open with a horizontal line. I have this code so far and it works perfectly
But I dont know how to make it show only the CURRENT days instead of all previous days. Thank you in advance for any help!
Code:
def agg = AggregationPeriod.DAY;
plot data = Open(period = agg);
But I dont know how to make it show only the CURRENT days instead of all previous days. Thank you in advance for any help!