User rating: 0
Joined: Tue 24 May, 2011, 00:41 Posts: 38 Location: United KingdomUnited Kingdom
Dear JForex Support,
Will you be so kind to check all the methods relative to 'volumes' in the ITick interface?
What I have found is the following issues; for a certain ITick aTick the following are always true (and I think it should not be that way):
aTick.getAskVolume() is always equal to aTick.getTotalAskVolume() and the two are always equal to the sum of the components of the double[] provided by aTick.getAskVolumes().
I have found that this equivalence holds since aTick.getAskVolumes() has only one component (i.e.: component 0).
The same holds for Bid volumes.
Am I missing something or there is a bug in computing the book's volumes?