Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer column for Indicators

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

  • NinjaTrader_ZacharyG
    replied
    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.

    Leave a comment:


  • NinjaTrader_ZacharyG
    replied
    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.

    Leave a comment:


  • uacvax
    replied
    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.

    Leave a comment:


  • NinjaTrader_ZacharyG
    replied
    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

    Leave a comment:


  • uacvax
    started a topic Market Analyzer column for Indicators

    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.

Latest Posts

Collapse

Topics Statistics Last Post
Started by quantismo, 04-17-2024, 05:13 PM
3 responses
25 views
0 likes
Last Post NinjaTrader_Gaby  
Started by ScottWalsh, 04-16-2024, 04:29 PM
7 responses
34 views
0 likes
Last Post NinjaTrader_Gaby  
Started by cls71, Today, 04:45 AM
0 responses
5 views
0 likes
Last Post cls71
by cls71
 
Started by mjairg, 07-20-2023, 11:57 PM
3 responses
214 views
1 like
Last Post PaulMohn  
Started by TheWhiteDragon, 01-21-2019, 12:44 PM
4 responses
547 views
0 likes
Last Post PaulMohn  
Working...
X