EA for identifying multi EMA FAN Signal

MQL4 Experten

Auftrag beendet

Ausführungszeit 1 Stunde
Bewertung des Entwicklers
it was an excellent experience! He knew exactly what he wanted!!
Bewertung des Kunden
Great job and very helpful. Took the requirements and asked for clarification to develop exactly what I needed. Will use again in the future.

Spezifikation

Six EMA Fan is created and shown on the M15 chart in multi colors.  EMA's must be external for optimization.

An external "Open Trade" variable to determine when the the long or short orders are to be opened.


Trade Signal 1:

Long: ema1 is greater than ema2 and ema2 is greater than ema3 and so on through ema6.

Short is opposite.

Trade Signal 2: External variables

Open Trade is 6 times EMA's with values from 9 though 56.  Subtracting the 9 EMA from the 56 EMA will produce the Open trade signal.  Sell signal would be the opposite.


Close Trade signal 1: l is similar to the Open Trade where the distance is measured over Periods 0, 1, and 2) when the distance is lowered 3 consecutive times the order must be closed. Since false positives do happen, I need to ensure that is the "Fan" opens back up again or completely changes direction that the next trade will start immediately.


Close trade signal 2:

should a major drop occur quickly before the 3 periods above, I want a Trade close extern variable value that will close the trade if met.


The attached file is my poor attempt to achieve this however I get multiple orders submitted at a time and not always meeting the criterion I set,


Take Profit and Stop Loss:

I need the external variables to select TP and SL as well as the externs to select the TP and SL limit should I want to use them.

Bewerbungen

1
Entwickler 1
Bewertung
(365)
Projekte
507
40%
Schlichtung
159
17% / 74%
Frist nicht eingehalten
99
20%
Beschäftigt
2
Entwickler 2
Bewertung
(33)
Projekte
49
12%
Schlichtung
16
0% / 88%
Frist nicht eingehalten
10
20%
Frei
Ähnliche Aufträge
Bhokhwe 30 - 200 USD
//+------------------------------------------------------------------+ //| ThreeBullEMA10EA | //| Strategy: 3 Bullish + EMA10 Break | //+------------------------------------------------------------------+ #property strict extern double LotSize = 0.01; extern int Slippage = 3; extern int MagicNumber = 12345; extern int EMA_Period = 10;
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
> izz: #property strict input double LotSize = 0.01; input int BuyStopDistancePips = 50; input int SellStopDistancePips = 50; input int TrailingStartPips = 30; input int TrailingDistancePips = 30; input int MaxPositions = 3; input double StopLossPips = 0; input int MaxSpreadPoints = 300; input ulong MagicNumber = 20260702; input double DailyLossLimitUSD = 50; double PipValue; int digits; int OnInit() { digits =
Technical Description of the EA The Ghost Sovereign engine is a trend-following breakout system optimized for XAUUSD (Gold) . Its logic operates through several distinct layers: Trend Filtering: It utilizes a 144-period Exponential Moving Average (EMA) to establish the primary institutional trend direction . Momentum Entry: The EA executes trades when the closing price of the previous bar confirms a trend breakout
I have build a trading view indicator which monitors trades. The strategy is based on OB, it buys and sells bullish and bearish OB. Also valid re enters on the retest of orderblocks only if TP is hit the first time. I’m looking for someone to develop me a EA which works on the same logic and buys and sells of the same logic as my Indicator. I currently have my indicator firing signals into a telegram channel so I
TM 30+ USD
Order Block Forms / Price Touches │ ▼ Break Touch Candle High/Low │ ▼ Strength Alignment or BR Valid │ ▼ No Opposing OB within X Pips │ ▼ HL/LH Fractal OR Two-Candle Break │ ▼ ENTRY │ ▼ ──────── Trade Management ──────── │ ├─ Opposing OB Breached │ AND │ Opposite Strength Alignment or BR │ └──► Loss Exit │ ├─ Opposing OB Reached │
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution

Projektdetails

Budget
30 - 100 USD