Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CPU and Dataseries

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

    CPU and Dataseries

    Hello,

    when running a strategy or indicator and using Volumetric Dataseries 2 times eg with AddVolumetric("ES 03-21", BarsPeriodType.Range, 2, VolumetricDeltaType.BidAsk, 1); and AddVolumetric("ES 03-21", BarsPeriodType.Range, 3, VolumetricDeltaType.BidAsk, 1); does this need 2 times computer ressources than having only one of them? Does every addvolumetric retrieve its data so that all data for volumetric is retrieved/downloaded/... 2 times?
    Or does it make sense to AddDataSeries("ES 03-21", BarsPeriodType.Tick, 1); as it is necessary for orderflowcumulativedelta and maybe this helps for volumetric?

    I remember that volumetric needs more pc ressources than OrderflowcumulativeDelta, so I´m thinking now when working with volumetric if maybe adding it 2 times might cause problems.

    Thank you!
    Tony

    #2
    Hello tonynt,

    A 1 tick data series would not be necessary for the volumetric bars. 2 added volumetric series would create two subscriptions to data and each would have to calculate the volumetric values, so yes, it would double the PC resources necessary to run the script.

    Please let us know if we may be of further assistance to you.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    88 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    31 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    68 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X