Semi Auto Ea?

 

Please correct the coding example... i've no idea how to make it happen...


if (Question==true){                   // Flag (question is already put)
         int ret=MessageBox("Buy Now?",
         "Question", MB_YESNO|MB_ICONQUESTION|MB_TOPMOST); // Message box
        //--------------------------------------------------------- 3 --
         if(ret==IDYES)                   // If the answer is Yes
         Ticket = OrderSend(Symbol(), OP_BUY, LotsOptimized(), Ask, Slippage, StopLossLevel, TakeProfitLevel,
          "", MagicNumber, 0, DodgerBlue);
          }


thanks..


regards,


MANSTIR

 
Hello MANSTIR
Dialog box "Tools/Options/Expert Advisors" of MetaTrader 4 has option "Ask manual confirmation".
It may be useful in your case instead of libraries using.
Best regards
Ais
 
Ais:
Hello MANSTIR
Dialog box "Tools/Options/Expert Advisors" of MetaTrader 4 has option "Ask manual confirmation".
It may be useful in your case instead of libraries using.
Best regards
Ais

thanks ais,


hehehe i've never think about it before... i will try it now... thanks for prompt answer...


regards,


MANSTIR