Mt5 martingale Ea based on the specific idea

指定

1. Chart Management & Timeframe Structure

The EA must automatically open and manage three separate charts, each serving a specific role in the trading logic:

  1. Trend HTF Chart

    • Displays the highest timeframe (e.g., Daily or Weekly).

    • Used strictly for determining the overall market trend (Buy / Sell).

  2. Bias HTF Chart

    • Displays the mid-level timeframe (e.g., 4-Hour).

    • Used to determine the directional bias (Buy / Sell) within the higher-timeframe trend.

  3. Entry Chart

    • Uses a user-selectable lower timeframe (e.g., 15-minute).

    • All trade executions occur only on this chart.

All three charts must be visually synchronized, allowing the user to clearly see:

  • Higher timeframe trend

  • Bias confirmation

  • Lower timeframe entry execution
    in real time.


2. Visual Bias & Trend Confirmation

On the Entry Chart, the EA must:

  • Draw vertical lines at each Bias HTF candle open (e.g., every 4-hour candle open).

  • At each vertical line, display a text label showing:

    • Current Weekly/Daily Trend (e.g., Trend: Buy / Trend: Sell )

    • Current Bias HTF Direction (e.g., Bias: Buy / Bias: Sell )

This is required purely for visual confirmation, so the user can verify that the EA logic matches the intended market structure.


3. Entry Logic

Trade execution logic must follow this strict sequence:

  1. The higher timeframe trend and bias timeframe direction must be aligned
    (e.g., Trend = Sell AND Bias = Sell).

  2. Only after alignment, the EA will look for entry confirmations on the Entry Chart using:

    • Break of Structure (BOS)

    • Change of Character (CHoCH)

  3. Once a valid entry signal is detected:

    • If Martingale mode is enabled, the EA manages trades using the martingale logic.

    • If Martingale mode is disabled, the EA places a single standard trade only.


4. Trade & Money Management

The EA must provide advanced money management controls with the following options:

Lot Size Calculation Methods

User can choose one of the following:

  1. Fixed Lot Size

    • Always uses the user-defined lot size.

  2. Dollar Risk Amount

    • Lot size is calculated so the loss on the initial trade equals a fixed dollar value.

  3. Risk Percentage

    • Lot size is calculated based on a user-defined risk percentage.

Risk Account Reference Options

When using Risk Percentage, the user can select:

  • Account Equity

  • Account Balance

  • Custom Balance (user-defined value)

Additional Risk Controls

  • Maximum Lot Size cap (hard limit the EA cannot exceed)

  • Stop-loss options:

    • Disable Stop-loss

    • Fixed pip stop-loss

    • Candle High / Low stop-loss

  • Risk Initial Stop-loss Amount used when stop-loss is disabled


5. Trade Management & Time Filters

The EA must include:

  • Trade session time controls (when the EA is allowed to trade)

  • Ability to limit or control trade frequency

  • Safe handling of open positions based on user settings


6. Visual Performance & Statistics Panel

The EA must display a real-time performance panel on the chart showing:

  • Total number of trades taken

  • Profit / loss for:

    • Today

    • Last 7 days

    • Last 30 days

  • Overall running profit

  • Current open trades and exposure (optional)

This panel is for quick performance monitoring without checking account history.


7. General Requirements

  • All parameters must be user-configurable via EA inputs.

  • Clear separation between logic, execution, and visualization.

  • Stable execution without repainting or delayed signal issues.

  • Code must be clean, modular, and well-commented.


Note: The budget can be increased upto 150 if the work is that much good. I would ask any of your basic martinagle EA to estimate your skill. 
In this modern Ai available Era my requirements can be easily achievable by a professional coder i believe. 
if any of the above requirements or my approach is not accepatable kindly dont apply and waste both of our time. 


応答済み

1
開発者 1
評価
(18)
プロジェクト
22
9%
仲裁
6
33% / 50%
期限切れ
1
5%
取り込み中
2
開発者 2
評価
(2)
プロジェクト
2
0%
仲裁
1
0% / 100%
期限切れ
0
3
開発者 3
評価
(60)
プロジェクト
87
29%
仲裁
24
13% / 58%
期限切れ
7
8%
仕事中
4
開発者 4
評価
(311)
プロジェクト
557
35%
仲裁
79
32% / 43%
期限切れ
202
36%
仕事中
5
開発者 5
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(4)
プロジェクト
3
33%
仲裁
2
0% / 100%
期限切れ
0
7
開発者 7
評価
(77)
プロジェクト
243
74%
仲裁
7
100% / 0%
期限切れ
1
0%
パブリッシュした人: 1 article
8
開発者 8
評価
(5)
プロジェクト
10
50%
仲裁
1
100% / 0%
期限切れ
2
20%
仕事中
パブリッシュした人: 6 codes
9
開発者 9
評価
(509)
プロジェクト
977
74%
仲裁
27
19% / 67%
期限切れ
101
10%
パブリッシュした人: 1 article, 6 codes
10
開発者 10
評価
(390)
プロジェクト
416
30%
仲裁
74
19% / 72%
期限切れ
52
13%
仕事中
11
開発者 11
評価
(1)
プロジェクト
1
0%
仲裁
2
0% / 50%
期限切れ
0
12
開発者 12
評価
(10)
プロジェクト
19
42%
仲裁
6
0% / 50%
期限切れ
3
16%
仕事中
13
開発者 13
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
14
開発者 14
評価
(2)
プロジェクト
3
0%
仲裁
0
期限切れ
0
15
開発者 15
評価
(64)
プロジェクト
144
46%
仲裁
19
42% / 16%
期限切れ
32
22%
16
開発者 16
評価
(271)
プロジェクト
553
50%
仲裁
57
40% / 37%
期限切れ
227
41%
仕事中
17
開発者 17
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
Tengo una estrategia basada en divergencia para el oro sobre todo en tf m1 Basado en divergencia con stoch .. confirmando la entrada con ciertos parameteos de entrada Es mejor conversarlo para dar mejor los detalles Cuando entrar, porque o todas las divergencias se debe tomar para entrar en compras o ventas He adjuntado un ejemplo La confrmacion más exacta es el cruce de esos parámetros de stoch edebajo de level de
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT

プロジェクト情報

予算
30+ USD