Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Displaying Boolean Settings

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

    Displaying Boolean Settings

    After performing an analysis with a number of boolean variables I would like to see whether True or False was used in generating the best optimized results but all I see under settings is everything set to True.

    Can someone help with what I hope is a simple fix:

    Here is some of the code:
    #region Variables
    private bool a;
    /////////////////////////////////////////
    #region Properties
    [Description("")]
    [GridCategory("Boolean")]
    public bool A
    {
    get { return a; }
    set { a =value; }

    }

    #2
    found simple solution

    I found a simple solution although I am sure there is a better way. I had removed the parameters column on my display grid - once replaced I could see the parameters used for the best optimized results.

    Comment


      #3
      Hello NFT-Trader,

      Thank you for the update.

      Let me know if we can be of further assistance.
      Cal H.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      117 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      166 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      85 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      130 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      88 views
      0 likes
      Last Post PaulMohn  
      Working...
      X