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 gbourque, Today, 06:39 AM
        2 responses
        14 views
        0 likes
        Last Post gbourque  
        Started by rexsole, Today, 08:39 AM
        0 responses
        4 views
        0 likes
        Last Post rexsole
        by rexsole
         
        Started by trilliantrader, Yesterday, 03:01 PM
        3 responses
        30 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by cmtjoancolmenero, Yesterday, 03:58 PM
        4 responses
        26 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Brevo, Today, 01:45 AM
        1 response
        14 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X