9. MA Trend

When determining the trend, the value of two moving averages relative to the current price is used.

Don't forget that the MA value is considered at the moment the candle closes!

if the signal consists only of MA values, it will be triggered once per bar close

ParameterDescriptionExample

🟢 Uptrend

Alert triggers when the closing price is greater than both MA50 and MA200, indicating an uptrend.

Alert will trigger if the USDT volume of BTCUSDT in 1h candlestick exceeds 500K USDT.

🔴 Downtrend

Alert triggers when the closing price is less than both MA50 and MA200, indicating a downtrend.

Alert will trigger if the USDT volume of BTCUSDT in 1h candlestick increases on 200K USDT.

🟡 AZT in Uptrend 🟢

Alert triggers when the closing price is greater than MA200 and less than MA50, indicating an Active Zone Trading (AZT) in an uptrend.

Alert will trigger if the closing price of BTCUSDT is above MA200 and below MA50.

🟡 AZT in Downtrend 🔴

Alert triggers when the closing price is lass than MA200 and greater than MA50, indicating an Active Zone Trading (AZT) in an uptrend.

Alert will trigger if the closing price of BTCUSDT is below MA200 and above MA50.

Last updated