Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator values on chart and market analyzer differ using unirenko bar

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

    Indicator values on chart and market analyzer differ using unirenko bar

    The values for my plots using Unirenko bars on a chart are not the same as the market analyzer plots using Unirenko bars. I am using the same data series inputs (tick trend, open offset, tick reversal, days back etc). What am I doing wrong?

    Thanks
    Ninat

    #2
    Hello Ninat,

    Thanks for writing in.

    The Market Analyzer reads plots and the way the plots are read should be consistent with a chart.

    Are you able to reproduce this behavior with any of the indicators bundled with NinjaTrader 8?

    I would expect the data to be the same so long as the the input parameters and data series are the same. Please keep in mind that as the UniRenko indicator is not one of our bundled indicators, we will not be able to provide support for it. If you can observe this behavior with the bundled NinjaTrader 8 indicators, please let me know.

    Please make sure that you have the parameters double checked and your referencing the current bar on your chart.

    Also please test this with NinjaTrader 8 indicators like the Bollinger indicator or the CurrentDayOHL indicator. If you are encountering the same issue, please provide me a screenshot so I may look into the matter further.

    To send a screenshot with Windows 7 or newer, we recommend using Window's Snipping Tool.

    Click here for instructions

    Alternatively, please take a screenshot with Alt + PRINT SCREEN to take a screenshot of the selected window. Then go to Start--> Accessories--> Paint, and press CTRL + V to paste the image. Lastly, save as a jpeg file and send the file as an attachment.

    Click here for detailed instruction


    I look forward to being of further assistance.

    Comment


      #3
      "and your referencing the current bar on your chart."


      I rebooted my computer and the plots matched with equities this morning. I built the chart and the market analyzer at the same time today, Are there historical bars calculated in the market analyzer or only currentbars?

      Thank you

      Comment


        #4
        Hello Ninat,

        Thanks for the reply.

        The Market Analyzer is designed to give current information based on real-time data. Historical data does get processed through the Market Analyzer, but it would not be displayed.

        As a test to observe the behavior, you could create an indicator that prints information to the NinjaScript Output window when State == State.Historical in OnBarUpdate()

        Code:
        if(State == State.Historical)
        	Print("Historical Bars"+CurrentBar);
        If you would like to observe historical values within the Market Analyzer, I suggest viewing market replay data for that day using the Playback Connection.

        Using the Playback Connection is detailed in our help guide here: https://ninjatrader.com/support/help...connection.htm

        Please let me know if I may be of further help.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        589 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        342 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        555 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X