Cut Off – script MetaTrader 4

Cut Off - script for MetaTrader 4
Basic scripts tools for you guys to play around with basically they are order closers that are irrespective of chart and directed to look at the open orders in the Terminal Trade Section. – Cut Off All Orders : It closes all your open orders simultaneously. Cut Off – script MetaTrader 4

Close Orders By Target or Cut Loss – EA MetaTrader 4

Close Orders By Target or Cut Loss - expert for MetaTrader 4
We use this EA as a trading tool. There are 3 inputs required, as follows: Profit Target Cut Loss Magic Number extern    double         inTargetProfitMoney     = 10;       //Target Profit ($) extern    double         inCutLossMoney          = 0.0;      //Cut Loss ($) extern    int            inMagicNumber           = 0;        //Magic Number When this EA is executed, it will first call the OnInit () function. Where we will verify the … Read more