仕事が完了した

実行時間6 日
依頼者からのフィードバック
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.
開発者からのフィードバック
Supportive.. looking more projects from him.. big thanks...

指定

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







応答済み

1
開発者 1
評価
(465)
プロジェクト
813
49%
仲裁
75
21% / 51%
期限切れ
141
17%
仕事中
2
開発者 2
評価
(396)
プロジェクト
512
23%
仲裁
60
57% / 25%
期限切れ
60
12%
取り込み中
3
開発者 3
評価
(32)
プロジェクト
57
23%
仲裁
12
67% / 8%
期限切れ
2
4%
4
開発者 4
評価
(618)
プロジェクト
1429
59%
仲裁
31
81% / 0%
期限切れ
10
1%
5
開発者 5
評価
(8)
プロジェクト
13
85%
仲裁
1
0% / 100%
期限切れ
0
6
開発者 6
評価
(5)
プロジェクト
4
50%
仲裁
4
0% / 75%
期限切れ
0
7
開発者 7
評価
(78)
プロジェクト
246
74%
仲裁
7
100% / 0%
期限切れ
1
0%
パブリッシュした人: 1 article
8
開発者 8
評価
(72)
プロジェクト
80
10%
仲裁
38
8% / 58%
期限切れ
6
8%
9
開発者 9
評価
(319)
プロジェクト
568
35%
仲裁
82
30% / 45%
期限切れ
206
36%
取り込み中
10
開発者 10
評価
(568)
プロジェクト
641
41%
仲裁
25
48% / 36%
期限切れ
46
7%
仕事中
類似した注文
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
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
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 - قابلة للتعديل يدوياً من الإعدادات): إدارة المخاطر (إدارة

プロジェクト情報

予算
40+ USD
締め切り
最高 10 日