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 kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    58 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    41 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    46 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    37 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    156 views
    0 likes
    Last Post SalmaTrader  
    Working...
    X