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 GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,229 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    7 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    441 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    12 views
    0 likes
    Last Post FAQtrader  
    Working...
    X