Hello. I have the following code within my strategy to set a stop loss at 17 points on an automated trade. I trade on IG Index which offer the option of guaranteed stop losses (no slippage). How would I change the code to set the stop loss to a guaranteed stop loss?
// Stops and targets
SET STOP pLOSS 17
Any help would be greatly appreciated.
There is no specific code to set the guaranteed stop of IG with ProRealTime code. I do not have much more information on this sorry.. I know it’s possible through their own API, but since it is broker dependent, PRT coding language don’t have any built-in function for this.
Thank you for your quick reply Nicolas.