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 algospoke, Yesterday, 06:40 PM
          2 responses
          19 views
          0 likes
          Last Post algospoke  
          Started by ghoul, Today, 06:02 PM
          3 responses
          14 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by jeronymite, 04-12-2024, 04:26 PM
          3 responses
          45 views
          0 likes
          Last Post jeronymite  
          Started by Barry Milan, Yesterday, 10:35 PM
          7 responses
          20 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by AttiM, 02-14-2024, 05:20 PM
          10 responses
          181 views
          0 likes
          Last Post jeronymite  
          Working...
          X