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 The_Sec, Yesterday, 03:53 PM
          1 response
          12 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by mmenigma, Yesterday, 03:25 PM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by kujista, Today, 05:44 AM
          0 responses
          7 views
          0 likes
          Last Post kujista
          by kujista
           
          Started by ZenCortexCLICK, Today, 04:58 AM
          0 responses
          9 views
          0 likes
          Last Post ZenCortexCLICK  
          Started by sidlercom80, 10-28-2023, 08:49 AM
          172 responses
          2,281 views
          0 likes
          Last Post sidlercom80  
          Working...
          X