How to take repeated trades with same lot size and different pips
-
How to take repeated trades (buy/sell)with same lot size and different pips
-
Many ways, add a shared link.
-
@jstap I want to take a pending order 100 pips away from initial price and the price comes to the same price level take another trade. ( ntimes =2)
-
Make a start, and add a shared link
-
modify variable -> initial price
modify variable -> pending_order_price1 (initial price minus 100 pips)
modify variable -> pending_order_price2 (initial price plus 100 pips)come up with your conditions to place the limits/stops
-
@jstap ok