grimoll2e / Publications
Forum
help me plz me can't calculate function LotsSize to Ordersend
i want return(lot_buy) in OrderSend(Symbol(),OP_SELL, ******** ,Bid,2,ssl,stp,NULL,Magicnumber,0,clrRed); plz help me void OpenSellOrder() { if(TakeProfit>0&&StopLoss>0) { stp=Bid-(TakeProfit*Point); ssl=Bid+(StopLoss*Point); } else { stp=0; ssl=0;