指定

**Objetivo do Projeto:**

 

Desenvolver um Expert Advisor (EA) para MetaTrader 5 (MT5) de alta performance, que implemente uma estratégia de grade híbrida e dinâmica. O robô deve gerenciar uma posição âncora enquanto adapta sua estrutura de grade (Limit/Stop) em tempo real conforme o movimento do mercado.

 

**Lógica de Funcionamento Detalhada:**

 

**1. Ordem Âncora (Posição Base):**

* Ao iniciar, o robô abre uma única ordem a mercado (`BUY` ou `SELL`).

* **Esta ordem inicial é a "âncora" e NÃO terá Take Profit individual.**

 

**2. Construção da Grade Dupla Inicial:**

* O robô posiciona duas grades de ordens pendentes com configurações totalmente independentes:

    * **Grade de Recuperação (`Limit`):** Posiciona ordens `Limit` (contra a tendência) com seus próprios parâmetros de lote, distância e Take Profit.

    * **Grade de Tendência (`Stop`):** Posiciona ordens `Stop` (a favor da tendência) com seus próprios parâmetros de lote, distância e Take Profit.

 

**3. Lógica de Conversão Dinâmica da Grade (Requisito Chave):**

* **Quando uma ordem da grade de Tendência (`Stop`) é ativada, a estrutura da grade se adapta dinamicamente.**

* *Exemplo (Estratégia BUY):*

    * A ordem âncora está em 100. A grade `Stop` está em 101, 102... A grade `Limit` está em 99, 98...

    * O preço sobe e ativa a `Buy Stop` em 101.

    * **Neste momento, a lógica é atualizada:**

        * A posição em 101 se torna a nova referência.

        * A posição âncora original (em 100) e qualquer outra posição abaixo de 101 passam a ser gerenciadas como se fossem parte da **Grade de Recuperação**, ou seja, seus Take Profits (se não tiverem) são definidos ou ajustados para os valores da `TakeProfit_Distance_Points_limit`.

        * O robô então posiciona uma nova grade `Stop` acima do novo ponto de referência (101).

* Este processo "ratchet" (catraca) se repete a cada vez que uma nova ordem da grade de tendência é ativada, efetivamente "subindo" a base da operação.

 

**4. Rede de Segurança (Requisito Essencial):**

* O robô DEVE ter um Stop Loss Global em valor financeiro (ex: Dólar).

* Se a soma do lucro/prejuízo de TODAS as ordens abertas atingir o valor negativo definido, o robô deve fechar imediatamente TODAS as posições e ordens pendentes e parar de operar.

 

**Parâmetros de Entrada Configuráveis:**

 

* **Configurações Gerais:**

    * `Strategy_Direction`: Seletor para a direção da estratégia (`BUY` ou `SELL`).

    * `Lot_Anchor_Order`: Lote da ordem âncora inicial.

    * `Global_StopLoss_USD`: (Obrigatório) Valor máximo de prejuízo em moeda para fechar tudo.

    * `MagicNumber`: Número mágico para o robô.

    * `MaxSpread`: Spread máximo permitido.

 

* **Configurações da Grade de Recuperação (LIMIT):**

    * `Lot_Grid_Orders_limit`: Lote para as ordens da grade `Limit`.

    * `Grid_Distance_Points_limit`: Distância em pontos entre as ordens `Limit`.

    * `TakeProfit_Distance_Points_limit`: TP em pontos para as ordens `Limit`.

    * `Grid_Levels_Limit`: Número de ordens na grade `Limit`.

 

* **Configurações da Grade de Tendência (STOP):**

    * `Lot_Grid_Orders_stop`: Lote para as ordens da grade `Stop`.

    * `Grid_Distance_Points_stop`: Distância em pontos entre as ordens `Stop`.

    * `TakeProfit_Distance_Points_stop`: TP em pontos para as ordens `Stop`.

    * `Grid_Levels_Stop`: Número de ordens na grade `Stop`.

 

**Interface no Gráfico:**

 

* Exibição visual de todas as linhas de ordens pendentes e seus TPs, idealmente com cores diferentes para as grades `Limit` e `Stop`.

* Caixa de informações com: Lucro/Prejuízo Total, número de ordens (total, limit, stop), e o nível do Stop Loss Global.

* **Um botão no gráfico para "FECHAR TUDO AGORA"**, para encerramento manual de emergência.

 

**Entregáveis:**

 

1.  Arquivo compilado (`.ex5`).

2.  Código-fonte completo e comentado (`.mq5`).

3.  Manual de instalação e configuração com imagens.


応答済み

