Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy disappeared after an error, strategy is not visible

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

    #16
    Hello Triple_M,

    I would search in the NinjaTrader 8 folder for any Slope_of_MA and MA_Differences files and delete them.

    If these are indicators, they should only be in the bin/Custom/Indicators file folder.

    If after doing so, you are still having issues, I would recommend a clean install.

    Please let me know if I can assist further.

    Comment


      #17
      I have setup a new clean system as described above. I also found the indicator issues and solved them. The strategy file "MyDance15min110324" does compile. The .cs file is in the right folder. It is visible in the Editor. BUT STILL NOT VISIBLE in the chart !!! and not possible to chose.
      Attached Files
      Last edited by Triple_M; 03-14-2024, 01:26 PM.

      Comment


        #18
        Hello Triple_M,

        Are there errors appearing on the Log tab of the Control Center when opening the Strategies window?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #19
          Yes !!! Error on calling OnStateChange method: Object reference not set to an instance of an object

          Comment


            #20
            GOT IT !!!!

            thats the code causing the error......

            previousAccountBalance = Account.Get(AccountItem.CashValue, Currency.UsDollar);
            BaseOrderQuant = 2; // This will be set based on account size in OnStartUp() or OnBarUpdate() when a new day/session starts.
            CurrentOrderQuant = BaseOrderQuant;​

            the definition on the second line BaseOrderQuant = 2 ..... causes the error... hmmmm and why?

            Probably because the Account.Get function is called to early, i moved it to State.DataLoaded, that works !!!!

            THANK YOU Chelsea, that was the helping hint, sorry for so much confusion!
            Last edited by Triple_M; 03-14-2024, 03:09 PM.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by NullPointStrategies, 03-13-2026, 05:17 AM
            0 responses
            89 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            152 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            80 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            53 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            63 views
            0 likes
            Last Post TheRealMorford  
            Working...
            X