please How to open order buy 10 pips or 10 ticks above the current open order - page 3

 
may i ask a question?
 
goverkms:
may i ask a question?
ok
 
futureseer:


if( ma1 > Ask + (10*Point)&& CurrentTime != Time[0])
  {
      Opn_B=true;
     }

goverkms: the code didnt work at all i have done all that yet its not gaping 10pips before another order,you can backtest it to check

ow you test it
 
goverkms:
how you test it
  i tested it by backtesting it.
 
futureseer:
  i tested it by backtesting it.
What's the difference between this code and the code above
 
goverkms:
What's the difference between this code and the code above



that is why am here for help!, that ma when it crosses OrderOpenPrice() should step 10 PIPS before another order is opened on same direction but your modified code is not working at all

 
i mean why i need to wait to market open instead test it in tester
 
goverkms:
i mean why i need to wait to market open instead test it in tester




i dont get you. but to try answer its just you told me that you need to test it