Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy - property password

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

    Strategy - property password

    Hello,

    is it possible and how to have strategy property.
    Code:
    [Display(Name = "Password", GroupName = "General", Order = 1, Description = "Password used to login to web")]
    public string Password
    {
    get { return sPassword; }
    set { sPassword = value; }
    }
    ​
    not to show password but to show ***** instead? i was looking in c# docs
    and found adding
    Code:
    [DataType(DataType.Password)]
    above publis string Password but it does not work.

    Thanks for any hints.

    Pavel

    #2
    Hello Pavel,

    Thanks for your post.

    I am not aware of any supported NinjaScript property editor that would change the property to show as ******** instead of as numbers/letters in the UI.

    If you make your own AddOn window you could use the PasswordBox class to accomplish this.

    Here is the publicly available C# Microsoft documentation on the PasswordBox class for you to view: https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.passwordbox?view=netframew ork-4.8.1

    AddOn Development Overview help guide: https://ninjatrader.com/support/help...t_overview.htm
    <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

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    579 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X