Announcement

Collapse
No announcement yet.

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.

      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 CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        56 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        34 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        195 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        359 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        281 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X