I have a strategy that goes both long and short. I've added a PowerPack condition for "Bars since Exit > 5" to both the Long entry and Short entry. Unfortunately, it doesn't seem to work quite as expected. Claude claims the bug is this:
QUOTE:
it uses the raw variable name _lastEnExBar instead of the template placeholder <_lastEnExBar>
Rename
Claude nailed it! I'm fixing it for the next release cycle.
That looks like a good call by Claude, but it should only be a problem if you're using the rule more than once. Is that the case?
He indicated he's using it twice, Long and Short. I'm implementing the fix.
Your Response
Post
Edit Post
Login is required