in set 1 I set check if in trade and set variables 1-5 to 0
in set 2 I set trading time to 800 am to 4pm
check to see if in a trade
if variable 1 =0
the high is greater than or equal to the upper keltner channel
then
draw a blue vertical line
set variable 1 to 1
set variable 2 to 1
in set 3 check to see if in trade
if variable 1 = 1
the close is less than or equal to the keltner channel midline
then
draw a red vertical line
set variable 1 back to 0
I would think that this would draw a blue line when conditions were met followed by a red line when the second condition was met. I should see repeating blue/red lines
Its not drawing the reds and shouldn't draw a clusters of blues. How do I fix this?

Comment