Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnBarUpdate() occurs every tick for Renko bar.

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

    OnBarUpdate() occurs every tick for Renko bar.

    OnBarUpdate() occurs every tick for Renko bar ,even when Calculate = Calculate.OnBarClose; is set. In addition I have in my indicator 1min ask (primary) and added 1min bid dataseries , all three for the same instrument. for 1-minute dataseries OnBarUpdate() occurs only 1 per minute. Any clue ? Thanks.

    #2
    I should add I am working on historical data only , with Tick replay.

    Comment


      #3
      WITHOUT tick replay.

      Comment


        #4
        Renko should run on second series, try this

        protected override void OnBarUpdate()
        {
        if (BarsInProgress == 0)
        return;

        Comment


          #5
          Hello xTrader1,

          Thank you for your reply.

          I'm a little confused as to how you are testing here, as calculating On Each Tick is not possible on historical data (such as past data on a chart or data used in the Strategy Analyzer) as all that is known is the OHLC of each bar. Are you perhaps using Market Replay data, not historical data?

          If you could provide a reduced example script and clear, step by step instructions on how to replicate this behavior, that would be very helpful. Please ensure no code that is not necessary to reproduce the issue is included. You can export your reduced script from Tools > Export > NinjaScript Add-on. Please attach the resulting .Zip file to your reply.

          Thanks in advance; I look forward to assisting you further.
          Kate W.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by geddyisodin, Yesterday, 05:20 AM
          8 responses
          49 views
          0 likes
          Last Post geddyisodin  
          Started by DayTradingDEMON, Today, 09:28 AM
          3 responses
          19 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by Stanfillirenfro, Today, 07:23 AM
          9 responses
          23 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by George21, Today, 10:07 AM
          0 responses
          9 views
          0 likes
          Last Post George21  
          Started by navyguy06, Today, 09:28 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Working...
          X