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:
- MA1 crosses above MA3.
- 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:
- MA1 crosses below MA3.
- MA1 crosses below MA2, and the current close price is below MA3.
4. Indicator Behavior
-
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.
-
Resource Cleanup ( OnDeinit ):
- Releases the resources associated with MA handles when the indicator is removed.
-
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.
- Notification includes:
-
Moving Average Visualization:
- Plots MA1 (blue), MA2 (yellow), and MA3 (magenta) on the chart for visual trend analysis.
-
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
Classificação
Projetos
35
23%
Arbitragem
4
0%
/
50%
Expirado
2
6%
Trabalhando
2
Classificação
Projetos
179
25%
Arbitragem
24
17%
/
75%
Expirado
16
9%
Livre
3
Classificação
Projetos
403
28%
Arbitragem
40
40%
/
50%
Expirado
1
0%
Livre
4
Classificação
Projetos
228
80%
Arbitragem
22
27%
/
50%
Expirado
11
5%
Livre
Publicou: 24 artigos, 1882 códigos
5
Classificação
Projetos
441
55%
Arbitragem
22
50%
/
14%
Expirado
30
7%
Carregado
6
Classificação
Projetos
39
23%
Arbitragem
14
0%
/
93%
Expirado
4
10%
Livre
7
Classificação
Projetos
35
20%
Arbitragem
5
40%
/
40%
Expirado
0
Livre
Publicou: 1 código
8
Classificação
Projetos
105
60%
Arbitragem
0
Expirado
0
Livre
9
Classificação
Projetos
602
34%
Arbitragem
64
20%
/
58%
Expirado
147
24%
Trabalhando
Publicou: 1 artigo, 22 códigos
10
Classificação
Projetos
46
24%
Arbitragem
34
9%
/
85%
Expirado
10
22%
Livre
11
Classificação
Projetos
220
75%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
TumiiFX
30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I Need HFT bot working on MT4
30 - 100 USD
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot
50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
ENTRY EXIT TIMING (ET BANDS)
30 - 50 USD
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
Writing of an Expert Advisor
30 - 200 USD
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Akram boushaba
30 - 500 USD
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically
Informações sobre o projeto
Orçamento
35+ USD
Prazo
de 1 para 3 dias