Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy list accessable by editor is not the same as seen by a chart?

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

    Strategy list accessable by editor is not the same as seen by a chart?


    #2
    Hello boreland,
    Thanks for your post.

    That is happening because the "Name" property in State.SetDefaults is "SupperTrader". You will need to go back into the code of that indicator change the name property to the name you would like displayed.
    Josh G.NinjaTrader Customer Service

    Comment


      #3
      I found this in one of the sample strategies. Is it here that I specify the "Name" property?

      protected override void OnStateChange()
      {
      if (State == State.SetDefaults)
      {
      Description = NinjaTrader.Custom.Resource.NinjaScriptStrategyDes criptionSampleATMStrategy;
      Name = NinjaTrader.Custom.Resource.NinjaScriptStrategyNam eSampleATMStrategy;
      // This strategy has been designed to take advantage of performance gains in Strategy Analyzer optimizations
      // See the Help Guide for additional information
      IsInstantiatedOnEachOptimizationIteration = false;
      }
      }

      Comment


        #4
        Yes, that is correct. You would change that line to something like

        Name = "TheNameOfMyIndicator";
        Josh G.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        68 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        38 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        62 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 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