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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    656 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    371 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    579 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X