Dogooder / Publications
Forum
MQL5. Need help with 2nd position and candle entry.
I'm trying to build an EA that can only allow a second trade (Position) only after the 1st trade is 10 candles behind. Tried this but didn't activate any trades-> MqlRates PriceInformation[]; ArraySetAsSeries(PriceInformation, true); int testData = CopyRates(Symbol(), Period(), 0, Bars(Symbol()