EA based on price and slow Exponential Moving Average EMA

Tâche terminée

Temps d'exécution 13 jours
Commentaires du client
Vladislav was very professional, ask right question, and he doesn't hesitate to give additionnal good idea. The expert was better than expected. looking for next one :) Thanks again
Commentaires de l'employé
Thanks a lot

Spécifications

Dear developper,

I need your help to developp an Expert Advisor on MT4, based only on price accrossing Slow Exponential Moving Average (EMAx)

Please find below details and further conditions :

Buy Conditions:

  1. Candle 1 : candle accross the Slow EMA (Lowest price of candle1 Under EMAx and Highest price of candle1 above EMAx)
  2. Candle 2 = candle coming just after candle 1, and completely above EMAx (Lowest and Highest price of candle2 above EMAx)
  3. Send Buy limit Order = Highest price of Candle2 + 1 pip

 Send 2 Order with same conditions above,

For Order 1 :

TP1 = 100pips

Initial Stop Loss = EMAx – 3pips

Trailingstop activitaed at 4 pips as soon as 5pips of profil reached

Moove forward by 5 pips  

 

For Order 2 :

TP2 = 200pips

Initial Stop Loss = EMAx – 3pips

Trailingstop activitaed at breackeven as soon as 5pips of profil reached

Moove forward by 10 pips  

 

Sell Conditions:

1. Candle 1 : candle accross the Slow EMA (Lowest price of candle1 Under EMAx and Highest price of candle1 above EMAx) 

2.          Candle 2 = candle coming just after candle 1, and completely below EMAx (Lowest and Highest price of candle2 below EMAx) 

3.          Sell limit = lowest price of Candle2 - 1 pip 

 

Send 2 Order with same conditions above. 

For Order 1 : 

Initial Stop Loss = EMAx + 3pips

Trailingstop activitaed at 4 pips as soon as 5pips of profil reached 

Moove forward by 5 pips 

TP1 = 100pips

 

For Order 2 : 

Initial Stop Loss = EMAx + 3pips

Trailingstop activitaed at breackeven as soon as 5pips of profil reached 

Moove forward by 10 pips 

TP2= 200pips

 

 

If the Buy or Sell limit order are not executed, and the price accrose EMAx again, cancel order and restrat the loop of conditions.

There can be only BUY Or SELL trade at a time.

 

Input I can change / optimize :

  • Timeframe 
  • Forex pairs  
  • Lots Size (0,1 by default)
  • EMA Period = X  (150 by default)
  • TP1 (100pips by default)
  • TP2 (200pips by default)
  • Y of Initialstop Loss = EMAx +/- Ypips (Y = 3pips by default)
  • Z and W of TrailingStop Loss Order 1 =  activated at Z pips as soon as W pips of profil reahed (Z = 4pips and W = 5pips by default)
  • V of Trailingstop Loss Order 2 =  activated at breakeven as soon as  W pips of profil reached , moove forward by V pips (V = 10pips by default)
  • Allowed max Drawdown : Yes/No (Yes = cut all trade if % Allowed Drawdown reached)
  • A of % allowed Drawdown (A = 50% of capital by default)
  • Trading during WE : YES/NO (If NO : no new trade during WE)
  • MagicNumber

 

Do not hesitate if you need further information, 

I need Code source and your support please, and even feel free to give some advise about the strategy 

It will be great if I could get it in 3 weeks

Thanks 

Répondu

1
Développeur 1
Évaluation
(77)
Projets
243
74%
Arbitrage
7
100% / 0%
En retard
1
0%
Gratuit
Publié : 1 article
2
Développeur 2
Évaluation
(43)
Projets
66
12%
Arbitrage
12
58% / 42%
En retard
1
2%
Gratuit
3
Développeur 3
Évaluation
(57)
Projets
72
22%
Arbitrage
13
46% / 15%
En retard
5
7%
Gratuit
4
Développeur 4
Évaluation
(43)
Projets
73
23%
Arbitrage
11
9% / 55%
En retard
18
25%
Gratuit
Publié : 1 code
5
Développeur 5
Évaluation
(3)
Projets
6
17%
Arbitrage
0
En retard
1
17%
Gratuit
6
Développeur 6
Évaluation
(7)
Projets
8
50%
Arbitrage
0
En retard
0
Gratuit
Publié : 1 code
7
Développeur 7
Évaluation
(2)
Projets
4
0%
Arbitrage
4
25% / 75%
En retard
1
25%
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
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
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
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)
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 - 40 USD
Délais
à 20 jour(s)