Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer column for Indicators

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

    Market Analyzer column for Indicators

    Hi,

    In the NS Editor for MarketAnalyzerColumns there is no code to view for the "Indicator" column. How was this column programmed and achieved to have indicator and plot dropdown property menus?

    I want to make the same drop down selectors in my custom NS files. Is this possible? Thanks.

    #2
    Hello uacvax,

    Thank you for writing in.

    You can add drop down menus for properties in your scripts by utilizing enums.

    More information about enums can be found here: http://www.dotnetperls.com/enum

    I have provided an example script that shows how this can be done.

    Please, let us know if we may be of further assistance.
    Attached Files
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      Thanks Zachary. That is a nice example, however, I am looking for something more complex. There is something that NT is doing in the indicator column that allows it to pull in the full list of indicators into the drop down. Using enums would be hard coding items for the drop down whereas the indicators column in MA is somehow able to grab all the indicators dynamically.

      Comment


        #4
        Hello uacvax,

        I apologize for the misunderstanding; I was thinking that you wanted an example of how to create a drop down menu for your properties.

        I will be investigating this further to see how a list of indicators can be obtained.
        Zachary G.NinjaTrader Customer Service

        Comment


          #5
          Hello uacvax,

          Thank you for your patience.

          Here is undocumented code on how you can grab the collection of indicators:
          Code:
          Type[] availableIndicatorTypes = NinjaTrader.Core.Globals.AssemblyRegistry.GetDerivedTypes(typeof(IndicatorBase));


          Please, let us know if we may be of further assistance.
          Zachary G.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by lightsun47, Today, 03:51 PM
          0 responses
          5 views
          0 likes
          Last Post lightsun47  
          Started by 00nevest, Today, 02:27 PM
          1 response
          10 views
          0 likes
          Last Post 00nevest  
          Started by futtrader, 04-21-2024, 01:50 AM
          4 responses
          46 views
          0 likes
          Last Post futtrader  
          Started by Option Whisperer, Today, 09:55 AM
          1 response
          14 views
          0 likes
          Last Post bltdavid  
          Started by port119, Today, 02:43 PM
          0 responses
          10 views
          0 likes
          Last Post port119
          by port119
           
          Working...
          X