OpenBuySellStopOrders – script MetaTrader 5

OpenBuySellStopOrders - script for MetaTrader 5
A script for placing two Buy and Sell Stop orders at an equal distance. 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;