Short of telling me to go learn C#, is there a way on Strategy Builder to set up a strategy to enter a trade where with every say $200 movement in your direction, the stop adjusts itself?
Does the "Trailing Stop" even work? I have tried setting Trailing stop at a specified Currency value, say $200; however, the price moves strongly in my direction, but the strategy lets it come all the way back: in other words, the trailing stop seems to have NO EFFECT!! Does this Trailing Stop need to have "On Each Tick" set? The strategy I'm working on is based on the price at the close of each bar.
This would've been easily accomplished if I could call an ATM strategy from a strategy, but I get the feeling you'll want me to learn ninjascript and C# for that. Right? Or has this been made possible from the Strategy Builder..?
I've looked at your TrailBuilderExample, which is set to evaluate at each tick. How can I incorporate this into my Strategy when my strategy is based on the price at the close of each bar?
Thanks.
RK

Comment