Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 - If (Historical)..

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

    NT8 - If (Historical)..

    Hello,

    Is there an equivalent to:

    If (Historical)
    return;

    .. for NT8? I want to avoid any strategy sync issues and start each "on" of the strategy as a blank slate looking for new signals only.

    Thanks!

    #2
    Hello,

    Thank you for the question.

    NT8 uses a State system now which allows for other states outside of Historical and Realtime, you can read about them here: http://www.ninjatrader.com/support/h...html?state.htm

    For your question, you could use:

    if(State == State.Historical) return;

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      perfect

      This is perfect. Thanks for the clarification.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Balage0922, Today, 07:38 AM
      0 responses
      3 views
      0 likes
      Last Post Balage0922  
      Started by JoMoon2024, Today, 06:56 AM
      0 responses
      6 views
      0 likes
      Last Post JoMoon2024  
      Started by Haiasi, 04-25-2024, 06:53 PM
      2 responses
      19 views
      0 likes
      Last Post Massinisa  
      Started by Creamers, Today, 05:32 AM
      0 responses
      6 views
      0 likes
      Last Post Creamers  
      Started by Segwin, 05-07-2018, 02:15 PM
      12 responses
      1,786 views
      0 likes
      Last Post Leafcutter  
      Working...
      X