I am setting up a pending order in the following way in my project:
int ticketSell = OrderSend(Symbol(),OP_SELLLIMIT,lotSize, bottom,0, top,0,"SellOrder",magicnumber,0,Red);
How can I make the take profit, double the pips for stop loss? In other words I want a 2:1 win ratio for my pending order.
Also how can I set the entry price which is bottom
say, 6 pips below bottom
's value?