Gold M1 Heikin Ashi Indicator

Замовник: AI | Опубліковано: 11.02.2026
Бюджет: 750 $

I need a Pine Script v5 indicator for TradingView that runs primarily on the Gold (XAUUSD) 1-minute chart and gives me immediate, easy-to-read feedback on market turns. Core logic • Heikin Ashi analysis – detect both reversal patterns and real-time trend strength changes. • Doji recognition – spot classic Doji candles and treat each as a distinct event. Visuals & alerts Whenever a Heikin Ashi reversal or trend-strength shift is confirmed, the script should place a clear icon or background highlight on that bar. The same applies to each detected Doji. At the same moment, fire a TradingView alert() so I can route the signal to webhooks or mobile push. Extra context I still like seeing Fibonacci structure on screen, so please add a light retracement overlay from the latest swing high to low; no alert needed for those levels right now. Toggle options in the settings panel: • Show / hide Heikin Ashi signals • Show / hide Doji tags • Enable / disable each alert stream Deliverables 1. Well-commented *.pine file that compiles in v5 2. Default alert message templates ready for “Any alert()” creation 3. Short README describing how to load, tweak, and test the script The code must trigger reliably on fast 1-minute data and stay compatible with other timeframes if I switch charts.