Posts: 2,422 since Apr 2013
Thanks Given: 437
Thanks Received: 1,616
|
selnomeria,
SetStopLoss is evaluated intrabar, regardless of your settings for intrabar order generation.
Although it's not advisable to have it within a condition, you could only issue it when the market position is different than 0. For a system that is evaluated end of bar, this can accomplish what you have in mind.
Another approach could be to write your own exit orders and not use SetStopLoss.
Regards,
ABCTG
|