Custom Crypto Indicator and Discord Integration

Job ID: 39549521

Budget: $30 – $250 USD

Create Custom TradingView Indicator for Crypto Buy/Sell Signals + Discord Integration (with ADX Filter)
-----
Description:

I’m looking for a skilled Pine Script (v5) developer to build a custom TradingView indicator that generates Buy and Sell crypto signals based on a well-defined technical strategy. These signals must be sent to Discord via webhook , ( i will provide webhook , u will need to format it)
------
Strategy Logic:
Buy Signal:
Price above 200 EMA

9 EMA crosses above 21 EMA

RSI > 50

Volume > 20-period average

ADX > 20 (filter to confirm market is trending)
--------
Sell Signal:
Price below 200 EMA

9 EMA crosses below 21 EMA

RSI < 50

Volume > 20-period average

ADX > 20
--------
Risk Management:
Stop-Loss: 1.5x ATR below entry

Take Profit:

TP1: 1.5x ATR

TP2: 3x ATR

TP3: 4.5x ATR

Partial take-profit logic: 30%/30%/40%
---------
Alerts:
TradingView alerts should be sent via webhook to a Discord channel
----------
Messages must follow this format:

Signal: BUY
Pair: BTC/USDT
Entry: $42,000
TP1: $42,800
TP2: $43,500
TP3: $44,000
SL: $41,200
Leverage: 5x
---
Requirements:
Must be in Pine Script v5

Visual signals (arrows, labels) on chart

Signal filtering using ADX

Format messages

Clean, commented code