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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X