Job finished
Execution time 36 days

Feedback from employee
The customer wants only profitable EA. He doesn't care if you did the job exactly according his specification. I won arbitration against him. Do not trust this customer!
Specification
### 1. **Objectif du Projet**
Développer un Expert Advisor (EA) ultra-fiable sur MT5 permettant de trader automatiquement les cassures des blocs horaires prédéfinis sur toutes les paires de devises, avec un money management agressif, une gestion intelligente du break-even et trailing stop, ainsi qu’un contrôle visuel total.
### 2. **Fonctionnement Général de l’EA**
L'EA doit identifier trois sessions de trading par jour (heure GMT+2) :
- **Session asiatique** : 00h00 à 07h00
- **Session New York AM** : 15h30 à 18h00
- **Session New York PM** : 20h30 à 23h05
L’EA entre en position automatiquement lorsque le prix casse **le plus haut ou le plus bas** du bloc horaire précédent avec une **bougie pleine** (ou mèche selon option).
### 3. **Conditions d’Entrée**
- Cassure du plus haut du bloc = **achat (BUY)**
- Cassure du plus bas du bloc = **vente (SELL)**
- Cassure valide uniquement si la bougie qui casse est **pleine (sans mèche)** — option désactivable
- Entrée autorisée uniquement pendant les périodes suivantes : ( Je peux modifier les heures)
- Pour Asia : entre 07h00 et 20h00
- Pour NY AM : entre 18h00 et 20h00
- Pour NY PM : entre 00h10 et 06h00 (le lendemain)
### 4. **Paramètres Personnalisables (via onglet de configuration)**
- Heures de début et de fin de chaque session
- Couleurs de fond des blocs Asia / NY AM / NY PM
- SL (en pips)
- TP (en pips)
- Trailing Stop Step (en pips)
- Seuil de Break-even (en pips)
- % de risque par trade (calcul du lot automatique)
- Max positions simultanées (par défaut : 2)
- Option : activer ou non la validation par bougie pleine
- Activer/désactiver les jours de trading (ex : ne pas trader le vendredi)
### 5. **Affichage graphique sur le chart (visuel clair)**
- Blocs horaires visibles sur le graphique avec leurs couleurs respectives
- Bouton graphique "**EA ON/OFF**" en haut à gauche avec changement de couleur :
- Vert = EA actif
- Rouge = EA désactivé
- Affichage texte ou info-bulle : nombre de positions ouvertes, direction de la cassure, zone cassée
### 6. **Gestion des Positions**
- Lot calculé automatiquement selon % de risque et taille du SL
- Stop Loss et Take Profit positionnés automatiquement
- Break-even automatique : SL déplacé à l'entrée dès qu'un certain gain est atteint (ex : 10 pips)
- Trailing Stop intelligent : à partir d’un gain défini (ex : 5 pips), suivre le prix
### 7. **Journalisation & Alertes**
- Journal interne indiquant : direction, heure d’entrée, bloc cassé, SL/TP, gain/perte
- Alertes optionnelles (popup, son, email) à chaque entrée/sortie
- Option : export CSV des trades pris avec toutes les infos de contexte
### 8. **Compatibilités et Résilience**
- L’EA doit être **100 % compatible toutes paires de devises**
- Fonctionne sur tous timeframes (recommandé : M5)
- Le changement de jour ne doit pas perturber les sessions ou les entrées (minuit = pas de bug)
- L’EA ne doit pas répéter l’entrée après un signal exécuté
Développer un Expert Advisor (EA) ultra-fiable sur MT5 permettant de trader automatiquement les cassures des blocs horaires prédéfinis sur toutes les paires de devises, avec un money management agressif, une gestion intelligente du break-even et trailing stop, ainsi qu’un contrôle visuel total.
### 2. **Fonctionnement Général de l’EA**
L'EA doit identifier trois sessions de trading par jour (heure GMT+2) :
- **Session asiatique** : 00h00 à 07h00
- **Session New York AM** : 15h30 à 18h00
- **Session New York PM** : 20h30 à 23h05
L’EA entre en position automatiquement lorsque le prix casse **le plus haut ou le plus bas** du bloc horaire précédent avec une **bougie pleine** (ou mèche selon option).
### 3. **Conditions d’Entrée**
- Cassure du plus haut du bloc = **achat (BUY)**
- Cassure du plus bas du bloc = **vente (SELL)**
- Cassure valide uniquement si la bougie qui casse est **pleine (sans mèche)** — option désactivable
- Entrée autorisée uniquement pendant les périodes suivantes : ( Je peux modifier les heures)
- Pour Asia : entre 07h00 et 20h00
- Pour NY AM : entre 18h00 et 20h00
- Pour NY PM : entre 00h10 et 06h00 (le lendemain)
### 4. **Paramètres Personnalisables (via onglet de configuration)**
- Heures de début et de fin de chaque session
- Couleurs de fond des blocs Asia / NY AM / NY PM
- SL (en pips)
- TP (en pips)
- Trailing Stop Step (en pips)
- Seuil de Break-even (en pips)
- % de risque par trade (calcul du lot automatique)
- Max positions simultanées (par défaut : 2)
- Option : activer ou non la validation par bougie pleine
- Activer/désactiver les jours de trading (ex : ne pas trader le vendredi)
### 5. **Affichage graphique sur le chart (visuel clair)**
- Blocs horaires visibles sur le graphique avec leurs couleurs respectives
- Bouton graphique "**EA ON/OFF**" en haut à gauche avec changement de couleur :
- Vert = EA actif
- Rouge = EA désactivé
- Affichage texte ou info-bulle : nombre de positions ouvertes, direction de la cassure, zone cassée
### 6. **Gestion des Positions**
- Lot calculé automatiquement selon % de risque et taille du SL
- Stop Loss et Take Profit positionnés automatiquement
- Break-even automatique : SL déplacé à l'entrée dès qu'un certain gain est atteint (ex : 10 pips)
- Trailing Stop intelligent : à partir d’un gain défini (ex : 5 pips), suivre le prix
### 7. **Journalisation & Alertes**
- Journal interne indiquant : direction, heure d’entrée, bloc cassé, SL/TP, gain/perte
- Alertes optionnelles (popup, son, email) à chaque entrée/sortie
- Option : export CSV des trades pris avec toutes les infos de contexte
### 8. **Compatibilités et Résilience**
- L’EA doit être **100 % compatible toutes paires de devises**
- Fonctionne sur tous timeframes (recommandé : M5)
- Le changement de jour ne doit pas perturber les sessions ou les entrées (minuit = pas de bug)
- L’EA ne doit pas répéter l’entrée après un signal exécuté
Responded
1
Rating
Projects
530
40%
Arbitration
30
57%
/
3%
Overdue
56
11%
Free
Published: 11 codes
2
Rating
Projects
467
18%
Arbitration
29
48%
/
24%
Overdue
30
6%
Loaded
3
Rating
Projects
73
21%
Arbitration
11
18%
/
27%
Overdue
6
8%
Working
4
Rating
Projects
378
25%
Arbitration
22
59%
/
23%
Overdue
1
0%
Loaded
5
Rating
Projects
59
37%
Arbitration
1
0%
/
0%
Overdue
1
2%
Working
6
Rating
Projects
1
0%
Arbitration
0
Overdue
0
Free
7
Rating
Projects
21
10%
Arbitration
2
50%
/
50%
Overdue
0
Free
8
Rating
Projects
12
8%
Arbitration
2
0%
/
50%
Overdue
4
33%
Free
9
Rating
Projects
69
35%
Arbitration
1
100%
/
0%
Overdue
0
Free
10
Rating
Projects
332
51%
Arbitration
12
42%
/
0%
Overdue
19
6%
Busy
11
Rating
Projects
945
47%
Arbitration
303
59%
/
25%
Overdue
125
13%
Free
12
Rating
Projects
232
73%
Arbitration
6
100%
/
0%
Overdue
1
0%
Free
13
Rating
Projects
280
35%
Arbitration
14
29%
/
50%
Overdue
42
15%
Free
14
Rating
Projects
523
36%
Arbitration
62
34%
/
35%
Overdue
188
36%
Working
Similar orders
I need a good programmer who will build a forex EA with exact specifications. The EA parameters should be easily activated by on/off clicks... It's so multiple timeframe filters, monthly, weekly, daily and a H4 entry. Using Moving averages, RSI, %R, and candlestick ranges
Technical Skills: - Programming Languages: Proficiency in low-latency programming languages like C++ is crucial for developing high-speed trading algorithms. - Algorithmic Trading: Experience with algorithmic trading strategies, including market making, statistical arbitrage, and trend following. - Market Data Analysis: Ability to analyze large datasets and extract meaningful insights to inform trading decisions
Please translate the FX Blue copy trading EA into Chinese EA. Additionally, the software must centrally manage newly installed and uninstalled MT4/MT5 platform directories to uniformly manage the association between multi-terminal login trading accounts and copy trading accounts. Existing program solutions are preferred; candidates with relevant project development experience will be given priority consideration
Bainanans
500+ USD
Bainanan good f المؤشر. ينبغي إضافة نقطة صفراء عند أعلى نقطة في الشموع في منطقة ذروة الشراء - وهي نقطة H. ينبغي إضافة نقطة خضراء عند النقطة المنخفضة للشموع في منطقة ذروة البيع - وهي نقطة L. إذا وُجدت نقطة L واحدة على الأقل بين نقطتي H، فابحث عن نقطة LL في الفترة الفاصلة بينهما. ستكون الشمعة ذات أدنى سعر قاع هي نقطة LL. بشكل عام، لا تُعتبر نقطة LL بالضرورة نقطة L. ابحث عن الشموع ذات أدنى سعر قاع. إذا كانت هناك نقطة H
PLEASE PLEASE!!! I NEED A PERSON WITH EXPERIENCE WHO WILL PERFECT THE BELO AND NOT A NEWBIE...I NEED SOMEONE WHO ALSO HAS DONE A LOT OF PROJECTS AND HAS A PERFECT CLIENT REVIEW. have sent the script and the bheuresko pattern indicator as well as the image of the script and indicator (below). The script is the image showing the arrows written ENTRAR and the Bheuresko pattern is the one written bullish engulfing and
Døsh forex
30 - 200 USD
I want a robot that will help me and trade the the robot will be very good I don’t want to loose money I repeat I don’t want to loose money
We are looking for an experienced MT5/MQL5 developer to build a data bridge that connects an external market data feed (tick-by-tick from a third-party provider) into the MT5 platform. Requirements: Capture real-time tick-by-tick market data (bid/ask/last price, volume) from an external API (source: WebSocket/REST or DLL). Push this data into MT5 in a format compatible with native charts and order execution
Precision Shift EA
100 - 500 USD
Use the Daily (D1) chart as the higher timeframe reference. On the H1 timeframe, monitor for a sweep of the previous day’s high or low. A sweep means that price takes liquidity above or below the previous day’s level and then shifts back inside. After a sweep on H1, drop to the M5 timeframe. On M5, wait for a Change of State in Delivery / Market Structure Shift (CHOCH/BOS) to confirm entry. If the sweep occurs above
Develop a fully automated Expert Advisor (EA) compatible with MetaTrader 5 (MT5) platform. The EA should assist traders in successfully navigating and passing proprietary trading firm challenges (e.g., FTMO) by employing advanced risk management and hedging strategy. Core Functionalities 1. Dual-Account Hedging Mechanism Functionality: Implement a system where the EA places buy orders on the prop (challenge) account
Develop strategy on C# Ninjatrader
150 - 200 USD
Hello expert developer how are you doing ? Please see my strategy on the video but right now I want to create only ATM as my PDF file showing please let me know how much would you charge me for the only ATM to work as my images showing Auto trade works like this i.e, (It will send automatically orders on every bar) https://ninza.co/ please check this website and see if you can create similar ATM based on my
Project information
Budget
30 - 150 USD
VAT (20%):
6
- 30
USD
Total:
36
- 180
USD
For the developer
27
- 135
USD