Need an indicator bases on EMAs with notification

MQL5 Indicadores

Trabalho concluído

Tempo de execução 1 dia
Comentário do cliente
Handle work quickly and efficiently. Deliver results on time and respond to corrections quickly.
Comentário do desenvolvedor
Great customer with a good communication skills and a well detailed write up. Thanks

Termos de Referência

Full Feature Description of Phoenix_3EAM Indicator

1. Main Functionality

  • Purpose: The indicator tracks and analyzes market trends using three Moving Averages (MA) and generates Buy/Sell signals based on predefined crossover conditions. These signals are displayed on the chart and can be sent as notifications to the user's MetaTrader app or email.
  • Core Features:
    • Displays Buy and Sell signals directly on the chart as arrows.
    • Plots three customizable MA lines with different colors:
      • MA1 (Blue): Short-term moving average (default period: 8).
      • MA2 (Yellow): Mid-term moving average (default period: 21).
      • MA3 (Magenta): Long-term moving average (default period: 55).
    • Sends notifications (optional) when signals are generated.

2. Input Parameters

Signal Settings
  • EnableBuySignal (default: true): Enables or disables Buy signals.
  • EnableSellSignal (default: true): Enables or disables Sell signals.
  • NotifySignal (default: true): Enables or disables notifications for signals via the MetaTrader platform.
Trading Time Settings
  • TradeStartTime (default: 09:00): Start time for signal generation.
  • TradeEndTime (default: 17:00): End time for signal generation.
Moving Average (MA) Settings
  • MA1 (Short-term)

    • MA1_TimeFrame (default: PERIOD_CURRENT): Timeframe for MA1.
    • MA1_Period (default: 8): Period for MA1.
    • MA1_Method (default: MODE_EMA): Calculation method (e.g., EMA, SMA).
    • MA1_Price (default: PRICE_CLOSE): Applied price (e.g., close price).
  • MA2 (Mid-term)

    • MA2_TimeFrame (default: PERIOD_CURRENT): Timeframe for MA2.
    • MA2_Period (default: 21): Period for MA2.
    • MA2_Method (default: MODE_EMA): Calculation method.
    • MA2_Price (default: PRICE_CLOSE): Applied price.
  • MA3 (Long-term)

    • MA3_TimeFrame (default: PERIOD_CURRENT): Timeframe for MA3.
    • MA3_Period (default: 55): Period for MA3.
    • MA3_Method (default: MODE_EMA): Calculation method.
    • MA3_Price (default: PRICE_CLOSE): Applied price.

3. Signal Conditions

Buy Signal

A Buy signal is generated when one of the following conditions is met:

  1. MA1 crosses above MA3.
  2. MA1 crosses above MA2, and the current close price is above MA3.
Sell Signal

A Sell signal is generated when one of the following conditions is met:

  1. MA1 crosses below MA3.
  2. MA1 crosses below MA2, and the current close price is below MA3.

4. Indicator Behavior

  1. Initialization ( OnInit ):

    • Creates and initializes handles for the three MA lines (MA1, MA2, MA3).
    • Links data buffers to store and display MA values on the chart.
    • Validates MA handles and aborts initialization if an error occurs.
  2. Resource Cleanup ( OnDeinit ):

    • Releases the resources associated with MA handles when the indicator is removed.
  3. Signal Generation ( OnCalculate ):

    • Retrieves MA values for all bars and checks for Buy/Sell conditions.
    • Signals are displayed as arrows:
      • Green upward arrow: Buy signal.
      • Red downward arrow: Sell signal.
    • Sends notifications if NotifySignal is enabled:
      • Notification includes:
        • Signal type (Buy/Sell).
        • Timestamp of the signal.
        • Symbol name.
  4. Moving Average Visualization:

    • Plots MA1 (blue), MA2 (yellow), and MA3 (magenta) on the chart for visual trend analysis.
  5. Trading Time Validation:

    • Signal generation is restricted to the specified trading hours ( TradeStartTime and TradeEndTime ).
    • Adjusts for cross-midnight scenarios:
      • For example, TradeStartTime = 23:00 and TradeEndTime = 05:00 .

5. Features

  • Flexible Customization:
    • Users can adjust the periods, calculation methods, and applied prices of the MAs.
    • Trading hours and notification settings are configurable.
  • Notifications:
    • Signals can be sent as push notifications to the MetaTrader mobile app or email (if configured).
  • Cross-midnight Support:
    • Handles trading hours that span across midnight seamlessly.

