Spezifikation

Instruments: EURUSD, USDJPY, GBPUSD, USDCAD, EURJPY, USDCHF, EURGBP, AUDUSD, XAUUSD (gold).
Timeframe: 5 minutes (M5).
1. Entrances
The EA detects entry points based on key price levels (recent high and low prices) identified by price action (e.g. breakout or bounce off supports/resistances, specific candlestick patterns or continuation/reversal patterns).
The EA opens long (buy) positions near the identified low prices and short (sell) positions near the high prices.
The algorithm should include confirmation logic to avoid false signals (e.g., validation by volume, momentum, or a basic indicator serving as a filter).
2. Position management and hedging
The EA uses a smart hedging method based on an artificial intelligence (AI) algorithm that:
Analyzes the likely market direction in real time.
Hedging should be optimized to limit losses to a maximum drawdown of 10%.
3. Exit management
Positions are closed automatically as soon as a significant profit is reached, according to a predefined profit threshold.
The robot can partially close positions to lock in profits while letting some of the gains run.
Once a position is closed, the system re-evaluates the market to resume a new position according to the same criteria.
4. Batch management
Recommended initial lot: 0.01 lot per $100 deposit.
5. Additional Conditions
The EA must run on MetaTrader 4 (MT4) but ideally be developed in MQL5 for more flexibility (or planned porting).
Should be compatible with all Forex brokers without spread or slippage restrictions.
Must include a built-in parametric optimization function to test different configurations on historical data.
Technical points to be clarified to the MQL5 developer
Implementation of an AI or machine learning analysis module for coverage management (example: simple supervised learning algorithm or rules based on combined indicators).
Price action detection system based on precise rules (candlestick patterns, pivot levels, breakouts).
Simple user interface to adjust key parameters (entry/exit thresholds, lot size, max drawdown).
Detailed transaction logging for post-trade analysis.

Bewerbungen

1
Entwickler 1
Bewertung
(252)
Projekte
315
29%
Schlichtung
34
26% / 65%
Frist nicht eingehalten
10
3%
Frei
2
Entwickler 2
Bewertung
(296)
Projekte
475
40%
Schlichtung
105
40% / 24%
Frist nicht eingehalten
80
17%
Überlastet
Veröffentlicht: 2 Beispiele
3
Entwickler 3
Bewertung
(1)
Projekte
2
0%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(5)
Projekte
7
0%
Schlichtung
8
13% / 75%
Frist nicht eingehalten
3
43%
Frei
5
Entwickler 5
Bewertung
(1)
Projekte
0
0%
Schlichtung
5
0% / 80%
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
(2)
Projekte
2
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Scalping M5 30 - 250 USD
Spécifiez vos exigences de spécification ici point par point. Essayez de décrire vos besoins de manière brève et claire, afin que votre développeur potentiel soit en mesure d'évaluer correctement sa complexité et son coût, ainsi que le temps d'exécution requis. Une mauvaise description ou une description trop générique aura pour conséquence un manque d’intérêt pour votre commande, ou que vous passerez beaucoup de
VICTOIRE MASTERCLASS 30 - 200 USD
import ccxt import pandas as pd import numpy as np import talib import time # Configuration exchange = ccxt.binance({ 'apiKey': 'VOTRE_API_KEY', 'secret': 'VOTRE_SECRET_KEY', }) # Paramètres de trading symbole = 'BTC/USDT' timeframe = '1h' montant = 100 # en USDT stop_loss = 0.98 # 2% de perte maximale take_profit = 1.03 # 3% de gain def recuperer_donnees(): ohlcv = exchange.fetch_ohlcv(symbole, timeframe
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;

Projektdetails

Budget
30 - 400 USD
Ausführungsfristen
von 5 bis 10 Tag(e)