Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator Only Plots Live Market

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

    Indicator Only Plots Live Market

    I have an indicator that I made and it only plots when connected live to market data feed. So if I restart my computer
    the plots from earlier are not there. And if I start trading at 10:00 am, or 1pm, no earlier plots are shown on the chart. It just plots when
    live. How do I fix this?

    #2
    Check in your code to see if you have:

    If(State == State.Historical)
    return;

    if you do remove it.

    Comment


      #3
      No dont see that code. I have if (State == State.Configure)

      Comment


        #4
        check if you have maximum bars back

        Comment


          #5
          Hello Trader494,

          Thank you for writing in.

          It sounds like the indicator is doing calculations off real time data only. If you're data provider did not provide historical tick data yet the indicator tries pulling this, I would expect to see what you're seeing. But without the full code we're unable to test on our end.

          If you'd like to provide the full code I can take a look and see if anything jumps out. Please use the following format.

          To export a NinjaScript from NinjaTrader 8 do the following:
          From the Control Center window select Tools -> Export -> NinjaScript...
          Click Add>Select the indicator>OK>Export.
          Then attach that file you saved; under My Docs>NT8>Bin>Custom>Select the downloaded .zip file.

          I look forward to your reply.
          Alan P.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          72 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