EA Brief – Bi-Weekly Time/Success-Ratio Volume Trigger Strategy

MQL5 Experts

Termos de Referência

Objective

To design and implement a profitable Expert Advisor (EA) that trades based on time-of-day signals, historical success ratio, and a volume-based trigger. The system adapts over a bi-weekly performance evaluation window to optimize entry conditions.


Core Logic

  1. Time-of-Day Filter

    • EA only trades within user-defined trading sessions (e.g., London Open, NY Open, Asia Session).

    • Configurable start/end time (broker time).

  2. Success Ratio Filter

    • Tracks historical trade performance segmented by session/time-of-day.

    • Calculates win-rate (%) over the last X trades or X days.

    • Minimum success threshold required before allowing new trades (e.g., >55% win-rate for that session).

    • Resets/adapts every bi-weekly period (14 days).

  3. Volume Trigger

    • Confirms trades only when tick/market volume exceeds a set threshold (to avoid low-liquidity chop).

    • User-defined input for minimum volume.

    • Option to use relative average volume (e.g., >1.2x the 20-bar average).

  4. Bi-Weekly Threshold Management

    • EA evaluates performance every 14 days:

      • If net profit > threshold → continue/scale trading size.

      • If net profit < threshold → reduce risk or pause trading until conditions reset.

    • Keeps trade frequency and drawdown controlled.


Trade Entry & Exit

  • Entry Logic

    • If within time filter AND success ratio condition met AND volume trigger active → allow trade entry.

    • Underlying strategy can be configurable (breakout, trend-following MA cross, or mean reversion).

  • Exit Logic

    • Fixed TP/SL in pips or % of ATR.

    • Option for trailing stop and/or break-even shift.


Risk Management

  • Fixed % risk per trade (default: 1%).

  • Daily loss limit.

  • Max trades per session/day.

  • Bi-weekly drawdown cap: stop trading if equity falls >X% within evaluation period.


Key Inputs (User Parameters)

  • Session Times (Start/End in broker time).

  • Min Win Rate % (e.g., 55%).

  • Lookback Period for success ratio (trades or days).

  • Volume Threshold (absolute or relative).

  • Bi-Weekly Thresholds (profit/loss cutoffs).

  • Risk per trade (% or lot size).

  • TP/SL (fixed or ATR-based).

  • Max trades per session/day.


Reporting / Dashboard

  • On-screen panel showing:

    • Current session status (Active/Inactive).

    • Success ratio for last 14 days.

    • Volume status (Pass/Fail).

    • Bi-weekly P/L performance.

  • Logs all trades with tags: session, success ratio at entry, volume condition.


Platforms

  • To be implemented in MT4/MT5 (MQL4/5).


Respondido

