Spezifikation

I am looking for an experienced MQL5 developer to code a Buy & Sell Grid Martingale EA.

The EA is complex. So if you have not developed a complex EA before, no need to indicate interest.
The EA will be a grid martingale EA that will be able to trade forex, stock, crypto, commodities, indices, etc.
Moving Averages and RSI will be used to open and manage trades
The EA will also add positions to winning trades (cascade), and be able to open recovery trades for losing trades
Trailing stop.
A live trading panel/dashboard 
News Filter will be a key feature of the EA
Source code will be needed along with the EA
A detailed specification document will be shared with shortlisted candidates  **1. Strategy Overview:**    - The trading robot will utilize price action, supply and demand principles, key levels, Fair Value Gaps (FVG), and breaks of structure to identify trade opportunities. The focus will be on confirming entries using the 5-minute and 15-minute timeframes while assessing the trend direction based on the weekly, daily, and 4-hour timeframes.  **2. Key Components:**    - **Price Action:** Analyze historical price movements for patterns that suggest future direction.    - **Supply and Demand Zones:** Identify key supply and demand areas that may serve as critical entry and exit points.    - **Key Levels & Order Blocks:** Recognize significant support/resistance levels and order blocks for potential trade setup.    - **Fair Value Gaps (FVG):** Assess FVGs on the chart to determine areas for price correction or interaction.    - **Break of Structure (BoS):** Identify when price breaks previous structure levels to signal potential reversals or continuations.  **3. Trade Entry Criteria:**    - Enter a trade when:      - Price approaches a defined supply or demand zone or order block.      - A bullish or bearish candle pattern confirms the entry (e.g., pin bars, engulfing candles).      - There is a break of structure indicating a trend reversal or continuation.      - Confirmation is based on analysis in the 5-minute and 15-minute timeframes.      - Trend direction is confirmed using daily, weekly, and 4-hour timeframes.  **4. Take Profit (TP):**    - Set take profit at the nearest supply/demand level or order block identified during analysis for optimal profit capture.  **5. Stop Loss (SL):**    - Set a stop loss of 20 pips below the previous swing low (for long positions) or above the previous swing high (for short positions) to manage risk effectively.  **6. Risk Management:**    - Implement risk management practices to ensure a maximum of 1-2% risk per trade based on account balance and position sizing.  **7. Backtesting & Optimization:**    - Conduct extensive backtesting using historical data to evaluate performance and improve the strategy.    - Optimize parameters based on backtesting results to enhance efficiency and profitability.  **8. Monitoring & Adjustments:**    - Regularly monitor live trading performance and make adjustments as necessary based on changing market conditions.

Bewerbungen

1
Entwickler 1
Bewertung
(14)
Projekte
20
25%
Schlichtung
0
Frist nicht eingehalten
2
10%
Frei
Veröffentlicht: 3 Beispiele
2
Entwickler 2
Bewertung
(271)
Projekte
553
50%
Schlichtung
57
40% / 37%
Frist nicht eingehalten
227
41%
Arbeitet
3
Entwickler 3
Bewertung
(1)
Projekte
2
0%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization

Projektdetails

Budget
65+ USD
Ausführungsfristen
von 3 bis 14 Tag(e)