- Joined
- 30 June 2007
- Posts
- 7,200
- Reactions
- 1,225
Thanks Gringotts Bank, I haven't heard of SAR before, will check it out.
I take it there's no simple way to adjust the stoploss precent on the fly then?
JJZ
Not that I know of, but I'm no expert.
Maybe something like:
a = iif(Barssince(buytrigger)>5,15,10); // if bars since your buy conditions are met is > 5, then 15, otherwise, 10
Applystop(stoptypeloss,stopmodepercent,a);
I haven't tested it.