Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

strategy persistance error?

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

    strategy persistance error?

    Hello ,


    using my own NTMT application I come accross a strange error that has comes up only if I acess a strategy that has been reloaded by NinjaTrader.

    With -Strategy reloaded by ninja- I mean a strategy that is present in the strategies page and that is persistant because NinjaTrader reloads this strategy at startup.

    When I list all the properties for such a "reloaded" strategy all the properties belonging to the "Parameters" category are present 2 times.
    So I get for the sampleMACrossover:
    "Parameters"
    Fast
    Fast
    Slow
    Slow

    Doing the same for a strategy that was created in the current session of NinjaTrader the procedure will give the correct result:
    sampleMACrossover
    "Parameters"
    Fast
    Slow

    Is this behaviour normal and do you double the parameters on purpose? If yes, how do I distinguish between the original and the doubled?

    Could it be that inside the Strategy persistance there are still bugs?

    Regards


    P.S. It is not difficult for me to add a "hack" to my software to remove doubled Parameters, but I report it here because it could give a hint to a somewhere hidden bug in your strategy persistance code.

    #2
    I suppose you are referring to the "StrategyBase.Parameters" property. Unfortunately we do not provide support for accessing this property.

    However, you pointed out a bug in our NT internal code which caused the duplication of parameters on restoring the strategy. This bug will be fixed with next update. Thanks for reporting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    599 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    344 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    558 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    557 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X