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 tsantospinto, 04-12-2024, 07:04 PM
      7 responses
      126 views
      0 likes
      Last Post aligator  
      Started by futtrader, 04-21-2024, 01:50 AM
      5 responses
      56 views
      0 likes
      Last Post NinjaTrader_Eduardo  
      Started by PeakTry, Today, 10:49 AM
      0 responses
      2 views
      0 likes
      Last Post PeakTry
      by PeakTry
       
      Started by llanqui, Today, 10:32 AM
      0 responses
      5 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by StockTrader88, 03-06-2021, 08:58 AM
      45 responses
      3,994 views
      3 likes
      Last Post johntraderuser2  
      Working...
      X