1
開発者 1
評価
(9)
プロジェクト
13
15%
仲裁
3
67% / 0%
期限切れ
0
仕事中
2
開発者 2
評価
(295)
プロジェクト
457
18%
仲裁
27
48% / 26%
期限切れ
28
6%
多忙
3
開発者 3
評価
(2231)
プロジェクト
2816
62%
仲裁
118
46% / 25%
期限切れ
427
15%
仕事中
4
開発者 4
評価
(249)
プロジェクト
367
24%
仲裁
21
62% / 24%
期限切れ
1
0%
多忙
5
開発者 5
評価
(19)
プロジェクト
24
38%
仲裁
2
50% / 50%
期限切れ
2
8%
仕事中
6
開発者 6
評価
(233)
プロジェクト
239
31%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
9
開発者 9
評価
プロジェクト
1
100%
仲裁
2
0% / 0%
期限切れ
0
仕事中
10
開発者 10
評価
(159)
プロジェクト
207
19%
仲裁
18
44% / 17%
期限切れ
0
仕事中
11
開発者 11
評価
(154)
プロジェクト
278
34%
仲裁
14
29% / 50%
期限切れ
42
15%
仕事中
12
開発者 12
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
13
開発者 13
評価
(4)
プロジェクト
6
33%
仲裁
4
25% / 25%
期限切れ
1
17%
仕事中
14
開発者 14
評価
(6)
プロジェクト
6
17%
仲裁
4
25% / 25%
期限切れ
0
類似した注文
We are looking for a highly experienced MQL4/MQL5 developer to build an auto-compounding trading robot focused on XAUUSD (Gold) and major Forex pairs. The goal is to build a smart EA that grows capital through dynamic lot sizing and strategic risk management. Key Features Required: - Compounding logic to grow small balances into high returns - Auto lot size adjustment based on equity - Only one trade open at a
I need a skilled, experienced, patient and a good communicator-programmer to modify my MT4 EA for me. The modification includes, but not limited to the following: 1. Clean the code if needed. 2. Convert the MQ4 file to MQ5 without altering the main logic of the EA. 3. The EA currently relies on Pullback/Ranging markets to enter trades and make good profit. However, during strong Trending markets, it struggles and
Hello developers, I’m currently seeking a highly experienced and professional MetaTrader 5 (MT5) expert to handle a technical issue and optimize a pairs trading Expert Advisor (EA) strategy. Project Overview : The EA is based on a market-neutral pairs trading strategy involving EURCHF and AUDUSD . It uses the statistical spread between the two instruments (based on Z-score) to detect divergence from the historical
Hello, I would like an indicator wich can show the tester results equity/balance curve behind the symbol's price chart. So I would like to compare the profit curve to the price chart of the tested instrument as a "Benchmark". ..need to set the EquityScaleFactor, EquityOffset values to synchronise/normalize the comparison.. (similar as here, but on the main price chart instead of the indicator window
Back End Developer Required with Prop firm experience , For an ongoing live chart support . Please mention about your Prop Firm experience while applying , Following are the project requirements : ATR Threshold Breakout . Certification . The expert is designed to gain 1-2 % of the equity every single day . ( for prop firms ) . Session Filter , Economic Calendar Filter . The Panel needs Minor Adjustments to show the
Hey Team, Hope you are doing good. I wanted to convert an indicator (that is available in the mql5 store for free) to EA https://www.mql5.com/en/market/product/125857 In the above link download indicator and check I want same thing to be done as EA. It will, show microstructure (pullback), Inducement, CHOCH, BOS If you can develop and share video as EA, I can make the payment and get the code. Thanks
Back End Developer Required with Prop firm experience , For an ongoing live chart support . Please mention about your experience while applying , Following are the project requirements : ATR Threshold Breakout . Certification . The expert is designed to gain 1-2 % of the equity every single day . ( for prop firms ) . Session Filter , Economic Calendar Filter . The Panel needs Minor Adjustments to show the parameters
Hello, I'm looking for an MQL5 developer to build a tool to measure, evaluate and visualize a broker's fairness through various metrics. What you'll build: - A modular EA to measure broker fairness metrics (Eg. slippage, spread spikes, execution delays). - An interactive display for the user. - A system for saving measurements to, and retrieving from a file. Modular code: - Code must be clean, documented and
Two EAs previously developed by developers one from HongKong and another from Nigeria. Need to first cross verify whether they did right coding or not? If no, report those errors. If yes, carry on for creating combined EA to achieve main purpose of making this new EA profitable
Platform: MT5 Indicators: Aroon, SSL and WAE (Attached) Code Requirements: Check for Errors & Handle Them Use log ging and comments Trade Entry Conditions: Buy: SSL green > red, Aroon UP >= 80, WAE (positive) > deadzone pips and WAE > MA line Sell: SSL red > green, Aroon Down >=80, WAE (negative) > deadzone pips and WAE > MA line Trade Execution: Option available to execute market order, pending order, or simply give

プロジェクト情報

予算
30 - 200 USD
締め切り
最低 7 最高 11 日

依頼者

出された注文1
裁定取引数0