Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    148 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    5 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    33 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Started by tkaboris, Today, 05:13 PM
    0 responses
    5 views
    0 likes
    Last Post tkaboris  
    Started by GussJ, 03-04-2020, 03:11 PM
    16 responses
    3,283 views
    0 likes
    Last Post Leafcutter  
    Working...
    X