MT5 EA SuperDEMA trading strategy

Auftrag beendet

Ausführungszeit 27 Tage
Bewertung des Kunden
Great communication, highly recommend this developer
Bewertung des Entwicklers
Great Customer, he states clearly what he needs. Recommended!

Spezifikation


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

Bewerbungen

1
Entwickler 1
Bewertung
(43)
Projekte
66
12%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
2
Entwickler 2
Bewertung
(34)
Projekte
60
23%
Schlichtung
11
73% / 9%
Frist nicht eingehalten
3
5%
Frei
3
Entwickler 3
Bewertung
(132)
Projekte
178
39%
Schlichtung
4
25% / 50%
Frist nicht eingehalten
14
8%
Frei
4
Entwickler 4
Bewertung
(4)
Projekte
7
29%
Schlichtung
3
0% / 33%
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
(71)
Projekte
97
43%
Schlichtung
2
50% / 0%
Frist nicht eingehalten
2
2%
Frei
6
Entwickler 6
Bewertung
(588)
Projekte
1063
50%
Schlichtung
39
28% / 41%
Frist nicht eingehalten
49
5%
Arbeitet
Veröffentlicht: 1 Artikel, 8 Beispiele
7
Entwickler 7
Bewertung
(174)
Projekte
199
12%
Schlichtung
38
37% / 34%
Frist nicht eingehalten
5
3%
Arbeitet
Veröffentlicht: 2 Beispiele
8
Entwickler 8
Bewertung
(65)
Projekte
96
52%
Schlichtung
3
33% / 67%
Frist nicht eingehalten
24
25%
Frei
9
Entwickler 9
Bewertung
(52)
Projekte
89
25%
Schlichtung
8
75% / 13%
Frist nicht eingehalten
44
49%
Beschäftigt
10
Entwickler 10
Bewertung
(304)
Projekte
310
69%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
0
Frei
Veröffentlicht: 1 Beispiel
11
Entwickler 11
Bewertung
(9)
Projekte
19
16%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
(511)
Projekte
549
53%
Schlichtung
13
69% / 15%
Frist nicht eingehalten
3
1%
Frei
13
Entwickler 13
Bewertung
(2642)
Projekte
3357
68%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
342
10%
Frei
Veröffentlicht: 1 Beispiel
14
Entwickler 14
Bewertung
(45)
Projekte
91
13%
Schlichtung
34
26% / 59%
Frist nicht eingehalten
37
41%
Frei
15
Entwickler 15
Bewertung
(34)
Projekte
51
43%
Schlichtung
5
40% / 20%
Frist nicht eingehalten
14
27%
Frei
Veröffentlicht: 2 Beispiele
16
Entwickler 16
Bewertung
(2309)
Projekte
2905
63%
Schlichtung
122
44% / 25%
Frist nicht eingehalten
429
15%
Arbeitet
17
Entwickler 17
Bewertung
(98)
Projekte
137
52%
Schlichtung
5
40% / 60%
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
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
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
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
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
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
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
I am looking for a highly experienced Pine Script v5 developer to build a professional, non repaint price action indicator for TradingView. or a ready made one so i can purchase. This is a structured two phase project. The goal is to create a clean, intelligent price action tool that works for both fast intraday trading and swing trading. Only apply if you have strong Pine experience and understand liquidity

Projektdetails

Budget
200 - 350 USD
Ausführungsfristen
von 1 bis 10 Tag(e)