Specifiche
I am looking for an experienced developer to implement a rule-based Expert Advisor (EA) for MetaTrader based on a structured intraday price action strategy.
Trading Instrument:
- US500 / S&P 500 (broker equivalent)
Session Definitions:
- London Session: used to define the London High and London Low (time range must be configurable)
- New York Open: configurable (default 09:30 New York time)
Strategy Concept:
The strategy is based on a liquidity sweep of the London range, followed by the formation of an Inverse Fair Value Gap (IFVG), which is then traded in the opposite direction targeting the opposite side of the London range.
Core Logic (Step-by-Step Rules):
- Define London Range
- Identify the London High and London Low within a configurable time window
- Wait for New York Open
- No trades before NY session begins
- Liquidity Sweep Condition
- After NY open, wait for price to break (sweep) either:
- London High → bullish breakout
- London Low → bearish breakout
- After NY open, wait for price to break (sweep) either:
- FVG Formation (After Sweep)
- After the sweep, detect the first Fair Value Gap (FVG) in the direction of the breakout:
- Bullish sweep → look for bullish FVG
- Bearish sweep → look for bearish FVG
- FVG Definition (3-candle structure):
- Bullish FVG: Candle 1 high < Candle 3 low
- Bearish FVG: Candle 1 low > Candle 3 high
- After the sweep, detect the first Fair Value Gap (FVG) in the direction of the breakout:
- IFVG Confirmation
- Wait for price to close beyond the opposite side of that FVG
- This confirms the transformation into an Inverse Fair Value Gap (IFVG)
- Example:
- Price sweeps London High → bullish move
- Bullish FVG forms
- Price then closes below the FVG → confirms bearish IFVG
- Entry Condition
- Enter trade when price returns into the IFVG zone
- Entry trigger should be configurable (touch or candle close inside zone)
Trade Direction Logic:
- Sweep above London High → look for short trades
- Sweep below London Low → look for long trades
Stop Loss & Take Profit:
- Stop Loss:
- Above the highest point formed after the London High sweep (for short trades)
- Below the lowest point formed after the London Low sweep (for long trades)
- Take Profit:
- Target = opposite side of the London range
- Short → London Low
- Long → London High
- Target = opposite side of the London range
Risk Management:
- Risk per trade (% of equity)
- Maximum number of trades per day (must be configurable)
- Optional:
- Daily loss limit
- Equity protection
Time Filters:
- Trades only allowed after NY open
- Configurable trading window (e.g. first X hours after NY open)
Additional Requirements:
- Clean, modular, and well-structured code
- All parameters adjustable via inputs
- Fully backtestable
- Visual display of:
- London High/Low
- FVG / IFVG zones
Important:
The goal is precise implementation of the defined rules. No interpretation or strategy modification is required.
When applying, please include:
- Experience with price action / smart money concepts
- Examples of similar EAs (if available)
- Confirmation that the logic will be implemented exactly as specified
Open to long-term collaboration if the quality is strong.