ticker price volume

ayyaz
ticks.get(i).getTotalSellQuantity();
ticks.get(i).getTotalBuyQuantity();
This volume should be increasing every time , but i have seen sometime its decreasing
  • ayyaz
    as the API name suggests that its totalSell Qty and tot Buy Qty till time , so shudnt it increase at any point in time that time-X ? , but i have seen sometimes it less that time-X please clear
  • sujith
    It is the total sell order quantity pending at the exchange and pending buy quantity.
  • sujith
    It has nothing to do with volume.
  • ayyaz
    is there any way to find total buy and total sell volume at given point in time ?
  • sujith
    A trade happens only when there is a buyer and a seller.
    There is nothing called buy volume and sell volume.
  • ayyaz
    i mean can i get total buy and total sellers volume desperately
  • sujith
    You can get total volume traded of an instrument from the live market data.
  • ayyaz
    is it possible to get total buyers and sellers at given point in time , if so please let me know which java API i can use at client side
  • ayyaz
    at the same time total buy and sell quantity seperetly at given point in time , please share api of same
Sign In or Register to comment.