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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    43 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
    30 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
    40 views
    0 likes
    Last Post CarlTrading  
    Working...
    X