OpenSellLimitOrder – script MetaTrader 5

OpenSellLimitOrder - script for MetaTrader 5
A script for placing a SellLimit order. Script input parameters: //+———————————————-+ //| SCRIPT INPUT PARAMETERS                     | //+———————————————-+ input double  MM=0.1;       // Money Management input int  DEVIATION=10;    // Price deviation input uint  LEVEL=100;      // Distance to place the order in points input uint  STOPLOSS=300;   // Stop Loss in points from the current price input uint  TAKEPROFIT=800; // Take Profit in points from the … Read more