Good afternoon guys, I'm trying to calculate the total amount of buyers for an entire day trading period. I know the code to
calculate buyers is = V*(C-L)/(H-L) and to
But I have an issues....how do I have it to start from 9:30am to include all the buyers for the day up to a point
I was thinking of doing something such as (buying[1] + buying[2] + buying[3] +etc but its using the premarket numbers. Is there a simple way of calculating the total amount of buyers from the begin of the trading day?
calculate buyers is = V*(C-L)/(H-L) and to
But I have an issues....how do I have it to start from 9:30am to include all the buyers for the day up to a point
I was thinking of doing something such as (buying[1] + buying[2] + buying[3] +etc but its using the premarket numbers. Is there a simple way of calculating the total amount of buyers from the begin of the trading day?