Volume trapping strategy

Hi sir,

Case1- Candle volume higher tha previous volume its should be green and

Case2- Candle volume higher than previous volume it should be red.

Case3- candle volume higher than previous volume it should be red.

this all are in 5min time frame.

@Streak can you.

Hi @Narendra_Vaadi,

Please use the following condition for this.

Case 1:
Volume(0) Higher than Volume(-1) and Close(-1) higher than Open(-1)
Case2:
Volume(0) Higher than Volume(-1) and Close(-1) lower than Open(-1)

Case 2 and 3 are the same. Timeframe you can set as per requirement. Condition would remain same across timeframes