MT5 EA SuperDEMA trading strategy

Tâche terminée

Temps d'exécution 27 jours
Commentaires du client
Great communication, highly recommend this developer
Commentaires de l'employé
Great Customer, he states clearly what he needs. Recommended!

Spécifications


Trading idea

Simple EA using DEMA indicators to determine trend and SuperTrend indicator for entry point. 
Heiken-Ashi candle color is optional for entry confirmation.
Candle Close is an option for entry confirmation.

Place only one position with SL and TP per signal but, if DEMA line cross Supertrend line, add another position in the same direction. Please see YT video minute 3:30 



Indicator Function
Time Frame: 15-Minute (M15)

Indicators:

Name: Double Exponential Moving Average (DEMA)
Settings: 200 Length, 1-Hour Timeframe 

Choice between MT5's iDEMA or https://www.mql5.com/en/code/21234
Setting for TF have to be configurable

Name: SuperTrend
Settings: ATR Period - 12, ATR Multiplier - 3, 15M Timeframe
https://www.mql5.com/en/code/527 but we have to add a Multiplier variable: ATR_Handle*Multiplier
Setting for TF have to be configurable 

Name: Heiken-Ashi Candles
Settings: 15M Timeframe
https://www.mql5.com/en/code/33
Setting for TF have to be configurable 

Name: iATR
Settings: 15M Timeframe, Multiplier = 3
iATR - Technical Indicators - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Setting for TF have to be configurable 
This indicator is for position management trailing SL 


Long Entry
  1. Price above the DEMA
  2. Enter on the SuperTrend Buy Signal
  3. Option to add more position volume if SuperTrend line cross DEMA upwards direction (minute 3:30 on YT video)
  4. Option Heiken-Ashi Blue Candle
  5. Option Wait for Candle close to entry


Short Entry
  1. Price below the DEMA
  2. Enter on the SuperTrend Sell Signal
  3. Option to add more position volume if SuperTrend line cross DEMA downwards direction
  4. Option Heiken-Ashi Red Candle
  5. Option Wait for Candle close to entry

Function return -1,0,1 (-1 SHORT, 0 NOTHING, 1 LONG)




Order Open, SL / TP

Open Long or Short based on return() from Indicator Function using MQL5's CTrade


Lot/Contract Volume fixed ie.: 1 lot or in percentage ie.: 1% and get the right volume based on balance available to trade. 


Set Stop-Loss
For Longs : At the SuperTrend buy  signal below the trigger candle. 
For Shorts: At the SuperTrend sell signal above the trigger candle. 

Set Take Profit
For Longs : When a SuperTrend short signal appears while in profit or at break-even. 

For Shorts: When a SuperTrend long  signal appears while in profit or at break-even. 




Position management 

Break-Even Trail: As soon position is in profit, move SL to BE (stop level + swap + commission)

Option: continue Trailing the position every:

  • # PIP(s) 
  • # ATR(s) 




Utils


  • Draw DEMA at its timeframe, in current default chart(15M)
  • Draw SuperTrend DOT and Line at its timeframe, in current default chart(15M)
  • Push notification for entry confirmation





YouTube video explaining the core system

Répondu

1
Développeur 1
Évaluation
(43)
Projets
66
12%
Arbitrage
12
58% / 42%
En retard
1
2%
Gratuit
2
Développeur 2
Évaluation
(34)
Projets
60
23%
Arbitrage
11
73% / 9%
En retard
3
5%
Gratuit
3
Développeur 3
Évaluation
(132)
Projets
178
39%
Arbitrage
4
25% / 50%
En retard
14
8%
Gratuit
4
Développeur 4
Évaluation
(4)
Projets
7
29%
Arbitrage
3
0% / 33%
En retard
0
Gratuit
5
Développeur 5
Évaluation
(71)
Projets
97
43%
Arbitrage
2
50% / 0%
En retard
2
2%
Gratuit
6
Développeur 6
Évaluation
(588)
Projets
1063
50%
Arbitrage
39
28% / 41%
En retard
49
5%
Travail
Publié : 1 article, 8 codes
7
Développeur 7
Évaluation
(174)
Projets
199
12%
Arbitrage
38
37% / 34%
En retard
5
3%
Travail
Publié : 2 codes
8
Développeur 8
Évaluation
(65)
Projets
96
52%
Arbitrage
3
33% / 67%
En retard
24
25%
Gratuit
9
Développeur 9
Évaluation
(52)
Projets
89
25%
Arbitrage
8
75% / 13%
En retard
44
49%
Chargé
10
Développeur 10
Évaluation
(304)
Projets
310
69%
Arbitrage
2
100% / 0%
En retard
0
Gratuit
Publié : 1 code
11
Développeur 11
Évaluation
(9)
Projets
19
16%
Arbitrage
3
67% / 0%
En retard
0
Gratuit
12
Développeur 12
Évaluation
(511)
Projets
549
53%
Arbitrage
13
69% / 15%
En retard
3
1%
Gratuit
13
Développeur 13
Évaluation
(2642)
Projets
3357
68%
Arbitrage
77
48% / 14%
En retard
342
10%
Gratuit
Publié : 1 code
14
Développeur 14
Évaluation
(45)
Projets
91
13%
Arbitrage
34
26% / 59%
En retard
37
41%
Gratuit
15
Développeur 15
Évaluation
(34)
Projets
51
43%
Arbitrage
5
40% / 20%
En retard
14
27%
Gratuit
Publié : 2 codes
16
Développeur 16
Évaluation
(2309)
Projets
2905
63%
Arbitrage
122
44% / 25%
En retard
429
15%
Travail
17
Développeur 17
Évaluation
(98)
Projets
137
52%
Arbitrage
5
40% / 60%
En retard
0
Gratuit
Commandes similaires
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
simple automated trading system with adaptive risk management and trend-based execution. The EA manages trades with dynamic position handling and built-in stability filters. Designed for single-position trading and disciplined execution 30 usd budget
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
Project Overview I am looking to acquire high-quality, algorithmic trading strategies or specialized strategy testers developed in MQL5 . My primary focus is on the underlying logic and code architecture rather than historical performance (Track Record/Myfxbook). I require full ownership of the source code (.mq5) for further research, optimization, and scaling. Requirements & Scope I am interested in systems that
Automated trading system 150 - 250 USD
Anyone I need my own bot with my own licenses keys I will pay up please the bot must make good profit and I will pay up good money just hope it helps me
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high

Informations sur le projet

Budget
200 - 350 USD
Délais
de 1 à 10 jour(s)