Simple moving average ea. Must be coded using FXDREEMA

MQL4 Uzmanlar

Şartname

Please create an expert advisor for mt4 using FXDREEMA. 


ea using 2 ema's and an HMA indicator-  only enters long trades.  Only allow one trade at a time and one trade per candlestick.


When the Fast ema is above the slow ema

Entry #1 - enter any trade when a candle closes as bull candle above the fast ema

Entry #2 - enter any trade when a live candle crosses above either ema or hma by "n" pips


When the slow ema is above the HMA by "n" pips and the fast ema has been below the HMA at any point in the last "n" bars

Entry #3 - enter when a live candle crosses above HMA by "n"pips 



Trades close 1 of 3 ways

Set stop loss based off ATR with a multiplier (ATR multiplier should allow decimals) Once the trade opens the atr sets the stop and it doesn't change for the rest of that trade, each new trade will have a 

different SL based off the current ATR Multiplier).  There should also be a mimum stop loss in the case that the atr value is really small.  The minimum stop loss shouldn't prevent a trade from entering if the sl

is too small, but instead move a really small sl to the new minimum and allow the trade to happen.

1.  Trade stops out

2.  Profit reaches a multiple (or percentage) of the stop loss determined by the ATR multiple and then moves SL to a positive value (like a breakeven) that is a percentage of the stop loss

     Example.  If the stop loss is 20 pips and our profit multiple of the stop loss is 1.5 (or 150%), we have to first reach a profit of 30 pips, then the stop loss moves to a percentage of the original 

                profit multiple. So if we have the percentage as 30 percent of the stop loss multiple the new SL(or breakeven) well be 9 pips

3.  If at any point during the trade we reach our profit multiple,  close trade when candle crosses "n" pips below the HMA.  Doesn't matter if the profit

     is now below the original target price


EA should include the following adjustable parameters

1. Fast ema value

2. Slow ema value

3. HMA value

4. ATR period

5. ATR multiple value

6. Profit target (as a percentage or multiple of SL)

7. Breakeven (as a percentage of the profit target)

8. Pips needed to cross below HMA after reaching profit target to close trade

9. Pips needed to cross above ema's or hma to enter a trade

10. pips slow ema must be above HMA for entry #3

11.  number of bars to look back at for fast ema below HMA for entry #3

12.  Minimum Stop loss



Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(101)
Projeler
122
24%
Arabuluculuk
22
27% / 50%
Süresi dolmuş
8
7%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(379)
Projeler
488
24%
Arabuluculuk
59
54% / 25%
Süresi dolmuş
55
11%
Yüklendi
3
Geliştirici 3
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
25
48% / 36%
Süresi dolmuş
46
7%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(33)
Projeler
36
0%
Arabuluculuk
2
50% / 0%
Süresi dolmuş
0
Serbest
Benzer siparişler
I am looking for a reliable and well-developed Expert Advisor (EA) that demonstrates low drawdown and consistent profitability on a real trading account . If you have already built such an EA, I would be interested in evaluating it. I would require: Verified backtest results Forward testing performance (demo or real account preferred) Ideally, a live track record (Myfxbook / FXBlue or similar) I am serious about
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
i am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes. The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Ea with MM Masaniello 50 - 200 USD
I would like to develop a bot that allows me to manually input trades based on the Masaniello money management system, which I will configure at the outset. Within this setup, I will be able to define all the key parameters of the Masaniello strategy, including the total number of events, expected winning events, stake ratio (i.e. the TP/SL ratio), and the initial capital. Once the Masaniello parameters are set, the
Manly 30 - 200 USD
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that

Proje bilgisi

Bütçe
50+ USD
Son teslim tarihi
to 2 gün