In TC2000 its possible to use minv3.1 (minimum volume requirement for each of the last 3 bars) which I cannot figure out for pinescript (since its not the same a average volume). How would one create it?
I've only tried
V[0] > 1000 and V[1] > 1000 and V[2] > 1000
But I'm not sure if that's even correct or the best approach.