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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          88 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          134 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          68 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          118 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          67 views
          0 likes
          Last Post PaulMohn  
          Working...
          X