♥ 0 |
Hi Pete, I tried searching for this but I didn’t have any luck. I want to plot the high and low for a specific time period, 15:00 to 16:15 for example, but I also want the line to only plot during that time period if possible. I’ll show you what I tried, but it’s not correct. def fifteen = if SecondsFromTime(1500) >= 0 and SecondsTillTime(1615) >= 0 then 1 else 0; def Hourlyhigh = high(period = AggregationPeriod.hour)[0]; plot fifteenHigh = if fifteen then HourlyHigh else Double.NaN; Thank you!
Marked as spam
|
Please log in to post questions.