Hi, Could someone please code the following EA or recommend someone I can contact who will be able to code it.
The
EA must place a Buy Stop and a Sell Stop order at a specific time at X pips away from Open price. For example on a 1 Hour Chart if X = 10 pips and at 10:00 Open price is 1.2400 then EA must place a Buy Stop order at 1.2410 and a Sell Stop order at 1.2390 Time and distance from open price must both be inputs.
If first order is triggered and Take Profit is reached then EA must delete the other pending order. If first order hits Stoploss and the opposite order is triggered then the EA must modify the Take Profit to be Stoploss + 3 pips.
Inputs:
StartTime
LotSize
Distance (How far from Open price to place orders)
TakeProfit
Stoploss
TrailingStop
MagicNumber
Thank you
The
EA must place a Buy Stop and a Sell Stop order at a specific time at X pips away from Open price. For example on a 1 Hour Chart if X = 10 pips and at 10:00 Open price is 1.2400 then EA must place a Buy Stop order at 1.2410 and a Sell Stop order at 1.2390 Time and distance from open price must both be inputs.
If first order is triggered and Take Profit is reached then EA must delete the other pending order. If first order hits Stoploss and the opposite order is triggered then the EA must modify the Take Profit to be Stoploss + 3 pips.
Inputs:
StartTime
LotSize
Distance (How far from Open price to place orders)
TakeProfit
Stoploss
TrailingStop
MagicNumber
Thank you