İş Gereklilikleri
Project Title: Supertrend EA with M30 Entry and M15 Exit
Developer Requirements:
-
Must have experience with Supertrend indicator customization
-
Proven track record of developing multi-timeframe EAs
-
Ability to provide backtest reports
Strategy Specifications
Entry Conditions (M30 Timeframe):
-
BUY when price crosses ABOVE Supertrend line
-
SELL when price crosses BELOW Supertrend line
-
Input parameters for ATR period (default: 10) and multiplier (default: 3.0)
Exit Conditions (M15 Timeframe):
-
Close BUY position when price closes BELOW M15 Supertrend
-
Close SELL position when price closes ABOVE M15 Supertrend
Risk Management:
-
No stop loss or take profit (exit only on M15 reversal)
-
Spread filter (default max 50 points)
-
Slippage control (default 30 points)
Trade Management:
-
Only one position at a time
-
Minimum 2 M30 bars (1 hour) between trades
-
Magic number for trade identification
Additional Requirements
-
Visual Markers:
-
Arrows to show entry points on chart
-
Different colors for buy/sell signals
-
-
Logging:
-
Detailed trade log with timestamps
-
Reason for each exit (M15 reversal)
-
-
Input Parameters:
mql4input double LotSize = 0.3; // Trade size input int ATR_Period = 10; // ATR period for Supertrend input double Multiplier = 3.0; // ATR multiplier input int MaxSpread = 50; // Maximum allowed spread input int MinBarsBetweenTrades = 2; // Minimum bars between trades (2=1 hour)
-
Testing Requirements:
-
Must work on XAUUSD (Gold)
-
Show profitable backtest results for 2024-2025
-
Provide .set files for optimization
-
Delivery Timeline
-
Phase 1: Basic EA version within 3 days
-
Phase 2: Optimization and testing report (2 days)
-
Final Delivery: Complete EA with documentation (1 day)
Note for Developer:
The EA should strictly follow the price action rules without adding hidden filters or additional indicators. All logic must be transparent in the code with proper comments in English.
Client Contact:
[deepakmehta1707@gmail.com