Bid Ask Percentage Scanner/Screener

I am looking for a screener/scanner to find scripts where the current BID or ASK percentage is more than a specific number, say for example 70%.
How can I get it?

Hi @abhibele, this will require continuous monitoring of the market depth - which is quite heavy to implement. We will assess this and plan to bring this on our products.

I read somewhere that the order flow is coming on Dext 3. So is it also possible to use same to get the BID/ASK percentage through that as I requested earlier?

Hi @abhibele Yes Order Flow is coming on DEXT.

Nope, it cannot be used as you requested, Order Flow on Dhan will be based in action: which is trade. Bid/Ask based Order Flow captures only intent, not execution. Please note intents can be gamified, and they are continuously getting updated based on the large orders which are trying to move demand and supply. We will post in detail when we write about how Order Flow is designed.

For now, we show visually (as below) the bid ask everytime you see depth on Dhan.

you can write your own script to monitor the quotes of all the scrips using the dhan quote api.

I dont know much about api, could you help me?