Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Misordered UI properties

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

    Misordered UI properties

    Hello,

    I'm having a tough time with this.

    I start with the generated UI, made code changes, added properties, and reordered them. I don't remember the exact sequence but now the properies are misordered and misnamed. Pictures and property declaration file are attached.

    Notice that there are 2 EMADiffThreshold, the properties file only has 1. Also notice EMASMATrend plot is in the properties file but is missing from the UI dialog.

    Many Thanks, Caesar.


    Attached Files

    #2
    Hello Skechers,

    Thanks for your post.

    I see in the file you shared that there is 1 NinjaScriptProperty called EMADiffThreshold and 1 plot called EMADiffThresholdPlot.

    The NinjaScriptProperties will display in the order that you set them to. If you would like a property placed first, you would set Order = 1 when defining the NinjaScriptProperty.

    Code:
    [NinjaScriptProperty]
    [Display(Name="StartTrading", Description="Time to begin trading", Order=1, GroupName="Parameters")]
    [Range(1, 2333)]
    public int StartTrading
    { get; set; }
    I suggest going through each property and setting the Order of each property, starting from 1, so they display in the order you want.

    NinjaScriptProperty: https://ninjatrader.com/support/help...yattribute.htm

    Please let me know if I may assist further.​
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment


      #3
      Hello Brandon,

      It is ordered, but I didn't notice the EMADiffThresholdPlot plot. I'll go and check them once more.

      Many Thanks, Caesar.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      56 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      132 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      73 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      49 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X