Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Quick questions about using an Indicator as a Market Analyzer column

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

    Quick questions about using an Indicator as a Market Analyzer column

    From within the indicator, is there a flag that can be checked if the indicator is running within Market Analyzer (in order to enable/disable certain features, for example) instead of a chart?

    Also, the primary way Market Analyzer reads information from the indicator is looking at it's Plots, correct? Is there a way to transmit non-numerical information? For example, a string? If I want the column to read "My Setup" or "My Other Setup", is that possible?

    Thank you!

    #2
    Hello neoikon,

    Try:

    Code:
    if (Parent is MarketAnalyzerColumnBase)
    	Print("Running on a Market Analyzer");
    No, if you want something other than a plot read, you would want to make the script as a MarketAnalyzer column and not as an indicator.

    You could use a plot value to trigger a cell filter though with some preset messages
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, Today, 06:46 AM
    0 responses
    13 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, Yesterday, 05:21 PM
    0 responses
    19 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    16 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    82 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    51 views
    0 likes
    Last Post PaulMohn  
    Working...
    X