MR.
MR.
MR.
Added topic How will it check the symbol?
   bool tradeOn= false ;    for ( int pos= 0 ; pos< OrdersTotal ();pos++){        if (! OrderSelect (pos, SELECT_BY_POS))   continue ;        if
MR.
Added topic I want
I want to use auto lot sizing like this : balance 1000 - 1999 lot 0.01 balance 2000 - 2999 lot 0.02 balance 3000 - 3999 lot 0.03 I am already used " % of balance => lot 100% " and it gives me lot 0.01 on balance 1000 .. but when the balance exceed
MR.
Added topic Errors 'LotsOptimized' - function declarations are allowed on global, namespace or class scope only
//---------------------------------------------- Input parameters ---! input double          StartLotSize  = 0.01 ;     // The starting lot size input double
MR.
Added topic Why do I have different results testing my EA in different MT4 platforms?
Why do I have different results testing my EA in different MT4 platforms
MR.
Added topic Help- How to check symbol (Order Symbol)
   bool tradeOn= false ;    for ( int pos= 0 ; pos< OrdersTotal ();pos++){        if (! OrderSelect (pos, SELECT_BY_POS))   continue ;        if
MR.
Added topic Please fix error: empty controlled statement found
if (OrderModify(Ticket,Open_Price,New_SL,TP_Order, 0 ));
MR.
Added topic Close or Delete Pending Order When Buy Order or Sell Order Executed - MT4
Dear all, I am creating my system to open two pending orders - BuyStop and SellStop Next, I want it to Close or Delete one of the Stop order when Buy or Sell is executed. Example: Case 1: BuyStop and SellStop are Placed BuyStop is executed - Buy
MR.
Added topic Please fix this error - OrderDelete error 4108 - unknown ticket 84 for OrderDelete function - MT4
         // delete pending order          if (OrderDelete(ticket))              return ( 1 );
MR.
Added topic How to make EA Work quickly
Which Scripts will be the least busy EA
MR.
Added topic what does this language mean?
while (!IsTradeAllowed()) Sleep ( 500 );
MR.
Added topic Trading Hour - I need this script
I need this script Trading Hour Enable Time Filter : if true enables the time filter Trading Start Hour: operating start Hour Trading Start Minute: operating start minutes Trading Stop Hours: operating end Hour Trading Stop Minute: operating end
MR.
Added topic Close all positions at profit target in pips MQ4
Close all positions at profit target in pips MQ4
MR.
Added topic Delete the Pending Order when the Spread is high
Hello, Can you give me this mql4 Script?  Delete the Pending Order when the Spread is high