Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 05:18:33 +0000



Post From: High/Low lines

[2024-09-15 17:11:48]
User61168 - Posts: 403
Yes. Red lines to bring over from yesterday’s H/L could be done via two spreadsheet formula study. One for high and another one for low.

Example logic for US regular session to draw high red line:

Id1=high/low study
Id2 = spreadsheet formula study

=If ( ABS(BARTIME-time(9,30,0)) <= time(0,0,1), ID2.sg1=id1.sg1[-1],id2.sg1[-1])