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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    71 views
    0 likes
    Last Post PaulMohn  
    Working...
    X