Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Easiest way to check for 'LastBarOnChart'?

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

    Easiest way to check for 'LastBarOnChart'?

    In Tradestation you could check for 'LastBarOnChart'.
    What is the easiest way to do that in NT6?

    #2
    imported post

    We have a concept of "Historical" meaning, a bar is either real-time or Historical therefore, if you only wanted to process on the last bar of a chart, you could do something like:

    if (!Historical)
    // Real-time bar which can only be the last bar of a chart
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    239 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    155 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    164 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    247 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    199 views
    0 likes
    Last Post CarlTrading  
    Working...
    X