Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

can't find instruction for last chart bar?

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

    can't find instruction for last chart bar?

    please tell me where in the nt user guide I can find something like ''islastbar'' so I can take an ''if'' action on the last bar in my indicator. I've seen it before but can't find it.

    #2
    Originally posted by joemiller View Post
    please tell me where in the nt user guide I can find something like ''islastbar'' so I can take an ''if'' action on the last bar in my indicator. I've seen it before but can't find it.

    Comment


      #3
      Hello joemiller,

      Thank you for your post.

      Koganam's referenced post is a great way to do so. I added the full quote from the post here for ease:
      Originally posted by koganam View Post
      I am going to assume then that all you want is how to get the index of the last bar showing on the screen, and that you know how to query and display the information on the screen with DrawTextFixed()? If that is correct, then there are 2 ways to get the last bar painted, both undocumented and unsupported by NT Support, so do not even ask.
      1. int intLastBarOnChart = ChartControl.LastBarPainted;
      2. int intLastBarPaintedOnChart = this.LastBarIndexPainted;

      The first index is dependent on the COBC property; the second one is absolute.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ScottWalsh, Today, 06:52 PM
      3 responses
      19 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by trilliantrader, Today, 03:01 PM
      2 responses
      18 views
      0 likes
      Last Post helpwanted  
      Started by cre8able, Today, 07:24 PM
      0 responses
      1 view
      0 likes
      Last Post cre8able  
      Started by Haiasi, Today, 06:53 PM
      1 response
      4 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by ScottW, Today, 06:09 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X