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

S/B Defaults to previous bar. / need work around

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

    S/B Defaults to previous bar. / need work around

    i have built a moving avg. crossover strategy, but S/B defaults to the previous bar and i am wanting to use current bar. Is their a work around ?
    Attached Files
    Last edited by BigRay; 11-05-2023, 04:59 PM.

    #2
    Hello BigRay,

    Thanks for your post.

    To have a crossover (CrossAbove/CrossBelow) condition trigger on the current bar, you would need to set your strategy to use Calculate.OnPriceChange.

    Below is a link to the help guide on Calculate.
    https://ninjatrader.com/support/help.../calculate.htm

    See this forum thread post for more information: https://forum.ninjatrader.com/forum/...02#post1265402
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Thank you, yes i knew that. I have uploaded snips to show my conditions and the default result.

      Comment


        #4
        Hello BigRay,

        Thanks for your notes.

        The Lookback Period property must be set to a value of 1 or greater when creating a crossover condition in the Strategy Builder.

        If you try to set the Lookback Period property to 0, it will revert back to 1.

        To detect if a crossover condition happens on the currently forming bar, you could set the Lookback Period property to 1 and set the Calculate setting to Calculate.OnPriceChange.

        The forum thread linked in post # 2 details this. I also linked the forum thread below.

        Hello, I am trying to have the NT8 Strategy builder enter at the high/low price of a previous bar. What is the best way to accomplish this? I Set my strategy to "on tick" and used when price on the current bar crosses above the HIGH/LOW of the previous bar along with enabling tick data, It compiles correctly but
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Taddypole, 04-26-2024, 02:47 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Eduardo  
        Started by futtrader, 04-21-2024, 01:50 AM
        6 responses
        58 views
        0 likes
        Last Post futtrader  
        Started by sgordet, Today, 11:48 AM
        0 responses
        4 views
        0 likes
        Last Post sgordet
        by sgordet
         
        Started by Trader146, Today, 11:41 AM
        0 responses
        5 views
        0 likes
        Last Post Trader146  
        Started by jpapa, 04-23-2024, 07:22 AM
        2 responses
        22 views
        0 likes
        Last Post rene69851  
        Working...
        X