I use have used nbbo quotes for backtester so far and can add extra slippage on executions.
Probably could get slippages more accurate with more live trading logs...
Atm i dont consider quoute bid and ask volume data at all , only bid & ask prices.
And i allocate <5k per stock on live market.
In some cases maybe quote volume data would make simulation more accurate and create slippage or half fills but my account is too small for that in most cases probably.
Could nbbo quote volume data be still beneficial in some way?
Also i find it hard to understand quote data condition parameters. Not much info on google. So i am not sure on my data processing accuracy.
With trade data there are gaps sometimes and it might slip alot on sl or tp... But i suppose it may be more realistic to expect slippage as mentioned.
Id like to also work with penny stocks where trade data could be gapped alot.
Ive read that some people make algos to sync & utilize both trade and quote data in backtests.
But i dont fully understand the benefit it could give in my case.