🎯
Cryptovizor
English
English
  • 🎯Cryptovizor User Manual
  • Modules overview
    • 🚀Delta BTC module
      • Delta and cumulative delta
      • Description of the Delta module
    • 📈Cryptoscreener module
      • Volume Screener
      • Left block table
      • RSI Screener
      • Right block table
      • Volatility factor
    • 🏆Cryptocurrency Heatmap Binance
      • Heatmap construction
      • Volume
      • Volume change
      • Price change
      • RSI change
      • Volatility
    • 🔋Multicharts + Trends
      • Defining a trend
      • Trends table
    • ⚡Signals, notifications module
      • Single alerts
        • Creating a single alert
        • Alert Parameters for Price Timeframe
        • Getting a chart in Telegram
      • Notification parameters
        • 1. PRICE notifications
        • 2. Volume USDT Moving
        • Order of magnitude volume
        • 3. Positive Delta Volume USDT Moving
        • 4. Negative Delta Volume USDT Moving
        • 5. Any Delta Volume USDT Moving
        • 6. RSI notifications
        • 7. Volatility
        • 8. Volume USDT Candlesticks
        • 9. MA Trend
        • 10. MA 50
        • 11. MA 200
      • Saving an alert
      • Creating a notification from the Tradingview chart
      • Group signals
        • Token System
        • Creating a group signals
        • Examples of signal combinations
      • Alert logs
      • Draft
      • Webhooks
        • How to Create a Webhook?
        • Finandy configuration
        • List of Webhooks
        • Webhook templates
        • Placeholders
        • Signal setup in Finandy
      • Webhook logs
    • 🖥️Terminal Tradium
      • Launching the Terminal
      • Creating a Position
      • Publishing Analytics
      • Publishing News
      • Position Management
      • Setup Statuses
      • Statistics
      • Settings
        • Private Posts
        • Risk control
        • Finandy integration
        • Notifications
        • Position Lifespan
        • Trailing TP
        • Date and Time
    • ◀️Connecting Telegram
    • ⚙️Settings
      • Watchlists
      • Running line
      • MA parameter
      • Push notifications
        • Setting up MacOS
        • Setting up Windows
        • Brave browser
        • Opera browser
        • Google Chrome browser
        • Safari browser
      • Change Email and Name
  • General information
    • YouTube
    • Pricing
    • Rules
    • Contacts
    • Policy
    • FAQ
Powered by GitBook
On this page
  1. Modules overview
  2. Signals, notifications module
  3. Notification parameters

10. MA 50

A 50-period moving average 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

Parameter
Description
Example

🔴 MA 50 above price

Alert triggers when the 50-period Moving Average (MA50) is above the current closing price.

Alert will trigger if the closing price of BTCUSDT is below the MA50 value.

🟢 MA 50 below price

Alert triggers when the 50-period Moving Average (MA50) is below the current closing price.

Alert will trigger if the closing price of BTCUSDT is above the MA50 value.

Distance from MA50 to price in % greater than

Alert triggers when the percentage distance from the MA50 to the current closing price exceeds a specified value.

If set to "+5%", the alert will trigger when the distance from MA50 to the price is +6%, +10%, +15%, etc. If set to "-5%", the alert will trigger at distances from MA50 to the price of -4%, -3%, 0%, +5%, +10%, etc.

Distance from MA50 to price in % less than

Alert triggers when the percentage distance from the MA50 to the current closing price is less than a specified value.

If set to "+5%", the alert will trigger at distances from MA50 to the price of +4%, +3%, 0%, -1%, -5%, etc. If set to "-5%", the alert will trigger at distances from MA50 to the price of -6%, -10%, -15%, etc.

Distance from price to MA50 in % greater than

Alert triggers when the percentage distance from the current closing price to the MA50 exceeds a specified value.

If set to "+5%", the alert will trigger when the distance from the price to MA50 is +6%, +10%, +15%, etc. If set to "-5%", the alert will trigger at distances from the price to MA50 of -4%, -3%, 0%, +5%, +10%, etc.

Distance from price to MA50 in % less than

Alert triggers when the percentage distance from the current closing price to the MA50 is less than a specified value.

If set to "+5%", the alert will trigger at distances from the price to MA50 of +4%, +3%, 0%, -1%, -5%, etc. If set to "-5%", the alert will trigger at distances from the price to MA50 of -6%, -10%, -15%, etc.

Calculation formulas:

  • Distance from MA to price in % = (Price - MA) / MA * 100

  • Distance from price to MA in % = (MA - Price) / Price * 100

Previous9. MA TrendNext11. MA 200

Last updated 1 year ago

⚡