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 Mestor, 03-10-2023, 01:50 AM
      16 responses
      388 views
      0 likes
      Last Post z.franck  
      Started by rtwave, 04-12-2024, 09:30 AM
      4 responses
      31 views
      0 likes
      Last Post rtwave
      by rtwave
       
      Started by yertle, Yesterday, 08:38 AM
      7 responses
      29 views
      0 likes
      Last Post yertle
      by yertle
       
      Started by bmartz, 03-12-2024, 06:12 AM
      2 responses
      22 views
      0 likes
      Last Post bmartz
      by bmartz
       
      Started by funk10101, Today, 12:02 AM
      0 responses
      7 views
      0 likes
      Last Post funk10101  
      Working...
      X