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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    65 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    139 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X