Guaranteed stops
Forums › ProRealTime English forum › ProRealTime platform support › Guaranteed stops
- This topic has 28 replies, 7 voices, and was last updated 6 years ago by Fr7.
-
-
02/06/2018 at 12:25 PM #61672
Talked to IG about g stops and they told me that the limitation that it’s impossible to use g stops from an ordinary account is on the PRT side. Is it possible to use g stops from an ordinary account with next version of prt?
Regards
Henrik
02/06/2018 at 4:57 PM #6173602/08/2018 at 4:41 PM #6204702/08/2018 at 7:41 PM #6206702/08/2018 at 8:58 PM #6207303/16/2018 at 10:23 PM #6547603/17/2018 at 10:07 AM #6548303/19/2018 at 12:44 PM #6566503/19/2018 at 1:07 PM #65675Hello, The option to place guaranteed stops via the charts and automatic trading systems has been released for demo accounts. This new option will be available for live accounts before the end of this month. Best, Ulrike
Will there also be a command to set guaranteed stops in automated trading ? I think this would be most interesting and important for many of the coding people here.
03/19/2018 at 1:58 PM #6568103/19/2018 at 2:46 PM #6568903/19/2018 at 3:10 PM #65698OK, that’s fine. However, as a suggestion, it may be useful for the future to have a specific command such as
1set stop pguar 20in addition to
1set stop ploss 20to select guaranteed or normal stops inside the code. This could be useful to switch on guaranteed stops only over the week-end (to avoid large gaps), and to switch them off on Monday again.
Another problem when only guaranteed stops are used inside a strategy will be that IG does not allow short and long positions with guaranteed stops to be open at the same time in the same instrument. So, it may not be possible to run more than one automated trading system in the DAX, for example, because one of them may be long and another one short at the same time. I don’t know what the way out of this situation could be, but may be you guys at ProRealtime can think about it ?
03/19/2018 at 3:40 PM #65702Another problem when only guaranteed stops are used inside a strategy will be that IG does not allow short and long positions with guaranteed stops to be open at the same time in the same instrument. So, it may not be possible to run more than one automated trading system in the DAX, for example, because one of them may be long and another one short at the same time. I don’t know what the way out of this situation could be, but may be you guys at ProRealtime can think about it ?
This is the new behavior due to the new regulation on CFD trading, not really a technical problem.
03/19/2018 at 3:42 PM #65703No, no, this is specific to IG. I talked to them, and it is them who do not allow short and long positions with guaranteed stops at the same time in the same instrument. You can look it up in their terms and conditions. It is valid everywhere with IG markets in the world, regardless of regulation.
03/19/2018 at 4:12 PM #65710Hi Henrik and verdi55, It is a checkbox to be activated before you confirm the start of the strategy. All stops will be automatically defined as guaranteed stops. Ulrike
Maybe it is helpful to stress that this works only with commands of the type
1set stop loss xxnot with
12sell at xx stopexitshort at xx stopThe latter commands will always set normal, non-guaranteed stops.
Now, a question comes to my mind : What happens, when I have both types of commands in a code ?
For example, at the opening of a long position, I say
1set stop ploss 60and make this a guaranteed stop by checking the box.
However, a few bars later, another condition may come into effect, saying :
1sell at 12250 stopWill this override the guaranteed stop from the first command, and become a non-guaranteed stop ? Or will there be no effect at all ?
-
AuthorPosts