Creating a Multi-Currency Expert Advisor

Lavoro terminato

Tempo di esecuzione 6 giorni
Feedback del cliente
Irshad is a very honest, sincere, and hard-working developer. he has developed the EA as per my requirement. Thanks for your support. I need your support in the future as well.
Feedback del dipendente
Supportive.. looking more projects from him.. big thanks...

Specifiche

Create Trading program/robot which should work in Meta trader 4 using moving averages, RSI and stochastic based on following rules by using mql4 language. Back test of same can be done. Program will be for any forex pair chosen.

Input as per below 

  1. Time frame will be from  time frame of the chart 

  2. Maximum budget can be alloted to this program can be adjusted

  3. Lot size fixed and can be adjusted

  4. Trailing stop : yes, in terms of number of pips

  5. Stop loss: Yes, value can be highest of last candle closed for sell order. And lowest of previous candle for buy order

  6. Exit buy order: on  reaching RSI below 45 or stop loss hits (can be lowest of candle previous to order opened or vice a versa)

  7. Input for slow moving average can be adjusted or changed

  8. Input for fast moving average can be adjusted

  9. Input for RSI can be adjusted or changed

  10. Input for stochastic can be adjusted or changed

  11. Trading can be control by day and time of day

Implement the following rules for the buy condition:

  1. Calculate the fast moving average (MA) and slow MA using the closing price. If the fast MA crosses above the slow MA from below and stays above that proceed to the check next condition.

  2. Calculate the RSI using the closing price. If the RSI is 50 or above, proceed to check the next condition.

  3. Calculate the stochastic oscillator and check if it favors the buy condition. It should have an upward slope.


If all the above  conditions satisfies by  all three indicator then, place a buy order instantly. 

Implement the following rules for the sell Condition:

  1. Calculate the fast MA and slow MA using the closing prices. If the fast MA crosses from above and stays below the slow MA  proceed to check the next condition.

  2. Calculate the RSI using the closing price. If the RSI is 50 or less than 50, proceed to check the next condition.

  3. Calculate the stochastic oscillator and check the slop that should be downwards  and favors the sell condition.

If all the  conditions given to all three indicator supports the sell condition, place a sell order on that chart.

Note: some minor corrections in conditions may get changes depending on back test result. It is deemed to be get corrected in the same work order







Con risposta

1
Sviluppatore 1
Valutazioni
(465)
Progetti
813
49%
Arbitraggio
75
21% / 51%
In ritardo
141
17%
In elaborazione
2
Sviluppatore 2
Valutazioni
(396)
Progetti
512
23%
Arbitraggio
60
57% / 25%
In ritardo
60
12%
Caricato
3
Sviluppatore 3
Valutazioni
(32)
Progetti
57
23%
Arbitraggio
12
67% / 8%
In ritardo
2
4%
Gratuito
4
Sviluppatore 4
Valutazioni
(618)
Progetti
1429
59%
Arbitraggio
31
81% / 0%
In ritardo
10
1%
Gratuito
5
Sviluppatore 5
Valutazioni
(8)
Progetti
13
85%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(5)
Progetti
4
50%
Arbitraggio
4
0% / 75%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(78)
Progetti
246
74%
Arbitraggio
7
100% / 0%
In ritardo
1
0%
Gratuito
Pubblicati: 1 articolo
8
Sviluppatore 8
Valutazioni
(72)
Progetti
80
10%
Arbitraggio
38
8% / 58%
In ritardo
6
8%
Gratuito
9
Sviluppatore 9
Valutazioni
(319)
Progetti
568
35%
Arbitraggio
82
30% / 45%
In ritardo
206
36%
Caricato
10
Sviluppatore 10
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
25
48% / 36%
In ritardo
46
7%
In elaborazione
Ordini simili
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing

Informazioni sul progetto

Budget
40+ USD
Scadenze
a 10 giorno(i)