No, as both could be entered, with the last one reversing the first one triggered.
You can only place the first pending order and, when the candle closes, place the STOP order if the first one has been triggered.
There’s a solution using only ONE pending order + SET STOP PRICE. Here is your example modified:
1
2
buy1contractatdownlimit
SET STOPPRICEup
if the pending order is not triggered, then SET STOP PRICE will have no effect. If it’s triggered, instead, SET STOP PRICE will remain SET until the trade is closed (not just one candle as pending orders do).
No, as both could be entered, with the last one reversing the first one triggered.
You can only place the first pending order and, when the candle closes, place the STOP order if the first one has been triggered.
There’s a solution using only ONE pending order + SET STOP PRICE. Here is your example modified:
1
2
buy1contractat down limit
SET STOPPRICE up
if the pending order is not triggered, then SET STOP PRICE will have no effect. If it’s triggered, instead, SET STOP PRICE will remain SET until the trade is closed (not just one candle as pending orders do).
It’s not ideal, I thought maybe there might be a way of attaching the stop to the order as there is with manual trading on the platform.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue