Time: 2017-05-06 | Download file:Сетка_BUYSTOP.mq4
//+------------------------------------------------------------------+ //| Grid.mq4 | //| Yuriy Tokman | //| yuriytokman@gmail.com | //+------------------------------------------------------------------+ #property copyright "Yuriy Tokman" #property link "yuriytokman@gmail.com" #property show_inputs extern double volume = 0.2; extern int price = 12; extern int slippage = 90; extern int stoploss = 900; extern int takeprofit = 50; extern int steps = 10; extern int count_orders = 1; //+------------------------------------------------------------------+ //| script program start function | //+------------------------------------------------------------------+ int start() { //---- double buy_price = Ask+price*Point; int ticket; for(int i = 0;i