tick volume

Created at 05 Dec 2012, 10:51
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
adaled's avatar

adaled

Joined 17.09.2012

tick volume
05 Dec 2012, 10:51


Hello,

How can we access or calculate tick volume?

 

Thanks


@adaled
Replies

admin
06 Dec 2012, 14:39

Hello,

Tick volumes have been included and will be available very soon.

 


@admin

haniyasin
04 Jan 2013, 18:48

RE:
admin said:

Hello,

Tick volumes have been included and will be available very soon.

 

 

any update about tick volume?

 


@haniyasin

admin
07 Jan 2013, 11:48

Yes, tick volume is now available through the MarketSeries Interface. If the version you are using does not already have it, it should be available by next Monday.

double tickVolume = MarketSeries.TickVolume[index];



 


@admin

joeatbayes
22 Dec 2014, 03:13

How to Convert MarketSeries.TickVolume() to Transaction Volume?

IN my code  /algos/cbots/show/591 I am using a line  MarketSeries.TickVolume.Last(1)  But this doesn't seem quite right. I don't want tick volume from   MarketSeries.TickVolume.Last(1).    I want actual units transacted.  Since any tick could represent a value from a fractional lot to several lots it seems that there is a huge difference in the actual value of money transacted for any tick move.    I think it makes more sense to record total units traded during the bar.      The theory is that  200 million $ traded during a bar that dropped 10 pips is more meaningful as momentum input than  $2000 traded with the same drop during the same duration.      I would greatly appreciate help doing this conversion.


@joeatbayes

Spotware
31 Dec 2014, 11:08

RE: How to Convert MarketSeries.TickVolume() to Transaction Volume?

joeatbayes said:

IN my code  /algos/cbots/show/591 I am using a line  MarketSeries.TickVolume.Last(1)  But this doesn't seem quite right. I don't want tick volume from   MarketSeries.TickVolume.Last(1).    I want actual units transacted.  Since any tick could represent a value from a fractional lot to several lots it seems that there is a huge difference in the actual value of money transacted for any tick move.    I think it makes more sense to record total units traded during the bar.      The theory is that  200 million $ traded during a bar that dropped 10 pips is more meaningful as momentum input than  $2000 traded with the same drop during the same duration.      I would greatly appreciate help doing this conversion.

Dear Trader,

This is not currently possible, you can access tick volume only.


@Spotware