Forum

Build 625 EA not working anymore

Hi all, I have an EA that worked fine in MT4 version 600 and previous, not working anymore. There are no errors in the journal, it simply does not open trades. When I compile the code I get a warning (but no errors), apparently there is an issue with the function OrderSellect and OrderModify: for

Order Sellect Issue

Hi, Can anyone help me with the following; I've created a function to search and find the oldest open trade and the output is the ticket number, it works fine....but int FindOlderTrade() { int older_time; int ticket; for (int tomate = OrdersTotal() - 1; tomate >= 0; tomate--) { OrderSelect(tomate