Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

ParameterCollection in NT8

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

  • Danville.Sumobay
    replied
    Thank you, Jesse!

    Exactly what I am looking for.

    Leave a comment:


  • NinjaTrader_Jesse
    replied
    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.

    Leave a comment:


  • NinjaTrader_Jesse
    replied
    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.

    Leave a comment:


  • Danville.Sumobay
    started a topic ParameterCollection in NT8

    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.

Latest Posts

Collapse

Topics Statistics Last Post
Started by algospoke, 04-17-2024, 06:40 PM
6 responses
48 views
0 likes
Last Post algospoke  
Started by arvidvanstaey, Today, 02:19 PM
4 responses
11 views
0 likes
Last Post arvidvanstaey  
Started by samish18, 04-17-2024, 08:57 AM
16 responses
61 views
0 likes
Last Post samish18  
Started by jordanq2, Today, 03:10 PM
2 responses
9 views
0 likes
Last Post jordanq2  
Started by traderqz, Today, 12:06 AM
10 responses
21 views
0 likes
Last Post traderqz  
Working...
X