Nothing; SignalOpenBuy | Buy(1,1,Ask-Var1p,Ask+Var2p*6)
Buy(1); Buy(1,ProfitInPoints)>=Var3 | Buy(2,1,Ask-Var1p,Ask+Var2p*5)
Buy(2); | Modify(2,,,Buy(2,OpenPrice),)
Buy(2); Buy(2,ProfitInPoints)>=Var3 | Buy(3,1,Ask-Var1p,Ask+Var2p*4)
Buy(3); | Modify(3,,,Buy(3,OpenPrice),)
Buy(3); Buy(3,ProfitInPoints)>=Var3 | Buy(4,1,Ask-Var1p,Ask+Var2p*3)
Buy(4); | Modify(4,,,Buy(4,OpenPrice),)
Buy(4); Buy(4,ProfitInPoints)>=Var3 | Buy(5,1,Ask-Var1p,Ask+Var2p*2)
Buy(5); | Modify(5,,,Buy(5,OpenPrice),)
Buy(5); Buy(5,ProfitInPoints)>=Var3 | Buy(6,1,Ask-Var1p,Ask+Var2p)
Buy(6); | Modify(6,,,Buy(6,OpenPrice),)
Nothing; SignalOpenSell | Sell(1,1,Bid+Var1p,Bid-Var2p*6)
Sell(1); Sell(1,ProfitInPoints)>=Var3 | Sell(2,1,Bid+Var1p,Bid-Var2p*5)
Sell(2); | Modify(2,,,Sell(2,OpenPrice),)
Sell(2); Sell(2,ProfitInPoints)>=Var3 | Sell(3,1,Bid+Var1p,Bid-Var2p*4)
Sell(3); | Modify(3,,,Sell(3,OpenPrice),)
Sell(3); Sell(3,ProfitInPoints)>=Var3 | Sell(4,1,Bid+Var1p,Bid-Var2p*3)
Sell(4); | Modify(4,,,Sell(4,OpenPrice),)
Sell(4); Sell(4,ProfitInPoints)>=Var3 | Sell(5,1,Bid+Var1p,Bid-Var2p*2)
Sell(5); | Modify(5,,,Sell(5,OpenPrice),)
Sell(5); Sell(5,ProfitInPoints)>=Var3 | Sell(6,1,Bid+Var1p,Bid-Var2p)
Sell(6); | Modify(6,,,Sell(6,OpenPrice),)
