MR. / Profile
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 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 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
: