Historical Data for total bid quantity and ask quantity

mohitag
Hi,

Is there any way I can get historical data for total bid and ask quantity?
  • rakeshr
    No, bid-specific detail won't be available in the historical data APIs, but the total volume. All fields available for the historical chart data can be referred to in the documentation.
  • mohitag
    @rakeshr: thanks for your response. Can these variables be added to the historical data? I want to use it in my strategy.
  • rakeshr
    Yes, you can generate these candles on your end by creating them from your own database. A sample project that you can refer to for guidance.
Sign In or Register to comment.