Forum

buy-sell limit problem

Hi all, ticket= OrderSend (Symbol(),OP_BUY,Lots,Ask,Slippage,SL,TP,comment,Magic,0,Green); you know this code, open buy position but I want to open opposite position when buy position is +15 bip. and then I did this, ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,Slippage,SL,TP,comment,Magic,0,Green);