Highs and Lows
-
Hi guys
I want the EA find highest price and the lowest price during a specified time session . The the EA should draw horizontal line on the highest price and the lowest price.
for example during 08:00 am and 10am i want the EA to find the lowest and the highest prices during that range then draw the lines.
-
Market properties highest or lowest time period using the times you want.
-
@jstap thank you
-
Hi, buddy Sorry I just wanted to know what did you put right operand of your condition block
-
@Lorenzo97 You don't need a condition block to do that. You need two variables storing that info with a 'modify variables' block.