Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Optimizer throws assertion

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

    Optimizer throws assertion

    I have a strategy base class that doesn't do anything but support the class that inherits from it. It should never be called or even considered. So I assigned string.Empty to the name and that makes it so it doesn't appear in the UI and therefore can't be selected, which is what I want.

    Unfortunately, the strategy analyzer doesn't like it. It throws a big assertion dialog that begins with "NS object with bad localized name."

    Apparently, making this base class appear invisible requires more than making the name an empty string. So what's the right way to do that?

    #2
    Thank you for your question traderpards. If you make your class abstract it will be invisible to the strategy analyzer. Abstract classes in C# do not share the limitations of abstract classes in other languages. I have attached a copy of the SampleMACrossover strategy. The only modifications to this strategy that were made were changing the name and adding the abstract keyword. Please let us know if there are any other ways we can help.
    Attached Files
    Jessica P.NinjaTrader Customer Service

    Comment


      #3
      Thanks! That worked....

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      72 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      39 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X