Forum

EA identify three or more bull/bear candles in a row

Hi, I am trying to code and EA that identifies three or more bull/bear candles in a row. I am having trouble trying to plan it out and code it. Any help will be greatly appreciated Thank you in advance

EA Help, Identifying Highest High

Hi, I am having some trouble trying to identify the highest high for the last x number of candles. I already have a for loop running to identify other Highs and Lows. - The for loop has to work backwards from eg 10 candles to the live candle. Any help is greatly appreciated Thanks in advance

Implement one order per Symbol MT4

Hi, I am trying to implement an Order Management feature in my EA. I want the EA to only place one order per Symbol. Has anyone implemented this before? Any help will be greatly appreciated Thankyou