Login Page - Create Account

Support Board


Date/Time: Sun, 06 Jul 2025 22:42:19 +0000



Post From: AccumulatedLastTradeVolume

[2024-04-30 11:40:02]
Ichmalvier - Posts: 2
Hello,

I am using BasicSymbolData.AccumulatedLastTradeVolume in an ACSIL custom study and it works well in real time.
However, I would like to perform a backtest with this study. With BasicSymbolData.AccumulatedLastTradeVolume I always get the current value and not that of the replay.

Is there a way to get something like BasicSymbolData.AccumulatedLastTradeVolume for the current time point in the replay?

Thank you!