Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to get value of Account name that user selects?

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

    How to get value of Account name that user selects?

    Hi,

    How do i get the value from the drop down of account name that user selects?

    If i add another variable, it gives me two options in the settings dialog for user to select from two drop downs. I want it to be just from 1 drop down.

    lock (Account.All)
    account = Account.All.FirstOrDefault(a => a.Name == AccountName);



    I also added this:

    [TypeConverter(typeof(NinjaTrader.NinjaScript.Accou ntNameConverter))]
    public string AccountName { get; set; }


    This adds an additional parameter in the settings. I want to just grab it from the default. How can i do that?



    Attached Files

    #2
    Hello priceisking,

    The Account that the user selects will be the Account object.

    Below is a link to the help guide.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thank you!!

      Comment


        #4
        Is there a way to move the "Enabled" check box to higher location?

        Comment


          #5
          Hello priceisking,

          I'm not aware of any way to re-arrange system strategy properties as these are declared in the strategy base.

          I'm only aware of being able to arrange custom properties and categories.

          Chelsea B.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          81 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          42 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          64 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          66 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          55 views
          0 likes
          Last Post CarlTrading  
          Working...
          X