How to get a transaction volume of a trendbar
Created at 18 Aug 2021, 17:50
BU
How to get a transaction volume of a trendbar
18 Aug 2021, 17:50
Hi,
I want to know how much volume was traded in given timeframe. e.g. total trade volume at Aug 17 10:15:21 (M1).
There is bar volume in ticks in ProtoOATrendbar.
How can I convert this volume into trade volume e.g. in account currency?
Thanks in advance.
amusleh
18 Aug 2021, 18:31
Hi,
Tick volume is the number of ticks that occurred on a given trend bar, its not the real buy/sell volume.
The real volume historical data is not available and you can't get it via Open API.
@amusleh