Exper advisor / alert generation when trading volume increases?

I WANT TO ENABLE ALERT GENERATION FOR ALL COMMODITIES ONLY WHEN TRADING VOLUMES INCREASE .

ALERT GENERATION ONLY WHEN SMART MONEY ENTERS .

you can use scanner to check the list of your communities in live market. by giving some volume conditions like you can use Volume Rate of Change

VROC(VOLUME, 12) > 0 AND REF(VROC(VOLUME, 12), 1) < 0

please guide , how exactly to do it ??

conditions like you can use Volume Rate of Change
VROC(VOLUME, 12) > 0 AND REF(VROC(VOLUME, 12), 1) < 0

where do i put this code and how to backtest it ?

Go to Pi alerts → back test and add the script there in buy/sell column
check the demo in detail.