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 NullPointStrategies, Today, 05:17 AM
          0 responses
          50 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          126 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          69 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          42 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          46 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X