Forum

I need help to put temporary stop on new orders " during " the loop completing close order.

I need help to put temporary stop on new order " during " the loop completing close order. Once loop closed all existing orders then new trade can start when possible. Please correct the code given below.. void neworder() { if (looking condition here until " bool closeall() " copmplete the

Need Alert Only Once, Please help for this Alert Code..

I need help to correct this code, it is keep alerting continuously when margin < 200 , but I want only once .!!! void marginlevelwarning() { double freemargin = MathRound(AccountInfoDouble( ACCOUNT_MARGIN_LEVEL )); if (freemargin < 200) { Alert("Margin Level Low : ", freemargin,"