Hello team, I am getting wrong data during live market using getCandleData(params) in python. For examle when I call the method getCandleData(params) at 9:30 AM, where I set toDate as '2024-12-31 9:30', in response I get wrong volume data. But when I call the same end point after market closes or next day, it gives correct data. Kindly help, in one of my strategy I am using volume as an indicator for long or short position.
S
Posts made by sanjaymgour
-
Getting wrong volume data for stocks during live market using getCandleData(params)