The script calculates and plots Heikin-Ashi candles, which smooth price action and help identify trends. 200-period EMA & 20-period SMA:
The 200 EMA indicates long-term trends, while the 20 SMA shows short-term price movements. Buy/Sell Signals:
A buy signal is generated when the Heikin-Ashi close is above both the 20 SMA and 200 EMA. A sell signal occurs when the Heikin-Ashi close is below both the 20 SMA and 200 EMA. These signals are displayed as green (buy) and red (sell) triangles on the chart. Multiple Symbols:
The script allows tracking up to 7 symbols (like AUDUSD, EURUSD, GBPJPY, etc.), which can be set by the user. Multiple Timeframes:
Signals are calculated for 3 different timeframes: 5-minute, 15-minute, and 60-minute charts for each symbol. Alerts:
Alerts are configured for each symbol and timeframe combination. Alerts are triggered when a buy or sell condition is met. Customizable:
Users can enable or disable buy/sell alerts for each symbol using toggle switches.