Volume Scanner for sudden Volume movement

Hi,

@Streak How can I check Sudden Volume rise in 1,3,5 minutes time frame within the same trading session or Volume rise from immediately previous volume candle within 1,3,5 minutes?

Hi @KUMARZS, you can use the following approach for this condition

Volume(0) higher than Volume(1) and Volume (1) higher than Volume(2) and Volume(2) higher than Volume(3)

Or you can use the following condition

Volume(0) up by 50% from Previous N (Volume, -1, 5 min)

Hope this helps.

1 Like