Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Prevent property from optimization

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

    Prevent property from optimization

    I have a few properties in my strategy that are int's but not meant for optimization. The problem is, their very presence as an optimizable property seems to mess up a lot of things (causing a blank screen). If I remove them everything works ok.

    Is there an attribute or someway I can notify NT's optimizer to overlook/ignore these properties with respect to being optimizable variables?

    Jeremy
    Jeremytang
    NinjaTrader Ecosystem Vendor - Shark Indicators

    #2
    Hello Jeremytang,
    Unfortunately there are no native attributes except for setting the Browsable attribute to false.

    Code:
    [Browsable(false)]
    However please do keep in mind if you set the browsable attribute to false then the input cannot be selected via the parameters box..
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    47 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X