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
등급
(22)
프로젝트
28
7%
중재
9
33% / 33%
기한 초과
1
4%
작업중
2
개발자 2
등급
(2)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
3
개발자 3
등급
(62)
프로젝트
90
29%
중재
24
13% / 58%
기한 초과
7
8%
작업중
4
개발자 4
등급
(319)
프로젝트
571
35%
중재
83
31% / 45%
기한 초과
206
36%
무료
5
개발자 5
등급
(1)
프로젝트
1
0%
중재
0
기한 초과
0
무료
6
개발자 6
등급
(4)
프로젝트
3
33%
중재
2
0% / 100%
기한 초과
0
무료
7
개발자 7
등급
(78)
프로젝트
246
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
8
개발자 8
등급
(5)
프로젝트
13
54%
중재
2
50% / 0%
기한 초과
4
31%
작업중
게재됨: 6 코드
9
개발자 9
등급
(510)
프로젝트
977
74%
중재
27
19% / 67%
기한 초과
100
10%
작업중
게재됨: 1 기고글, 6 코드
10
개발자 10
등급
(390)
프로젝트
416
30%
중재
74
19% / 72%
기한 초과
52
13%
작업중
11
개발자 11
등급
(1)
프로젝트
1
0%
중재
2
0% / 50%
기한 초과
0
무료
12
개발자 12
등급
(13)
프로젝트
22
41%
중재
8
0% / 50%
기한 초과
3
14%
무료
13
개발자 13
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
14
개발자 14
등급
(2)
프로젝트
3
0%
중재
0
기한 초과
0
무료
15
개발자 15
등급
(64)
프로젝트
144
46%
중재
21
38% / 24%
기한 초과
32
22%
무료
16
개발자 16
등급
(271)
프로젝트
553
50%
중재
57
40% / 37%
기한 초과
227
41%
작업중
17
개발자 17
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
PHANTOM PROTOCOL V1 35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);

프로젝트 정보

예산
30+ USD