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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      172 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      88 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      128 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      208 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      185 views
      0 likes
      Last Post CarlTrading  
      Working...
      X