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

OnBarClose > Current bar open

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

    OnBarClose > Current bar open

    Hi NT & NinjaScript Experts,

    I am using the "OnBarClose" calculation type, on on strategy across daily bars for about 26 products.

    However, I want to retrieve the Open of the currenty active bar.
    Is the Open price available to call upon ?
    Or can I only access Open[0], which is now the previous bar?

    I have an IF statement that wants to run logic based on the current bar's opening value.
    Unfortunately, its it stands, Open[0] will give me the open of the previous bar.

    I would prefer not to use "OnTickChange/OnPriceChange" calculation type, due to the extra processing required, and I think it seems slightly overkill to change the calc type do simply retreive the open of the currently active bar once per day.

    Any ideas? Please advise

    Thank you
    A

    #2
    Hello aavevo,

    Thanks for your post.

    You would need to change to Calculate.OnEachTick or Calculate.OnPriceChange in order to shift your references such that bar index 0 points to the currently forming bar. You can segment your code to only run once per bar or on each tick, as needed. Please see the working example here: http://ninjatrader.com/support/forum...ad.php?t=19387
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Thank you - had not thought of segmenting the code

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by rbeckmann05, Yesterday, 06:48 PM
      1 response
      12 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      15 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Working...
      X