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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    59 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    134 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X