Spécifications
This is my 4th attempt to get this EA built correctly. Many developers have already failed to reproduce my TradingView results.
Please read the complete requirement first. Do not accept the project if you are not confident that you can achieve the required accuracy. I do not want to waste your time or mine.
I will provide my TradingView Pine Script, settings, and baseline trade data (CSV/report). The EA must reproduce the results of my exact strategy only. I do not need a modified or optimized version — I need the same trades, same logic, and the same results as my provided baseline.
1. PRIMARY OBJECTIVE
The EA must reproduce my TradingView XAUUSD trades and profit as accurately as possible — minimum 99% trade matching.
My baseline is:
- TradingView: XAUUSD
- Broker/market: Vantage
- TradingView spread: 0.30
- MT5: Vantage
The final EA must match:
- Trade count
- Long/Short trades
- Entry prices
- SL
- Partial TP
- Breakeven
- Final TP
- Exit prices
- Overall profit
If the EA does not achieve approximately 99% matching with my TradingView baseline, I will not accept the file.
2. VERY IMPORTANT — CANDLE PRICE OFFSET
There is a 0.06 price difference between the TradingView candle OHLC and the MT5/Vantage candle OHLC that must be accounted for.
For example, if TradingView shows a candle price of X , the corresponding MT5 price needs to be adjusted by the required 0.06 offset so that the MT5 candle prices correspond to the TradingView candle prices.
This 0.06 is ONLY a TradingView ↔ MT5 price/candle matching offset.
It is NOT the trading buffer.
Do not combine these two values.
3. TRADING BUFFER — COMPLETELY SEPARATE
My strategy has a separate 5-pip trading buffer.
The 5-pip buffer and 0.06 price offset are two completely different things.
- 0.06 = candle/price alignment between TradingView and MT5
- 5 pips = strategy's trading buffer
They must have separate inputs/calculations.
Do NOT add 0.06 to the 5-pip buffer and treat them as one value.
4. STRATEGY
- XAUUSD
- 30 EMA
- Liquidity/Sweep setup
- Sweep candle does NOT trigger immediate entry.
- Long: entry after the sweep candle's High is broken.
- Short: entry after the sweep candle's Low is broken.
- Entry must reproduce the TradingView logic tick-by-tick.
5. SL
SL is based on the sweep candle according to the original TradingView strategy.
The 5-pip trading buffer must be applied according to the strategy.
The 0.06 MT5/TradingView price offset remains separate and is only for candle/price alignment.
6. PROFIT MANAGEMENT
- Final TP = 2.5R
- At 1R, close 50%
- Remaining 50% continues.
- After 1R partial, move remaining SL to exact entry price.
- No additional 5-pip buffer at breakeven.
7. EXECUTION
The EA must work tick-by-tick.
There must be:
- No duplicate trades
- No double entries
- No missed valid trades
- No incorrect candle-based approximations
- No entry on the sweep candle when the rule requires the next break
- Correct pending-order behavior
- Correct cancellation/removal of invalid orders
8. LOT SIZE
Default:
0.02 lot
At 1R:
0.01 lot closed
Remaining:
0.01 lot
9. SPREAD
TradingView baseline uses:
0.30 spread
The EA must reproduce the same spread assumption when comparing against the TradingView results.
Spread must remain separate from:
- 0.06 candle/price offset
- 5-pip trading buffer
- slippage
10. ACCEPTANCE TEST
Before I accept the EA, I want a proper comparison between TradingView and MT5 showing:
- Total trades
- Matching trades
- Missing trades
- Extra trades
- Entry price comparison
- SL comparison
- 1R partial comparison
- Breakeven comparison
- Final TP comparison
- Exit price comparison
- Total profit comparison
Trades AND profit must match the TradingView baseline.
The goal is not to create an EA that is merely similar to my strategy.
The goal is to reproduce my TradingView strategy and trades with 99%+ accuracy.
Important
Please read and understand all of this before starting.
If you believe you cannot achieve this level of TradingView ↔ MT5 matching, please tell me before taking the project.
I have already gone through 34 attempts, so I do not want another EA that looks correct but produces different trades/results.
Bonus
If you successfully deliver an EA that genuinely achieves the required matching accuracy and passes my comparison testing, I will give an additional $100 bonus.
Only accept the project if you are confident you can do it.