Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Missing strategy

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

    Missing strategy

    Hi,

    I've a problem when trying to start a strategy in a chart, the strategy compiles OK without any problems and I'm able to start it in the Control Center as shown below:


    but when trying to start the strategy in a chart, it doesn't appear:



    Any ideas?

    Thanks

    #2
    Hello,

    Thank you for your forum post.

    Your talking about RS_Template correct? If so can you please open that strategy in the NinjaScript editor and right click on it and select Save As and then give it a new name and recompile and let me know if this file under the new name shows up.

    I look forward to assisting you further.
    BrettNinjaTrader Product Management

    Comment


      #3
      Hi Brett,

      I've been looking at my code cause it was working yesterday but today I added the following piece of code which seem to be problematic:

      public override void Dispose()
      {
      // Cleans up our Timer object
      exitTimer.Dispose();

      // Make sure you include base.Dispose() whenever you override the Dispose() method
      base.Dispose();
      }

      It used to work in NT6.5 but not anymore in NT7.

      Comment


        #4
        ryker,

        In NT7, please do not use the Dispose() method. Instead please use the OnTermination() method.

        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Hi Josh,
          Thanks for your quick answer I hadn't seen that link before, it is quite useful!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          164 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          318 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          246 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          350 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          179 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X