Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Realtime or strategy analyzer?

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

    Realtime or strategy analyzer?

    I would like to know if my strategy is running realtime or in the strategy analyzer.

    Is there any way to know this?

    Also, in NT 7 there was a flag called Historical that would indicate if a bar was realtime or historical... this doesn't seem to exist in NT 8. Replacement?

    While I'm asking is there a good reference anywhere for "changed" things like "Historical" that explains the NT 8 alternative?

    Thanks!

    #2
    Hello BrianARice, and thank you for your questions.

    NinjaTrader 8's NinjaScript objects are now state driven. You can learn more about NT8 States here,



    The available States are (emphasis mine),

    • SetDefaults
    • Configure
    • Active
    • DataLoaded
    • Historical
    • Transition
    • Realtime
    • Terminated

    To determine if you would like to know if you are in the Realtime state, you would check


    Code:
    [FONT=Courier New]if (State == State.Realtime)[/FONT]
    Similarly,


    Code:
    [FONT=Courier New]if (State == State.Historical)[/FONT]
    Please let us know if there are any other ways we can help.
    Jessica P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    52 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X