Boogle wrote:
Hey there,
It would be great to have a function that returns the volume of bids/asks at a specific price.
trader.get("AsksVolume",price) and BidsVolume gives a total volume for *upto* that price.
Thanks
-B
Hi. Thanks for feature request. I'll work on it.
For now you can get amount by using this like function: trader.get("AsksVolume",price)-trader.get("AsksVolume",price-0.00001)