Работа завершена
Время выполнения 9 дней
Отзыв от заказчика
Victor did a great job with the EA. He has good communication skills and is a skilled programmer. Would buy again from him!
Техническое задание
**Objective**: Develop a trend-following Expert Advisor (EA) that opens trades based on a trend detected across multiple timeframes using the *AllAverages_v4.9_MT5* indicator. The EA should use a Martingale strategy, only adding trades in the same direction when the price moves against the initial position, and include several risk management settings.
### Strategy Overview
1. **Trend Detection**:
- The EA should detect a trend by analyzing the *AllAverages_v4.9_MT5* indicator across multiple timeframes.
- Execution timeframe will be set to M1, but the trend should be confirmed on multiple selected timeframes.
- **Condition for Entry**: The EA will open a trade only when all selected timeframes show a trend in the same direction, as indicated by the *AllAverages_v4.9_MT5* indicator.
- **Trend Identification**: The EA should use the uptrend/downtrend buffers of the indicator to determine the trend direction.
2. **Martingale Strategy**:
- If the price moves in the opposite direction of the open trade, the EA should open an additional trade in the same direction as the initial trade but with a larger lot size.
- The lot size for each subsequent trade should increase based on a configurable Martingale multiplier.
- The step size (in pips) for opening the next position when the price moves against the trade direction should also be configurable.
- There should be a configurable maximum number of trades in the Martingale sequence to prevent excessive risk.
- The EA should keep opening new trade sequences whenever the last sequence hits TP and the trend is still confirmend on all selected timeframes.
### Configurable Settings
1. **Trend Confirmation**:
- The EA should allow setting the number of timeframes that must show the same trend direction before opening a trade.
- Users should be able to select a specific type of moving average (e.g., HMA, EMA, DEMA, etc.) for each timeframe individually (e.g., H4 could use EMA while M1 uses DEMA).
2. **Trade Settings**:
- **Starting Lot Size**: Configurable starting lot size for the initial trade.
- **Martingale Multiplier**: Factor by which the lot size should increase with each subsequent trade in the Martingale sequence.
- **Step Size**: Number of pips the price must move against the last opened trade of the sequence before the EA opens the next trade in the Martingale sequence.
3. **Take Profit (TP) Settings**:
- TP should be configurable in terms of profit per trade (e.g., $20).
- When a new trade is added to a sequence, the TP should be adjusted to the same for all open trades so that if the TP is hit, the total profit is equal to the target profit specified for the first trade (e.g., if the first trade's target was $20, the cumulative profit for all trades in the sequence should still be $20 when the TP is hit).
- The TP should increase, if necessary, but should never result in a lower total profit than initially targeted.
- The TP should be updated only when a new trade is added to the sequence.
- Spread should be factored in the TP level.
- The TP should be updated only when a new trade is added to the sequence.
- Spread should be factored in the TP level.
4. **Stop Loss (SL) Settings**:
- Configurable SL as a percentage of total account equity.
- This SL should apply to the entire trade sequence, not individual trades. For example, if the SL is set to 5% of equity and there are 4 trades in the Martingale sequence, the SL should adjust to the same for all open trades such that the combined loss would equal 5% of equity if hit.
- The SL should be updated only when a new trade is added to the sequence.
5. **Time Filter**:
- The EA should have a configurable time filter to limit when new Martingale sequences can begin.
- Users should be able to set specific time windows for trading (e.g., 00:00-08:00 and 14:00-23:59).
- If a sequence is still open outside of the trading window, the EA should continue to manage the sequence (e.g., adding trades if necessary and changing TP/SL) until it closes via TP or SL.
- The time filter should use server time.
6. **Capital Loss Limit**:
- An option to set a maximum allowable loss in dollar terms. If this loss limit is reached (including floating losses), the EA should:
- Close all open trades immediately.
- Disable itself to prevent further trading.
- This feature ensures compliance with prop firm drawdown limits. The EA should continuously monitor floating losses on each tick to prevent violating drawdown rules.
7. **Magic Number**:
- The EA should have a configurable magic number to help distinguish trades it opens from other trades on the account.
### Additional Features
1. **Logging**:
- The EA should log all key actions, such as when a new trade sequence starts, trades are added to a sequence, TP or SL levels are modified, and sequences are closed.
2. **Alerts**:
- The EA should send an alert whenever a new sequence is opened and when a sequence closes.
- These alerts should be configurable for desktop notifications and push notifications to a mobile device.
### File Requirements
- The EA should be able to access the *AllAverages_v4.9_MT5* indicator directly to read trend up/downtrend buffers.
### Summary
This EA will serve as a trend-following system using multiple timeframes to confirm a trend direction, with a Martingale approach to manage trades when price moves against the position. Configurable settings will allow for precise control of trade entries, lot sizing, risk management, and time filters. Key logging and alerts will enhance monitoring, and robust risk management features ensure compliance with prop firm trading rules.
Откликнулись
1
Оценка
Проекты
25
52%
Арбитраж
3
0%
/
100%
Просрочено
2
8%
Свободен
2
Оценка
Проекты
165
24%
Арбитраж
23
9%
/
78%
Просрочено
16
10%
Работает
3
Оценка
Проекты
10
10%
Арбитраж
9
0%
/
89%
Просрочено
1
10%
Свободен
4
Оценка
Проекты
8
13%
Арбитраж
3
0%
/
33%
Просрочено
2
25%
Свободен
Опубликовал: 1 пример
5
Оценка
Проекты
19
16%
Арбитраж
3
67%
/
0%
Просрочено
0
Свободен
6
Оценка
Проекты
29
21%
Арбитраж
20
10%
/
50%
Просрочено
8
28%
Работает
7
Оценка
Проекты
91
52%
Арбитраж
1
0%
/
0%
Просрочено
1
1%
Свободен
8
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Опубликовал: 1 пример
Похожие заказы
I am looking for an experienced MT5 / MQL5 developer to fix an issue with my existing trading bot. The bot is currently working and I want to keep all features, logic, and the dashboard exactly as they are . No modifications to strategy, UI, or other functionalities are needed. The Problem: When I set Take Profit (TP) and Stop Loss (SL), approximately 25% of the trades are opened without TP and/or SL applied. This
Pro EA
30+ USD
Hi, I want to build a trading robot specifically for passing a prop firm challenge. The EA should focus on strict risk management, low drawdown, and consistency suitable for prop firm rules. My current budget for this project is $30. Please let me know what is achievable within this budget and the strategy you recommend
SMA & EMA INDICATOR FOR MT4
30 - 50 USD
Indicator Simple Moving Averages and Exponential Moving Average BUY SIGNALS SMA 7 High Crosses Above 20 EMA= LIME color Buy Signal at the low of next candle. SMA 7 High Crosses above 40 EMA= BLUE color Buy Signal at low of next candle. SMA 7 High Crossed above 200 EMA= YELLOW Color buy signal at the low of next candle. SELL SIGNALS SMA 7 Low Crosses below 20 Ema= LIME color Sell Signal at the high of next candle. SMA
TRADE COPIER
80+ USD
hello great developer im looking for trade copier I want to tell me more about the features, returns, risks and scalability I think you can tell me the best platform to use for effective results. I also want to know whether it's automated, daily/weekly/monthly returns (profit) and monthly drawdown
CREATE OR FIX FOR ME
30+ USD
WILL PROVIDE MORE DETAILS IN CHAT ... THE EA The EA executes (places trades)? The EA exits (closes trades)? The EA expired ? Or something else? Please provide more details: Which platform? ( MetaTrader 5 or MetaTrader 4 ) What exactly is happening? (error message, no trades, wrong trades, etc.) Broker name? Symbol (like XAUUSD, XAUUSD+, etc.) Send the exact message or screenshot text and I’ll fix it step-by-step
Fix rules of previous EA and add a new features
30 - 100 USD
I'm seeking an experienced developer to improve my current, complex MQL4 Expert Advisor. The primary focus of this project is to incorporate new trading strategies and rectify issues related to inaccurate trade execution. Key Responsibilities: - Integrate new trading strategies into the Expert Advisor. - Diagnose and fix issues causing inaccurate trade execution. - Potentially optimize the performance of the Expert
I trade manually on M1 chart (XAUUSD) with fractals and alligator. When there is a price break on fractal (or some fractals that form a price level) or a price level created by multiple candles spikes, I enter 2 trades (0.02 lots), and 2 trades (0.04 lots). If I go in profit (5/10€), I close in profit. But if I go in loss with DD, at this point starts the management: every price level (important level) created by
Phahla fx boto
30+ USD
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation
Refine signal trigger execution . Optimize live chart performance . Ensure stable and clean code structure : Stable and clean code is important . Otherwise its a mess . Apply with as much accurate structure you foresee
I am looking to purchase a fully developed and proven Expert Advisor (EA) for XAUUSD. This must be an existing EA with a minimum of 12 months verified live trading history on a real account. I am not interested in new development or demo-only systems. Requirements: • Verified live track record (Myfxbook, MQL5 signal, or broker statement) • Consistent profitability with controlled drawdown • Designed for XAUUSD •
Информация о проекте
Бюджет
50+ USD