I am working on developing a trading strategy using the Strategy Builder in NinjaTrader and need some guidance on setting up a two-stage take profit condition. Here is the scenario I am trying to achieve:
I want the strategy to initiate a take profit order in two stages:
1. First, the RSI indicator should cross above a predefined threshold, which I've set as an entry point for the take profit condition.
2. Following that, the strategy should wait for the price to cross below a specific moving average before executing the take profit order.
The objective is to capture the initial momentum as indicated by the RSI and then secure profits when the price starts to retrace below the moving average.
My question is, how can I set up this two-stage take profit logic within the Strategy Builder without delving into custom scripting? Is there a way to use the Strategy Builder's graphical interface to define such a condition that requires the second stage to occur after the first, potentially across different bars?
I would appreciate any advice or guidance on how to configure this using the Strategy Builder, or if it's necessary to use NinjaScript for this level of complexity.
Thank you for your assistance.

Comment