Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ExpandableObjectConverter params in Optimizer

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

    ExpandableObjectConverter params in Optimizer

    Hello guys,

    Is there a way to make this property inside an Expandable Object be a optimizer property?
    The code below won't let me set ranges when using the Optimizer. It only allows a single value, same as in Backtest.

    Thanks


    Code:
        [TypeConverter( typeof( ExpandableObjectConverter ) )]
        public class EntryCollection
        {
    ​        [NinjaScriptProperty]
            [Display( Name = "Contracts", GroupName = "Fields", Order = 0 )]
            public int NumContracts
            { get; set; } = 1;
        ​}
    then in the strategy itself

    Code:
            [NinjaScriptProperty]
            [Display( Name = "Long Signals", GroupName = "Strategy", Order = 0 )]
            public EntryCollection LongCollectionParam { get; set; }​

    #2
    Hello cmdctrl,

    Thank you for your post.

    Unfortunately no, custom type converters such as ExpandableObjectConverter will break within the Strategy Analyzer are unable to be used in optimizations.

    There is no workaround at this time. We apologize for any inconvenience.

    Please let us know if you have any further questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    79 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X