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

On Bar close and On Price Change Combo

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

    On Bar close and On Price Change Combo

    Trying to have Entry Conditions based on "onbarclose" but exits and stop based on "onpricechange" is that possible?

    IS THAT possible to build in StrategyBuilder without Unlocking Code?

    #2
    without the statement using both as stated in previous post. I can see using onpricechange and taking entry conditions and changing every thing to 1 bar ago vs 0 bars ago as a solution

    Comment


      #3
      Hello DTSSTS,

      Thanks for your posts.

      You can configure a script to run on each tick (or price change) and OnBarClose but you could not do this within the strategy builder. For a ninjascript reference we do have this demonstrated in this educational example: https://ninjatrader.com/support/help...either_cal.htm

      When you use Calculate.OnPriceChange (or Calculate.OnEachTick) the bar index references change, where [0] now would point to the currently forming bar instead of the last closed bar. Close[0] now represents the currently trading price and Close[1] is the close of the last closed bar.

      Paul H.NinjaTrader Customer Service

      Comment


        #4
        Thanks for verifying that cannot be done in Strategy Builder. I believe post #2 is my solution

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Brevo, Today, 01:45 AM
        0 responses
        6 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        3 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        242 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        384 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        6 views
        0 likes
        Last Post oviejo
        by oviejo
         
        Working...
        X