Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Graci117, Today, 11:40 PM
          0 responses
          3 views
          0 likes
          Last Post Graci117  
          Started by BIOK.NT, Today, 01:56 PM
          2 responses
          11 views
          0 likes
          Last Post BIOK.NT
          by BIOK.NT
           
          Started by i2ogu3, Today, 11:31 PM
          0 responses
          4 views
          0 likes
          Last Post i2ogu3
          by i2ogu3
           
          Started by RDTrader16, Today, 10:19 PM
          0 responses
          8 views
          0 likes
          Last Post RDTrader16  
          Started by gemify, 03-08-2023, 08:02 AM
          9 responses
          150 views
          0 likes
          Last Post culpepper  
          Working...
          X