Market Monitor Dashboard
trade.diyondev.my.id
Dashboard sentral untuk memantau market, menerima webhook TradingView, dan menjadi basis decision layer untuk instrumen XAUUSD, BTC, dan ETH dengan fokus pada clean setup & high-probability trades.
Webhook Ready
System Active
Tracked Markets
XAUUSD
GOLD
Primary market focus
M15 · H1 · H4
BTCUSD
CRYPTO
Breakout + Rejection
ETHUSD
CRYPTO
Breakout + Rejection
System APIs
Health Check
/health
Service uptime
TradingView
/webhook
POST Endpoint
Information
/alerts
Deployment logs & notes
Analyzer
/evaluate
Quick analysis endpoint
Live Market Chart
XAUUSD Multi-Timeframe Analysis
Realtime Data
BTC Market Chart
BTCUSD Monitoring Panel
Crypto Monitor
Webhook Integration
Configure this URL and payload structure in TradingView alerts to trigger system logic.
Endpoint
https://trade.diyondev.my.id/webhook
JSON Payload Example
{ "symbol": "XAUUSD", "timeframe": "15m", "type": "breakout", "direction": "bullish", "price": "{{close}}", "time": "{{timenow}}", "note": "H1 resistance break" }
Alert Logic Options
Operational principles for processing TradingView webhooks into meaningful analysis.
-
Primary Trading StyleSupport/resistance rejection & key level breakouts.
-
Market Context BaseDirectional bias formed on H4 and H1, execution on M15.
-
Decision EngineSystem decodes payload to generate: Buy Sell Wait