Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

I can't figure out how to place an order once price reverse with the Strategy Builder

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I can't figure out how to place an order once price reverse with the Strategy Builder

    Using NinZa Renko Bar 12 -2 reverse= 26 ticks. Entry at an additional 12 ticks. I am able to set up manually by attaching the order to the Bar Status indicator by NinZa. The direction follows the Trend Magic indicator. I was successful with a few order executions but I am struggling with the reversal. It is probably something simple that I am missing. I am still in the learning stage with all the features within NinjaTrader. I also have Shark Indictors Backtest Renko for my results while using the Strategy Analyzer. Can someone please assist or provide some tips?

    Click image for larger version  Name:	Chart Screenshot 2.png Views:	0 Size:	25.4 KB ID:	1202151

    Thank you.
    Last edited by MisterTMF66; 05-19-2022, 09:47 PM.

    #2
    if (Low[0] < Low[1] && Low[1] > Low[2] // short reversal
    {
    EnterShort()
    }

    if (High[0] > High[1] && High[1] < High[2] // Long reversal
    {
    EnterLong()
    }

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    428 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    279 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    241 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    327 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    290 views
    0 likes
    Last Post CarlTrading  
    Working...
    X