6. Advantages

  • Clear Signals: Displays arrows for easy recognition of Buy/Sell opportunities.
  • Trend Visualization: Provides insight into short-term, mid-term, and long-term trends with colored MA lines.
  • Automated Notifications: Ensures that users don’t miss trading opportunities by sending real-time alerts.
  • Adaptability: Suitable for multiple trading strategies due to its adjustable parameters.

7. MetaTrader Configuration

  • Enable Notifications:
    • In the MetaTrader platform, navigate to Tools > Options > Notifications .
    • Check Enable Push Notifications and enter your MetaQuotes ID.
  • Set Up Email Alerts:
    • Go to Tools > Options > Email .
    • Configure the SMTP server and recipient email for email alerts

Respondido

1
Desenvolvedor 1
Classificação
(16)
Projetos
35
23%
Arbitragem
4
0% / 50%
Expirado
2
6%
Trabalhando
2
Desenvolvedor 2
Classificação
(107)
Projetos
175
25%
Arbitragem
23
13% / 78%
Expirado
16
9%
Livre
3
Desenvolvedor 3
Classificação
(274)
Projetos
403
28%
Arbitragem
40
40% / 50%
Expirado
1
0%
Livre
4
Desenvolvedor 4
Classificação
(152)
Projetos
228
80%
Arbitragem
22
27% / 50%
Expirado
11
5%
Livre
Publicou: 24 artigos, 1882 códigos
5
Desenvolvedor 5
Classificação
(363)
Projetos
436
54%
Arbitragem
22
50% / 14%
Expirado
30
7%
Carregado
6
Desenvolvedor 6
Classificação
(28)
Projetos
39
23%
Arbitragem
14
0% / 93%
Expirado
4
10%
Livre
7
Desenvolvedor 7
Classificação
(33)
Projetos
35
20%
Arbitragem
5
40% / 40%
Expirado
0
Livre
Publicou: 1 código
8
Desenvolvedor 8
Classificação
(102)
Projetos
105
60%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(268)
Projetos
601
34%
Arbitragem
64
20% / 58%
Expirado
147
24%
Trabalhando
Publicou: 1 artigo, 22 códigos
10
Desenvolvedor 10
Classificação
(45)
Projetos
46
24%
Arbitragem
34
9% / 85%
Expirado
10
22%
Livre
11
Desenvolvedor 11
Classificação
(209)
Projetos
220
75%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Hello, I am looking to develop a commercial-grade Expert Advisor for MT5 specifically optimized for XAUUSD (Gold). The underlying logic should be an intelligent, trend-filtered cost-averaging grid system focused on capital preservation. The EA must include the following functional architecture: 1. Core Strategy Structure: - Must feature a multi-strategy logic entry module. I want to use a combination of 3-4 standard
Generate a signal and place 2 arrows on the chart when these conditions happen. Rules: Levels up:price is below the Kijunsen and Senku A value is less than Senku B value Kijun sen close = previous kijun sen close; Kijun sen close value is LESS than Senku B close value Senkou B close = previous senku B close. Levels down: price is above Kijunsen. Senku A value is above Senku B value
i need the EA same working on trading view chart with same specifications of enter in a trade and sl/tp open 2 trades and 1 trade set tp1 & second trade set to tp 3 but sl should move to breakeven when tp1 hit and go to tp2 sl on tp1
preciso de um programa paracido com o CAP channel com botao de refresh e opcaos de alterar o periodo. utilizava um muito bom, mas o vendedor acredito ter sido excluido da comunidade, sumiu. e o que tinha parou de funcionar
Требуется напи сать пользовательский форекс-индикатор на основе стандартного индикатора ZigZag для торговой платформы МТ5 с фильтрацией колен (граней) по их минимальной длине. Пояснение: используя стандартный индикатор ZigZag для МТ5, добавить в его настройки функцию\опцию задания минимальной длины граней зигзага (чтобы индикатор игнорировал мелкие грани, а рисовал \ отмечал только те грани, длина которых составляет
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
TrendPulse EMA Wick EA 50 - 200 USD
EA specification for MT5 developer (coder‑ready spec) You can copy‑paste this directly into an MQL5 Freelance job. --- 1. General * Platform: MetaTrader 5 (MT5) * Type: Expert Advisor (EA) * Markets: Major FX pairs (configurable list via inputs) * Execution: Market orders only * Timeframes: EA must work on any timeframe, but I will mainly use it on M15–H1 --- 2. Indicators & definitions * EMA 20: Exponential Moving
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
Hey I need help with the development of my ea. I am using a built in indicator and a custom indicator. It shouldn't take too long. I will tell you the conditions and then I just need some help with the coding but I have some experience. Thanks we can chat on whatsap or telegram
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source

Informações sobre o projeto

Orçamento
35+ USD
Prazo
de 1 para 3 dias