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 suroot, 04-10-2017, 02:18 AM
      4 responses
      3,019 views
      0 likes
      Last Post truepenny  
      Started by Stanfillirenfro, Today, 07:23 AM
      1 response
      4 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      2 responses
      22 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by olisav57, Yesterday, 07:39 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cocoescala, 10-12-2018, 11:02 PM
      7 responses
      944 views
      0 likes
      Last Post Jquiroz1975  
      Working...
      X