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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    71 views
    0 likes
    Last Post PaulMohn  
    Working...
    X