place pending order based on past 200 candle like
-
hi guys actually once i lunch the EA on chart then it have to look back off last 200 candle to check tha condition if the condition matched in that area EA need to place Pending order
-
@maniamuthan You will need a loop to do that. What condition is the one the EA is supposed to look for.
-
if same buy candle in a row like cabdle id 2 and candle 1 then take low of iD 1 and High of id 2 to draw line in average these condition working from once i lunched in chart but i need EA to look right and draw line for once(on int)
-
@maniamuthan I'm afraid I don't get it. Can you please upload a screenshot to understand?
-

-
once i start the EA only its draw line but its need to check right side also and draw line once condition meet
-
checking right side once per chart only thats mean if i lunch in one fresh chart its need to check last 200 candle for one time