Create an MT4 trading bot to my specifications

Tâche terminée

Temps d'exécution 10 jours

Spécifications

I need to develop an MQL4 trading bot for Forex. Here is the specification.

Indicators

ATR H1, EMA: H4-100, H4-50, H4-18, H4-6, H1-6

Strategy

I will not be sharing my actual strategy but this is what we will spec and code to:

  • When all of the EMA bars are stacked, ie: H4-100 > H4-50 > H4-18 > H4-6 > H1-6
  • AND the H1-6 EMA has been declining for at least X hours
  • AND price is not within a predefined support/resistance zone
  • AND we are not within 2 hours of a Medium impact or higher news event
  • AND M5 close > H1-6 plus threshold
  • Open a BUY trade. Set SL to H1-ATR times a factor, set TP to H1-ATR times a factor.
  • If price exceeds a take-profit level, convert to a trailing stop loss (another factor).
  • Reverse all conditions for SELL trades.
  • Don’t open trades after Friday 14:00 ET.

Each instance of the program will be attached to a chart and trade a single pair. The instances must be completely isolated and independent from each other - although they share common files as described below.

A single instance of the program must not open more than one trade at a time.

I will provide a file containing settings for each Pair and Trading Session (London, London-NY overlap, NY, Other). The program must re-read the settings whenever the Trading Session changes. We will negotiate the file format. The settings will include:

  • The factors, thresholds, variables described above
  • Zone width
  • a few others

To correctly determine the current Trading Session the program must convert current time to ET and London times including DST / Summer time adjustments.

I will provide a file containing Support and Resistance zones for each Pair and Date. The program must read this in at the beginning of each day (5PM ET). We will negotiate the format.

I will provide a file containing news events in a CSV file (the format is as exported by forexfactory.com).

The program must be efficient: it must function only at the close of M5 bars, including adjusting TSL; it must determine trading session only on the hour; it must evaluate EMA alignment only at the close of H1 bars.

The program must be able to run in backtest mode, implementing all of the above functionality on historical data.

We may find MQL4 does not calculate the EMAs in exactly the same way my strategy requires. If that is the case the program must manually calculate all 5 EMAs.

I intend to modify and extend this program. So the code should be well documented and readable and all necessary source code must be provided. Build instructions should be provided.


Please let me know if there are any other common requirements I should include.

Répondu

1
Développeur 1
Évaluation
(26)
Projets
23
39%
Arbitrage
26
8% / 38%
En retard
0
Gratuit
2
Développeur 2
Évaluation
(4)
Projets
6
0%
Arbitrage
5
0% / 80%
En retard
2
33%
Gratuit
3
Développeur 3
Évaluation
(8)
Projets
9
22%
Arbitrage
0
En retard
0
Gratuit
4
Développeur 4
Évaluation
(11)
Projets
18
28%
Arbitrage
4
50% / 50%
En retard
1
6%
Gratuit
5
Développeur 5
Évaluation
(589)
Projets
1070
50%
Arbitrage
39
28% / 41%
En retard
49
5%
Gratuit
Publié : 1 article, 8 codes
6
Développeur 6
Évaluation
(514)
Projets
553
53%
Arbitrage
13
69% / 15%
En retard
3
1%
Gratuit
7
Développeur 7
Évaluation
(78)
Projets
246
74%
Arbitrage
7
100% / 0%
En retard
1
0%
Gratuit
Publié : 1 article
8
Développeur 8
Évaluation
(119)
Projets
169
38%
Arbitrage
9
78% / 22%
En retard
15
9%
Gratuit
9
Développeur 9
Évaluation
(61)
Projets
83
45%
Arbitrage
27
11% / 70%
En retard
8
10%
Gratuit
Commandes similaires
I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
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
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
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

Informations sur le projet

Budget
30 - 2000 USD
Délais
de 1 à 30 jour(s)