Работа завершена
Время выполнения 17 дней
Техническое задание
### EA Description:
**Overview:**
The EA opens orders when there is a divergence between symbols with very high or low correlation.
For example, if a divergence occurs and EURUSD declines more than GBPUSD, the EA will open a Buy order for EURUSD and a Sell order for GBPUSD.
The correlation values are calculated based on the timeframe of the open chart, and the EA should calculate for all symbols (both major and minor forex pairs) from a single chart.
The chart should display a correlation matrix, and the correlation value at the time of order entry should be displayed in the chart comments.
For example, if a divergence occurs and EURUSD declines more than GBPUSD, the EA will open a Buy order for EURUSD and a Sell order for GBPUSD.
The correlation values are calculated based on the timeframe of the open chart, and the EA should calculate for all symbols (both major and minor forex pairs) from a single chart.
The chart should display a correlation matrix, and the correlation value at the time of order entry should be displayed in the chart comments.
**Settings:**
1. **Number of Candles for Correlation Calculation:**
- If set to 200, the EA will use the last 200 candles of the open chart’s timeframe to calculate the correlation values.
2-1. **Positive Correlation Threshold:**
- Example: If set to 80, the EA will consider pairs like EURUSD and GBPUSD, with a correlation coefficient of 93, as fulfilling the condition.
2-2. **Negative Correlation Threshold:**
- Example: If set to -80, the EA will consider pairs like AUDUSD and EURAUD, with a correlation coefficient of -85, as fulfilling the condition.
2-3. **Correlation Difference Threshold:**
- Example: If set to 10, the EA will open orders if the correlation between EURUSD and GBPUSD drops from +93 to +83, or if the correlation between AUDUSD and EURAUD increases from -85 to -75.
3. **Maximum Number of Groups:**
- Example: If set to 3, the EA can handle up to 3 groups of trades. A group consists of two symbols, such as EURUSD and GBPUSD, with the same magic number. Additional pairs like AUDUSD and EURAUD would form a second group. Therefore, if set to 3, the maximum number of groups is 3.
4. **Magic Number:**
- If not automatically assigned in the MQL source code, please include this setting.
5. **Starting Lot Size:**
- Example: If set to 0.01, the EA will start with a lot size of 0.01.
6. **Averaging Interval:**
- Example: If set to 300, the EA will open averaging orders when the combined loss of a group reaches -300 USD.
For instance, if EURUSD (Buy) and GBPUSD (Sell) together reach -300 USD, the EA will open additional Buy and Sell orders for EURUSD and GBPUSD respectively at a fixed lot size defined in the settings.
For instance, if EURUSD (Buy) and GBPUSD (Sell) together reach -300 USD, the EA will open additional Buy and Sell orders for EURUSD and GBPUSD respectively at a fixed lot size defined in the settings.
7. **Close TP (Take Profit):**
- Example: If set to 10, the EA will close all orders in a group when the combined profit reaches 10 USD.
8. **Auto Lot Settings:**
8-1 **Auto Lot (true/false):** If true, auto lot sizing is applied.
8-2 **Auto Lot Step:** Example: If set to 2000, the lot size increases automatically every 2000 USD.
8-3 **Auto Lot Size:** Example: If set to 0.01, the lot size increases by 0.01 for every step defined.
**Order Execution:**
- Based on the settings from 2-1 to 2-3, if the correlation exceeds or falls below the set values, and the correlation difference threshold is met, the EA will open orders.
For example, if EURUSD declines more than GBPUSD, the EA will place a Buy order on EURUSD and a Sell order on GBPUSD.
For example, if EURUSD declines more than GBPUSD, the EA will place a Buy order on EURUSD and a Sell order on GBPUSD.
**Process:**
- Example: If EURUSD (Buy) and GBPUSD (Sell) are open and the combined loss exceeds the threshold set in setting 6, the EA will open additional averaging or pyramiding orders as defined.
**Order Closure:**
- Based on setting 7, the EA will close all orders in a group when the combined profit in USD reaches the specified value.
**Additional Features:**
- Include prefix and suffix settings if necessary.
- The chart should display the correlation value at the time of order entry.
- The chart should also show a correlation matrix for all forex symbols.
- The EA must do the symbol correlation coefficient matching itself. So it must be 100% automatic trading.
- The image is an example. This is just an example image showing which symbol is buying and which symbol is selling when a difference in interval occurs.
- The EA must do the symbol correlation coefficient matching itself. So it must be 100% automatic trading.
- The image is an example. This is just an example image showing which symbol is buying and which symbol is selling when a difference in interval occurs.
**Notes:**
- As I am new to MT5, your assistance with backtesting is appreciated. I am proficient with MT4, but I have chosen MT5 for its backtesting capabilities, which will expedite the development process.
Откликнулись
1
Оценка
Проекты
18
11%
Арбитраж
5
40%
/
60%
Просрочено
1
6%
Свободен
Опубликовал: 1 пример
2
Оценка
Проекты
31
32%
Арбитраж
8
50%
/
25%
Просрочено
3
10%
Работает
3
Оценка
Проекты
35
23%
Арбитраж
4
0%
/
50%
Просрочено
2
6%
Работает
Похожие заказы
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
I'm looking for an experienced developer who can program advance EA, designed to help in optimizing trading strategies and frequent trading to maximize profit opportunities. The EA should be program based on price action and candle stick dependency which opens to number of trades per signal. KEY FEATURES: * Position Hedging: EA allows users to hedge their positions based on individual risk tolerance and market
Need MT5 EA renko + Super Trend
30+ USD
u have to make an MT 5 EA of Renko + Super Trend buy when Super trend is bullish and renko make bull bars for sell opposite , multi trades feature : if trend buy in super trend , EA should coninue buy like griding at bull bars not bear bars same but opposite for sell trailing stop , time filter , new filter , martingale , grid , account management so many basic settings should be given , screenshots and cotent should
simple automated trading system with adaptive risk management and trend-based execution. The EA manages trades with dynamic position handling and built-in stability filters. Designed for single-position trading and disciplined execution 30 usd budget
PROJECT DESCRIPTION Looking for 1 experienced MQL5 developer to build 2 Expert Advisors for MetaTrader 5, targeting XAUUSD and major currency pairs. Strong preference for a single developer handling both EAs to maximize code reuse, reduce cost, and ensure consistency. EA1 — Grid Martingale Pro · Buy/Sell grid with Fixed or ATR Dynamic distance (ATR read once per fill, stored in grid_step_at_open[]) · Gap
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Ninjatrader strategy for mnq
30+ USD
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I am looking for a developer to build a robust MetaTrader 5 Expert Advisor for Gold (XAUUSD) scalping on the M5 timeframe. The EA must be optimized for small accounts ($200 - $1,000). Technical Requirements: Primary Strategy: Mean Reversion using Bollinger Bands (20, 2.0) and RSI (14). Buy: Price closes below lower band + RSI < 30 + Trend Filter. Sell: Price closes above upper band + RSI > 70 + Trend Filter. Trend
Olá amigos possuo um indicador que não tem o código fonte mas tenho a licença para usar esse indicador que está me trazendo bons resultados no meu operacional desejo automatizar as suas entradas através de um robô funciona mais ou menos da seguinte forma o indicador gera um sinal de compra ou venda e também gera um nível de take profit stop loss.O robô deve fazer a leitura dos sinais e definir TP e SL nos mesmos
Информация о проекте
Бюджет
70+ USD
Сроки выполнения
до 1 дн.