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

If CalculateOnBarClose = true,

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

    If CalculateOnBarClose = true,

    how do i refer to the current bar's close? If I refer to it as Close[0], would that be correct?

    Kay Wai

    #2
    Hello kaywai,

    Thank you for your post.

    Technically, the current bars close value cannot be accurately determined until the bar itself has closed.

    If you used Close[0] with Calculate On Bar Close set to false, it will give you the current price or last traded price.

    Using Close[0] with COBC set to true will give you the close value 1 bar ago.

    You can test how this might work by using a simple snippet of code and toggling the COBC options from false to true:

    DrawDot("test", false, 0, Close[0], Color.Blue);
    MatthewNinjaTrader Product Management

    Comment


      #3
      Thanks Matthew. Will need to find a workaround it then for my 1 hour bars.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by naanku, Today, 07:25 PM
      0 responses
      6 views
      0 likes
      Last Post naanku
      by naanku
       
      Started by milfocs, Today, 07:23 PM
      0 responses
      5 views
      0 likes
      Last Post milfocs
      by milfocs
       
      Started by PaulMohn, Today, 06:59 PM
      0 responses
      7 views
      0 likes
      Last Post PaulMohn  
      Started by bortz, 11-06-2023, 08:04 AM
      48 responses
      1,753 views
      0 likes
      Last Post carnitron  
      Started by Jonker, 04-27-2024, 01:19 PM
      3 responses
      24 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X