Tâche terminée
Spécifications
I am looking for a script or indicator on MT4/5 that can monitor 30 currency pairs on my watch list across three different timeframes and alert me when conditions are met.
Three timeframes are 1-hour, 4-hour, and Daily.
1-hour Signal:
For BUY:
When the price touches the 10 EMA (low) + X on the 1-hour timeframe from above.
On the 4-hour timeframe, the price is above the 10 EMA (Close).
When these conditions are met, it should give me a Buy Signal.
For SELL:
When the price touches the 10 EMA (High) - X on the 1-hour timeframe from below.
On the 4-hour timeframe, the price is below the 10 EMA (Close).
When these conditions are met, it should give me a Sell Signal.
NOTE: To avoid duplicate signals, the script should limit the signals to one every 5 candles (hours) on the 1-hour timeframe. X represents the ATR of the current timeframe. Please provide the option to select the percentage of ATR. For example, if ATR is 100 pips and I select 10%, then 10 pips will be X.
4-hour Signal:
For BUY:
When the price touches the 10 EMA (low) + X on the 4-hour timeframe from above.
On the Daily chart, the price is above the 10 EMA (Close).
When these conditions are met, it should give me a Buy Signal.
For SELL:
When the price touches the 10 EMA (High) - X on the 4-hour timeframe from below.
On the Daily chart, the price is below the 10 EMA (Close).
When these conditions are met, it should give me a Sell Signal.
NOTE: Please limit the signals to 5 candles. If an alert is given now for the 4-hour timeframe, it will not send alerts for the next 5 candles on the 4-hour chart to avoid duplicate signals. X represents the ATR of the current timeframe. Please provide the option to select the percentage of ATR. For example, if ATR is 100 pips and I select 10%, then 10 pips will be X.
Daily Chart Signal:
For BUY:
When the price touches the 10 EMA (low) + X on the Daily chart timeframe from above.
On the Weekly chart, the price is above the 10 EMA (Close).
When these conditions are met, it should give me a Buy Signal.
For SELL:
When the price touches the 10 EMA (High) - X on the Daily chart timeframe from below.
On the Weekly chart, the price is below the 10 EMA (Close).
When these conditions are met, it should give me a Sell Signal.
NOTE: Please limit the signals to 5 candles. If an alert is given now for the Daily chart timeframe, it will not send alerts for the next 5 candles on the Daily chart to avoid duplicate signals. X represents the ATR of the current timeframe. Please provide the option to select the percentage of ATR. For example, if ATR is 100 pips and I select 10%, then 10 pips will be X.
Additionally, the generated signals should be sent to a Telegram channel, along with a screenshot of the chart corresponding to the timeframe of the signal.