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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      45 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      21 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      31 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      50 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Working...
      X