Recent content by mschafferfx

  1. M

    Mql4 selllimit

    It is VERY easy to do what you want. The details of OrderSend are: int OrderSend( string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE) As you can see the...
Top