Trabalho concluído

Tempo de execução 6 dias
Comentário do 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.
Comentário do desenvolvedor
Supportive.. looking more projects from him.. big thanks...

Termos de Referência

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







Respondido

1
Desenvolvedor 1
Classificação
(465)
Projetos
813
49%
Arbitragem
75
21% / 51%
Expirado
141
17%
Trabalhando
2
Desenvolvedor 2
Classificação
(396)
Projetos
512
23%
Arbitragem
60
57% / 25%
Expirado
60
12%
Carregado
3
Desenvolvedor 3
Classificação
(32)
Projetos
57
23%
Arbitragem
12
67% / 8%
Expirado
2
4%
Livre
4
Desenvolvedor 4
Classificação
(618)
Projetos
1429
59%
Arbitragem
31
81% / 0%
Expirado
10
1%
Livre
5
Desenvolvedor 5
Classificação
(8)
Projetos
13
85%
Arbitragem
1
0% / 100%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(5)
Projetos
4
50%
Arbitragem
4
0% / 75%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(78)
Projetos
246
74%
Arbitragem
7
100% / 0%
Expirado
1
0%
Livre
Publicou: 1 artigo
8
Desenvolvedor 8
Classificação
(72)
Projetos
80
10%
Arbitragem
38
8% / 58%
Expirado
6
8%
Livre
9
Desenvolvedor 9
Classificação
(319)
Projetos
568
35%
Arbitragem
82
30% / 45%
Expirado
206
36%
Carregado
10
Desenvolvedor 10
Classificação
(568)
Projetos
641
41%
Arbitragem
25
48% / 36%
Expirado
46
7%
Trabalhando
Pedidos semelhantes
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
//———————————————————————————————————————————————————————————————————— 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
SPECIFICA TECNICA: 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 comportamento proprio alle diverse condizioni di mercato di XAUUSD. Lo sviluppatore può utilizzare tecniche appropriate quali trend
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
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +
العنوان: برمجة اكسبيرت MT4 (روبوت تداول) مخصص للذهب يعتمد على RSI والزيجزاج بدون مضاعفات الوصف: السلام عليكم ورحمة الله وبركاته، مطلوب مبرمج محترف بلغة MQL4 لتطوير اكسبيرت (روبوت تداول آلي) مخصص لمنصة ميتاتريدر 4 بناءً على الشروط والمواصفات الفنية الصارمة التالية، لتداول معدن الذهب (XAUUSD) على إطار الخمس دقائق (M5): 1. المتغيرات الخارجية (External Inputs - قابلة للتعديل يدوياً من الإعدادات): إدارة المخاطر (إدارة

Informações sobre o projeto

Orçamento
40+ USD
Prazo
para 10 dias