A sophisticated zone recovery EA (personal job)

작업 종료됨

실행 시간 14 일
피고용인의 피드백
Patient and understanding client, who keeps eye on detail. Pleasure to work with him and train my skills to detailed things. Would love to do extra jobs again.
고객의 피드백
Nikolay did a great job programming a challenging EA project, the code just works, met all specifications yet he never demanded more money than what we initially agreed on. Wholeheartedly recommended.

명시

Hello developers,

I have a somewhat complex project for an EA based on my implementation of the zone recovery.

---------

The EA should draw a MA, a Bollinger band on the MA, and be able to diagnose the direction of the MA (up or down).

The EA should open a trade in the direction of the MA and manage it by means of take profit, trailing stop, and either stop loss or zone recovery. Reversal of entry logic and choice of single or continuous trading (automatically begin new basket after closing of the previous basket eitehr immediately or when the price retraces within the Bollinger band) should be available.

The EA should perform zone recovery of total of 5 trades in a basket (the original trade is included in the 5). Two different sets of lot multipliers should be available for user selection.

The EA should be able to perform partial closure of trades under specific circumstances as directed by the user.

The EA should also perform hedging by means of 6th order as directed by the user, in two different modes - hedge whole basket or hedge 5th trade only. Thereafter, the EA should manage the hedged basket.

The EA should work with both forex and CFDs, and automatically adjust to 4- and 5-digit price feeds.

The EA should perform associated operations such as drawing indicators and price levels on chart, sending push notifications, associate magic number with trades, leave comments into trades.

-------

Detailed requirements specification draft is ready and will be sent to the chosen developer immediately for their approval and feedback.

Thanks in advance for your time!



응답함

1
개발자 1
등급
(174)
프로젝트
200
12%
중재
39
38% / 33%
기한 초과
5
3%
무료
게재됨: 2 코드
2
개발자 2
등급
(50)
프로젝트
54
43%
중재
3
0% / 100%
기한 초과
3
6%
무료
3
개발자 3
등급
(1931)
프로젝트
3552
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
4
개발자 4
등급
(48)
프로젝트
91
31%
중재
28
29% / 43%
기한 초과
42
46%
무료
게재됨: 1 코드
5
개발자 5
등급
(298)
프로젝트
478
40%
중재
105
40% / 24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
6
개발자 6
등급
(55)
프로젝트
92
24%
중재
8
75% / 13%
기한 초과
44
48%
무료
7
개발자 7
등급
(48)
프로젝트
51
43%
중재
1
0% / 0%
기한 초과
0
무료
8
개발자 8
등급
(7)
프로젝트
10
60%
중재
4
0% / 75%
기한 초과
3
30%
무료
게재됨: 77 기고글, 5 코드
9
개발자 9
등급
(19)
프로젝트
35
26%
중재
10
30% / 70%
기한 초과
5
14%
무료
10
개발자 10
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
비슷한 주문
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location

프로젝트 정보

예산
75 - 250 USD