Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unable to display custom value in the Market Analyzer Column

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

    Unable to display custom value in the Market Analyzer Column

    I am trying to display a value in the Market Analyzer Column
    I am trying this code (according to this page https://ninjatrader.com/support/help...zer_column.htm)

    protected override void OnMarketData(MarketDataEventArgs marketDataUpdate)
    {
    CurrentValue = marketDataUpdate.Price;
    }

    During compilation I am getting the error

    The name 'CurrentValue' does not exist in the current context.

    Please advise

    #2
    Hello Zextra,
    Thanks for your post.

    Are you creating this as an indicator or is this code being used inside the "MarketAnalyzerColumns" namespace?
    Last edited by NinjaTrader_JoshG; 10-16-2018, 12:00 PM.
    Josh G.NinjaTrader Customer Service

    Comment


      #3
      Ah ok, I got it now.

      Can you please tell me how to check if the indicator is an instance of MarketAnalyzerColumns?

      Comment


        #4
        You would see it near the top of your code. A MarketAnalzyer Column also will display under the appropriate "MarketAnalzyerColumns" folder in the NinjaScript Editor.
        namespace NinjaTrader.NinjaScript.MarketAnalyzerColumns
        Josh G.NinjaTrader Customer Service

        Comment


          #5
          The issue I have is that the indicator draws graphical lines on the chart, and hence the drawing part needs to be disabled when loading the indicator in the market analyzer. How can I check in the indicator code, I need something like this

          if (Not loaded in market analyzer)
          {
          // Draw the ilne
          }

          Comment


            #6
            The indicator already will not be able to draw drawing objects when used in the Market Analyzer, so there will be no special considerations you need to make there. Are you seeing that when you attach an indicator to your Market Analyzer that it is drawing on your chart?
            Josh G.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by charlesugo_1, 05-26-2026, 05:03 PM
            0 responses
            73 views
            0 likes
            Last Post charlesugo_1  
            Started by DannyP96, 05-18-2026, 02:38 PM
            1 response
            152 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            162 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            100 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            288 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Working...
            X