Quote:
|
Originally Posted by pete7
in ordersend fuction add 0 between ,, and it should help
|
DO YOU MEAN THIS ..
if(Ask<=Lower_band-PipsToEntry*Point)OrderSend(Symbol(),0,Lots,Ask,Sl ippage,Ask-StopLoss*Point,Ask+TakeProfit*Point,NULL,MagicNumb er,,Green);
if(Bid>=Upper_band+PipsToEntry*Point)OrderSend(Sym bol(),0,Lots,Bid,Slippage,Bid+StopLoss*Point,Bid-TakeProfit*Point,NULL,MagicNu