Hi there -
Overview
We are seeking an experienced developer to create a Forex Robot Expert Advisor (EA) tailored to specific trading strategies and conditions.
The EA will focus on the London trading session and will automate trades based on pre-defined calculations and market movements.
*Responsibilities:*
1. *London Session Analysis:*
- Develop functionality to highlight the London trading session on the forex chart.
- Capture and record the high and low prices during the London session.
2. *Calculation and Trade Execution:*
- Calculate the difference between the high and low of the London session.
- Multiply the difference by 0.20 to determine the entry threshold.
- Add the calculated value to the high of the London session to set the entry point for pending buy orders.
- Subtract the calculated value from the low of the London session to set the entry point for pending sell orders.
- Set the take profit (TP) level at a 10-dollar move of gold for each order.
3. *Multiple Levels of Orders:*
- Implement logic to create and manage three levels of pending buy orders and three levels of pending sell orders, each based on the above calculations.
- Ensure that the EA can dynamically adjust these levels based on real-time market data.
*Requirements:*
- Proven experience in developing Forex Robot EAs using MetaTrader 4 (MT4) or MetaTrader 5 (MT5).
- Strong understanding of forex trading, market sessions, and price action strategies.
- Proficiency in MQL4/MQL5 programming languages.
- Ability to implement complex trading algorithms and manage multiple orders.
- Strong analytical skills to validate the strategy and ensure accuracy in calculations.
- Experience with backtesting and optimizing trading strategies.
*Preferred Qualifications:*
- Previous experience in developing EAs specifically for the gold market.
- Knowledge of risk management and position sizing.
- Ability to provide documentation and user guides for the developed EA.
- Good communication skills for collaboration and feedback.
비슷한 주문
# Project Requirements – Sierra Chart to MT5 Integrated Alerts *Scope:* The project must be a *fully integrated system* including both: 1. *Sierra Chart ACSIL sender* – writes alerts to JSON. 2. *MT5 EA (Listener)* – reads JSON alerts and executes trades in MT5. The system must handle alerts *from Sierra Chart to MT5 execution* completely, not just file sending. *Duplicate Alert Detection:* - Use
Hello, I have a working strategy that I'd like to replicate. I need someone who can analyze its underlying principles and design a custom indicator for me. I will provide you with the strategy's results for both recent and long-term trading, including the time of trade, trade duration, and trend
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
I am looking for an experienced MQL5 developer to build a professional-grade Expert Advisor (EA) for MetaTrader 5. The strategy is based on liquidity sweeps, market structure (Break of Structure), and institutional concepts (order blocks), specifically optimized for XAUUSD (Gold). This is not a basic bot. I need a structured, optimized, and reliable system suitable for live trading after testing
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation
Hello, I need a MetaTrader 5 Expert Advisor (EA) for XAUUSD. Place Buy Stop orders above current price every 0.300 distance Place Sell Stop orders below current price every 0.300 distance 10 levels up and 10 levels down Lot size fixed 0.01 No TP/SL required, manual close only No duplicate orders on restart Please confirm if you can build this and your final price and delivery time
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
I’m looking for an experienced MT4 developer to create a custom indicator (or EA) with mobile push notifications based on the following strategy. Trend Filter (Daily Timeframe) Daily Close above 50 EMA = Bullish Bias Daily Close below 50 EMA = Bearish Bias Entry Timeframe (H1) RSI Settings RSI Period: 14 (default) Upper Level: 65 Lower Level: 35 Buy Signal Generate a BUY signal when: Daily bias is Bullish (Daily
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15