# 2. Volume USDT Moving

We use the moving method of calculating the trading volume, which shows the value at the current moment, minus N periods ago, where "N" is the selected timeframe.&#x20;

The difference between moving and candlestick (bar) trading volume is that when a candle closes, the volume value is not reset to zero.

<table data-full-width="true"><thead><tr><th width="151">Parameter</th><th width="325">Description</th><th>Example</th></tr></thead><tbody><tr><td>USDT Volume Greater then</td><td>Alert is triggered when the trading volume in USDT exceeds a specified value.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe exceeds 1M USDT.</td></tr><tr><td>USDT Volume Less then</td><td>Alert is triggered when the trading volume in USDT drops below a specified value.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe falls below 1M USDT.</td></tr><tr><td>USDT Volume UP on %</td><td>Alert is triggered when the trading volume in USDT increases by the indicated percentage.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe increases by 10%.</td></tr><tr><td>USDT Volume DOWN on %</td><td>Alert is triggered when the trading volume in USDT decreases by the indicated percentage.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe decreases by 10%.</td></tr><tr><td>USDT Volume UP on</td><td>Alert is triggered when the trading volume in USDT increases by the indicated amount.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe increases by 500K USDT.</td></tr><tr><td>USDT Volume DOWN on</td><td>Alert is triggered when the trading volume in USDT decreases by the indicated amount.</td><td>Alert will trigger if the trading volume of BTCUSDT within a 1h timeframe decreases by 500K USDT.</td></tr></tbody></table>
