Tâche terminée
Temps d'exécution 2 jours
Spécifications
Objective:
Develop an MT5 Expert Advisor (EA) that trades XAU/USD and NAS100, ensuring strict risk management and high trade frequency, but only one trade at a time.
Trading Rules & Conditions:
1️⃣ Entry Rules (Trade Conditions)
- The EA should enter a BUY trade when the market is trending upward based on indicators.
- The EA should enter a SELL trade when the market is trending downward based on indicators.
- Use the following indicators:
- EMA 5 (White, Thickness 3, Smoothing 5)
- EMA 20 (Blue, Thickness 2, Smoothing 5)
- EMA 25 (Purple, Thickness 2, Smoothing 5)
- A BUY signal occurs when EMA 5 crosses above EMA 20 and EMA 25 on a 5-minute chart.
- A SELL signal occurs when EMA 5 crosses below EMA 20 and EMA 25 on a 5-minute chart.
- Only open a new trade after the previous trade is closed.
2️⃣ Risk Management (Loss Control)
- Max Loss Per Trade: 3% of account balance
- Min Profit Per Trade: 5% of account balance
- Trailing Profit: Enabled
- Stop Loss & Take Profit: Calculated dynamically based on volatility
- Max Open Trades: Only one trade at a time
- Trading Frequency: Open as many trades as possible per day, following the above rules
3️⃣ Trading Conditions & Execution
- The EA should only trade on the 5-minute chart (M5).
- The EA should check for spread conditions before opening trades (Avoid trading if the spread is too high).
- The EA should work on both real & demo accounts.
- The EA should have a user-friendly input panel to customize:
- Trading pair selection (XAU/USD & NAS100)
- Risk % per trade
- Enable/Disable trailing profit
- Take Profit & Stop Loss settings
4️⃣ Additional Requirements
- The EA must be fully automated with clear logging of executed trades in the Journal.
- The EA must be optimized for low latency execution.
- The EA must display indicators on the chart when attached.
- The code should be efficient, bug-free, and optimized for speed.
Répondu
1
Évaluation
Projets
193
58%
Arbitrage
10
80%
/
0%
En retard
0
Gratuit
Publié : 1 code
2
Évaluation
Projets
414
55%
Arbitrage
12
50%
/
42%
En retard
1
0%
Gratuit
3
Évaluation
Projets
6
0%
Arbitrage
2
50%
/
0%
En retard
1
17%
Gratuit
4
Évaluation
Projets
9
11%
Arbitrage
11
18%
/
64%
En retard
4
44%
Gratuit
5
Évaluation
Projets
4
0%
Arbitrage
0
En retard
0
Gratuit
6
Évaluation
Projets
24
71%
Arbitrage
1
0%
/
0%
En retard
0
Chargé
7
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
8
Évaluation
Projets
15
27%
Arbitrage
0
En retard
3
20%
Gratuit
9
Évaluation
Projets
8
0%
Arbitrage
4
0%
/
100%
En retard
3
38%
Gratuit
10
Évaluation
Projets
8
13%
Arbitrage
3
0%
/
33%
En retard
2
25%
Gratuit
Publié : 1 code
11
Évaluation
Projets
29
3%
Arbitrage
4
25%
/
0%
En retard
3
10%
Travail
12
Évaluation
Projets
486
75%
Arbitrage
6
67%
/
17%
En retard
0
Travail
13
Évaluation
Projets
2
0%
Arbitrage
2
50%
/
0%
En retard
0
Gratuit
14
Évaluation
Projets
1428
59%
Arbitrage
31
81%
/
0%
En retard
10
1%
Gratuit
15
Évaluation
Projets
3
33%
Arbitrage
0
En retard
0
Gratuit
16
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
17
Évaluation
Projets
474
39%
Arbitrage
103
41%
/
23%
En retard
79
17%
Occupé
Publié : 2 codes
18
Évaluation
Projets
552
49%
Arbitrage
57
40%
/
37%
En retard
227
41%
Travail
19
Évaluation
Projets
235
20%
Arbitrage
21
43%
/
19%
En retard
0
Travail
20
Évaluation
Projets
13
8%
Arbitrage
1
0%
/
100%
En retard
0
Gratuit
Commandes similaires
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Tradingview indicator
30+ USD
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
Looking for a Powerful MT5 Trading Strategy or Custom EA?
1000 - 1200 USD
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
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
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
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
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
Freeallfree
400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
Informations sur le projet
Budget
30+ USD