Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ParameterCollection in NT8

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

    ParameterCollection in NT8

    Hello!

    I am trying to collect custom/add-on public variables of Parameters within a Strategy

    I don't want to collect manually by writing all the variables, I want it compatible with Alien Strategies - so I have the second file that will work as a collector

    In NT7 I able to collect

    using the following

    foreach (Parameter Myparam in Parameters)
    {
    myAL.Add(Myparam.Name);
    }

    The ParameterCollection "Parameters" is no longer exist in NT8?

    Is there something new in NT8, Any workaround to address my concern?


    Thanks,
    Danville
    Last edited by Danville.Sumobay; 01-09-2018, 02:11 AM.

    #2
    Hello,

    Thank you for the post.

    I will need to research this item as this was not a documented or supported item in NT7. This may or may not be available in NT8, when I have further details I will reply back here.


    I look forward to being of further assistance.

    Comment


      #3
      Hello,

      To reply on this item, the collection has been moved to:

      Code:
      foreach (Parameter Myparam in OptimizationParameters)
      {
      					
      }

      This is still not a documented topic for Strategies specifically but is noted in the Optimizer help which is the only area where this is used: https://ninjatrader.com/support/help...tionParameters

      Testing in a strategy I do see this is available for NinjaScript although undocumented.

      I look forward to being of further assistance.
      Last edited by NinjaTrader_Jesse; 01-09-2018, 09:04 AM.

      Comment


        #4
        Thank you, Jesse!

        Exactly what I am looking for.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        85 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        143 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        83 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        256 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        334 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X