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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      77 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      45 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      26 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      62 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X