Mercy FxFoundation
Mercy FxFoundation
Friends

Add friends via their profile or user search and you will be able to see if they are online

Mercy FxFoundation
Added topic EA no longer open trade according to condition
double task = MarketInfo(Symbol(),MODE_ASK); double ilastBuy = FindLastBuyPrice(); if(FindLastBuyPrice() != 0 && pipsDistFromPriceBuy(FindLastBuyPrice()) <= -10 && CountTradesBuy() >= 1 && FindLastBuyPrice() - task >=
Mercy FxFoundation
Added topic Modify take profit of all current buy trades is not working in strategy tester
void modifyAllBuyOrdTP(){ if(CountTradesBuy()>=2){ for(int l_pos_4 = OrdersTotal() - 1; l_pos_4 >= 0; l_pos_4--) { OrderSelect(l_pos_4, SELECT_BY_TICKET); if(OrderSymbol() != Symbol() || OrderMagicNumber() != MagicNumber) continue;
Mercy FxFoundation
Registered at MQL5.community