So I've spent the whole day yesterday trying to figure this out, watching videos (not a lot that address this though), and browsing through forums. So far, no luck. Hopefully someone here can help me. I'm not good with code, so I've been just using the builder thus far.
So, I have a strategy with 3 entries after it crosses a specific area (SSL Channel).
LongEntry1: ProfitTarget1 - 2 Points, StopLoss1 - 2 Points.
LongEntry2: ProfitTarget2- 5 points, StopLoss2 - 4 Points
LongEntry3 (Runner): ProfitTarget3 - 20 Points, StopLoss3 - 4 Points
How would I go about doing the following:
Once the price crosses the channel, all 3 positions enter LONG or SHORT. Once ProfitTarget1 is reached, LongEntry 2 and 3 automatically adjust their Stop Loss to 7 ticks behind ProfitTarget1 (1 tick above Entry price).
Once ProfitTarget2 is reached at 5 Points, all that remains is the Runner. I'd like for the Runner to have a trailing stop that adjusts after x amount of ticks or something like that.
Is this hard to do? Please let me know if you can provide the general steps. I'm currently testing this strategy in Playback Mode.
Thanks a lot!

Comment