I am having problems on how to approach this. I have been looking for days on how to do this and come up empty.
I have a line drawn at the open of bar at 11:00 now. This line draws a straight line from the open of it to the y axis.
All I want to do is make a condition that if the high(0) of any other bar after the 11:00 bars open must be greater......so basically anything under this line is not alerted or in condition (even if it passes the rest of the conditions)
high(0) > 10:00 open then action
I have some other basic conditions.
I want to ignore the rest of the conditions before 11:00. Mychart starts at 9:30 right now so the conditions before 11:00 are okay and do not need to be changed
I have a line drawn at the open of bar at 11:00 now. This line draws a straight line from the open of it to the y axis.
All I want to do is make a condition that if the high(0) of any other bar after the 11:00 bars open must be greater......so basically anything under this line is not alerted or in condition (even if it passes the rest of the conditions)
high(0) > 10:00 open then action
I have some other basic conditions.
I want to ignore the rest of the conditions before 11:00. Mychart starts at 9:30 right now so the conditions before 11:00 are okay and do not need to be changed
Comment