1
Desenvolvedor 1
Classificação
(232)
Projetos
289
27%
Arbitragem
14
50% / 36%
Expirado
9
3%
Carregado
2
Desenvolvedor 2
Classificação
(36)
Projetos
38
11%
Arbitragem
2
50% / 50%
Expirado
2
5%
Trabalhando
3
Desenvolvedor 3
Classificação
(463)
Projetos
907
76%
Arbitragem
25
16% / 68%
Expirado
99
11%
Livre
Publicou: 1 artigo, 6 códigos
4
Desenvolvedor 4
Classificação
(7)
Projetos
14
29%
Arbitragem
1
100% / 0%
Expirado
4
29%
Livre
5
Desenvolvedor 5
Classificação
(5)
Projetos
4
25%
Arbitragem
1
0% / 100%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(6)
Projetos
7
14%
Arbitragem
0
Expirado
0
Carregado
7
Desenvolvedor 7
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(2597)
Projetos
3276
67%
Arbitragem
77
48% / 14%
Expirado
342
10%
Livre
Publicou: 1 código
9
Desenvolvedor 9
Classificação
(293)
Projetos
523
36%
Arbitragem
62
34% / 35%
Expirado
188
36%
Trabalhando
10
Desenvolvedor 10
Classificação
(84)
Projetos
115
70%
Arbitragem
5
80% / 0%
Expirado
11
10%
Trabalhando
11
Desenvolvedor 11
Classificação
(7)
Projetos
8
13%
Arbitragem
2
0% / 0%
Expirado
1
13%
Carregado
12
Desenvolvedor 12
Classificação
Projetos
1
100%
Arbitragem
0
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(156)
Projetos
280
35%
Arbitragem
14
29% / 50%
Expirado
42
15%
Livre
14
Desenvolvedor 14
Classificação
(77)
Projetos
232
73%
Arbitragem
6
100% / 0%
Expirado
1
0%
Livre
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
16
Desenvolvedor 16
Classificação
(6)
Projetos
6
17%
Arbitragem
0
Expirado
0
Trabalhando
17
Desenvolvedor 17
Classificação
(7)
Projetos
12
17%
Arbitragem
6
33% / 0%
Expirado
3
25%
Livre
18
Desenvolvedor 18
Classificação
(270)
Projetos
550
49%
Arbitragem
56
39% / 36%
Expirado
227
41%
Trabalhando
19
Desenvolvedor 19
Classificação
(6)
Projetos
7
0%
Arbitragem
0
Expirado
2
29%
Livre
20
Desenvolvedor 20
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Hi there, I am here as a representative of my team looking for a very reliable to have clear look at my HFT trading strategy including references of exactly what the final product should look like, we also have a detailed specifications in place which we'll be sharing only with an experience certified top level developer, I mean he/she must be well skilled and knowledgeable in various programming language with the
I’m seeking an experienced MQL5 developer to backtest and optimize an existing Expert Advisor (EA) for XAUUSD (Gold), M5 timeframe . Goals: Consistent daily profit of £50–£100 on a £10,000 account Maximum 10% drawdown Smooth, stable performance without triggering equity protection Scope: Backtest with high-quality historical data Optimize key parameters (risk, SL/TP, trailing stop, lot sizing, etc.) Deliver optimized
1. RSI Filter: Implement an RSI filter that prevents the EA from opening buy orders if the RSI overbought value exceeds the specified parameter, and prevents sell orders if the RSI oversold value is below the specified parameter. Input settings should include: Use RSI Filter: true/false RSI Period: 14 (configurable) RSI Overbought level (input) RSI Oversold level (input) 2. MQL5 Market Validation: Ensure the code
when the marked yu we need to buy if it up we will get profit when the marked up to down we need to sell for get profit if it up we will loss
Job Description I am looking for a highly skilled MQL5 DEVELOPER and A TRADER to work on an MT5 Expert Advisor (EA) project. The main tasks will include: 1. Code Compilation & Optimization – Reviewing, compiling, and streamlining the existing EA code to ensure efficiency and stability. 2. Backtesting Setup & Execution – Running professional backtests to ensure the EA produces consistent, gradual profit growth curves
Hi there, I am here as a representative of my team looking for a very reliable to have clear look at my HFT trading strategy including references of exactly what the final product should look like, we also have a detailed specifications in place which we'll be sharing only with an experience certified top level developer, I mean he/she must be well skilled and knowledgeable in various programming language with the
MT5 Bar-Replay Simulator EA — Live Terminal / Offline-Style Chart Spec 1) Execution Mode Attach EA to any live chart → Open a setup dialog ( Apply Settings ). On OK , EA: Loads history for selected symbol(s)/date range, Creates a synthetic custom symbol (e.g., REPLAY.XAUUSD ), Builds a synthetic chart (offline-style) for the chosen start date, Opens that replay chart and mounts all UI panels there. All trading is
hello i want the indicator please hello i want the indicator please hello i want the indicator please hello i want the indicator please hello i want the indicator please
Ultra-High-Speed Trade Replication (Low Latency) Supports MT4 and MT5 Simple Setup, User-Friendly Interface Contact me for detailed specifications and standard documentation Priority given to candidates with experience developing similar copy-trading software
I need an Expert Advisor for MT4 that combines two trading strategies : Reversal Strategy (detailed rules provided) Trend-Following Strategy (detailed rules provided) The EA should have a switch/parameter in the input settings to choose between: Mode = Reversal Mode = Trend

Informações sobre o projeto

Orçamento
100+ USD

Cliente

(2)
Pedidos postados7
Número de arbitragens0