Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OFCumulativeDelta - Ticks - CPU

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

    OFCumulativeDelta - Ticks - CPU

    Hello,

    when using OrderFlowCumulativeDelta my Uty-Monitor shows very high number for the 1 Tick Barstyp and my NT was frozen so I had to disconnect. When using the OFcumulativeDelta with an indicator COBCtrue and for the primary dataseries only is it necessary to have in the code the 1 Tick Dataseries with
    " if (BarsInProgress == 1)
    {// We have to update the secondary series of the hosted indicator to make sure the values we get in BarsInProgress == 0 are in sync
    OrderFlowCumulativeDelta1.Update(OrderFlowCumulati veDelta1.BarsArray[1].Count - 1, 1); }

    I only want to use it like ""OrderFlowCumulativeDelta1.DeltaClose[0] > OrderFlowCumulativeDelta1.DeltaHigh[1])" for the primary dataseries with COBCtrue.

    Thank you!
    Tony

    #2
    Hi Tony, thanks for your post.

    The indicator needs to be updated on the 1 tick series. If you are getting performance problems with the current data set being used, reduce the number of days loaded in the data series menu to resolve. Also look in the Log tab of the control center for any errors that might have been printed when this freeze happened.

    Best regards,
    -ChrisL

    Comment


      #3
      Hello,

      what I see now is that the high number for barstype 1 Tick that appeared in uty-monitor after few minutes has not been rising as much as others eg "candlestick". Is this OK? So does it only need a lot of ressources for updating after connecting, much more than later once connected during the session?

      Thank you!
      Tony

      Comment


        #4
        Hi Tony, thanks for your reply.

        It would be expected to take more resources to load new data. When the data has been loaded in the past it will be cached for faster access at a later time. Loading new tick data will always take more resources.

        Best regards,
        -ChrisL

        Comment

        Latest Posts

        Collapse

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