Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Code breaker Updates

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

    Code breaker Updates

    I didn't see this in the Code Breaking section. These two using statements have been removed:

    usingNinjaTrader.Strategy;
    usingNinjaTrader.Indicator;

    My guess the replacement is:
    usingNinjaTrader.NinjaScript;

    #2
    The first thing I do when converting is deleting these lines
    Code:
    usingNinjaTrader.Strategy;
    usingNinjaTrader.Indicator;
    otherwise you will have plenty of problems especially using Visual Studio

    Comment


      #3
      Originally posted by NJA_MC View Post
      I didn't see this in the Code Breaking section. These two using statements have been removed:

      usingNinjaTrader.Strategy;
      usingNinjaTrader.Indicator;

      My guess the replacement is:
      usingNinjaTrader.NinjaScript;
      Correct, Indicator and Strategy have both been added to the NinjaTrader.NinjaScript namespace. I will have the code breaking changes updated to reflect this. Thanks.
      MatthewNinjaTrader Product Management

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by AaronKoRn, Today, 09:49 PM
      0 responses
      7 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Today, 08:42 PM
      0 responses
      9 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Today, 07:51 PM
      0 responses
      10 views
      0 likes
      Last Post strategist007  
      Started by StockTrader88, 03-06-2021, 08:58 AM
      44 responses
      3,980 views
      3 likes
      Last Post jhudas88  
      Started by rbeckmann05, Today, 06:48 PM
      0 responses
      9 views
      0 likes
      Last Post rbeckmann05  
      Working...
      X