Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

FirstBarIndexPainted

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

    FirstBarIndexPainted

    hi,,
    i see

    FirstBarIndexPainted

    i don't find documentation...

    how work it?

    thanks

    #2
    Hello eSignal,

    Thank you for your post.

    This is unsupported and thus undocumented in NinjaTrader 7. The NinjaTrader 8 equivalent is ChartBars.FromIndex: http://ninjatrader.com/support/helpG..._fromindex.htm

    Comment


      #3
      Originally posted by NinjaTrader_PatrickH View Post
      Hello eSignal,

      Thank you for your post.

      This is unsupported and thus undocumented in NinjaTrader 7. The NinjaTrader 8 equivalent is ChartBars.FromIndex: http://ninjatrader.com/support/helpG..._fromindex.htm

      i'm try to code a script from NT7 to NT8

      i want understand how does it work

      I do a simple code :

      protected override void OnBarUpdate()
      {

      Print("currentBar " + CurrentBar);
      Print("FirstBarIndexPainted " + FirstBarIndexPainted);

      }

      i see this output : (chart daily with 365 candle)



      i see Print CurrentBar from 0 to 252 ...
      i see Print FirstBarIndexPainted is egual to 160....always


      i know that it's not supperted but if i don't underestand it i can't code correctly in nt8 (i get error in nt8 )
      Last edited by esignal; 10-12-2016, 02:16 AM.

      Comment


        #4
        some response ^

        Comment


          #5
          Hello eSignal,

          I provided the equivalent for NinjaTrader 8 - which is supported in NinjaTrader 8.
          The NinjaTrader 8 equivalent is ChartBars.FromIndex: http://ninjatrader.com/support/helpG..._fromindex.htm

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by usazencort, Today, 01:16 AM
          0 responses
          1 view
          0 likes
          Last Post usazencort  
          Started by kaywai, 09-01-2023, 08:44 PM
          5 responses
          602 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by xiinteractive, 04-09-2024, 08:08 AM
          6 responses
          22 views
          0 likes
          Last Post xiinteractive  
          Started by Pattontje, Yesterday, 02:10 PM
          2 responses
          20 views
          0 likes
          Last Post Pattontje  
          Started by flybuzz, 04-21-2024, 04:07 PM
          17 responses
          230 views
          0 likes
          Last Post TradingLoss  
          Working...
          X