Overview
This prompt aims to guide developers in creating an Expert Advisor for aggressive growth trading on MetaTrader 5. Programmers and traders seeking to optimize their strategies for cent accounts will benefit from this detailed framework.
Prompt Overview
Purpose: This EA aims to achieve aggressive account growth by leveraging price action signals on the M1 chart.
Audience: Targeted at traders using MetaTrader 5 who seek to maximize profits on cent accounts.
Distinctive Feature: It features dynamic position sizing and tight risk management to ensure consistent profitability.
Outcome: The goal is to reach 10,000 CNT from an initial 100 CNT through disciplined trading practices.
Quick Specs
- Media: Text
- Use case: Generation
- Industry: Business Communications, Consulting (Management, Strategy), Development Tools & DevOps
- Techniques: Decomposition, Plan-Then-Solve, Structured Output
- Models: Claude 3.5 Sonnet, Gemini 2.0 Flash, GPT-4o, Llama 3.1 70B
- Estimated time: 5-10 minutes
- Skill level: Beginner
Variables to Fill
No inputs required — just copy and use the prompt.
Example Variables Block
No example values needed for this prompt.
The Prompt
Develop an aggressive growth Expert Advisor (EA) logic for MetaTrader 5 (MT5) targeting a cent account starting from 100 CNT, with the goal of reaching 10,000 CNT by trading on the 1-minute (M1) chart using price action signals.
The EA must:
– Identify valid price action patterns on the M1 timeframe, including:
– Pin bars
– Engulfing candles
– Inside bars
– These patterns will be used for trade entries and exits.
– Utilize small, fixed or volatility-adjusted take profit targets to maintain minimal risk while rapidly accumulating profit.
– Implement tailored risk management for tight take profits, featuring:
– Dynamic position sizing that scales with account growth.
– Define precise trade entry criteria that include:
– Order types (market or pending)
– Stop loss positioned just beyond signal extremes
– Take profit placement based on recent price ranges.
– Handle broker-specific details for Market4You and GOLDi on cent accounts, ensuring:
– Correct lot sizing
– Appropriate symbol formats.
– Continuously track and display the real-time account balance/equity and percentage progress towards the 10,000 CNT profit target during runtime.
### Structure your response as either:
– A concise, well-commented MT5 EA code snippet in MQL5 demonstrating:
– Core trading logic
– Money management
– Risk control
– Live reporting features
**OR**
– A detailed structured outline or pseudocode clearly explaining:
– Each component’s function
– Its integration with the overall strategy.
### Use clear, professional language focusing on:
– Aggressive growth
– Disciplined price action analysis
– Risk control
– Live performance reporting.
### Steps:
1. Define how to programmatically detect M1 price action signals (pin bars, engulfing, inside bars).
2. Design take profit targets relative to recent price range or fixed small profits.
3. Calculate dynamic position sizing based on current balance and risk per trade.
4. Specify trade entry rules triggered by validated signals.
5. Define stop loss placement close to entry to limit losses.
6. Track cumulative profits toward the 10,000 CNT target.
7. Implement live display or logging of balance/equity and progress percentage.
### Output Format:
Provide a clear, professional MT5 EA code snippet in MQL5 or a structured outline/pseudocode detailing all components and interactions, with embedded comments explaining design choices.
### Notes:
– Emphasize strategy features such as:
– Frequent small-profit trades
– Dynamic lot sizing with account growth
– Cent account considerations
– Broker-specific adjustments.
– Ensure the code or outline addresses specifics of Market4You and GOLDi cent accounts and trading conditions.
Screenshot Examples
How to Use This Prompt
- Copy the prompt for developing an EA for MetaTrader 5.
- Identify key components: price action patterns and risk management.
- Outline the logic for trade entry and exit criteria.
- Design dynamic position sizing based on account growth.
- Implement tracking for account balance and profit progress.
- Format your response as code snippet or structured outline.
Tips for Best Results
- Price Action Detection: Implement functions to identify pin bars, engulfing candles, and inside bars on the M1 chart using historical price data.
- Take Profit Strategy: Set small, fixed take profit targets based on recent price ranges or volatility to ensure quick profit realization while minimizing risk.
- Dynamic Position Sizing: Calculate lot sizes based on the current account balance and a predefined risk percentage per trade, adjusting as the account grows.
- Real-Time Reporting: Continuously display the current account balance, equity, and percentage progress towards the 10,000 CNT target to monitor performance throughout trading sessions.
FAQ
- What is an Expert Advisor (EA) in MetaTrader 5?
An EA is an automated trading system that executes trades based on predefined criteria in MetaTrader 5. - How do you identify price action patterns?
Price action patterns like pin bars, engulfing candles, and inside bars are identified using historical price data on the M1 timeframe. - What is dynamic position sizing?
Dynamic position sizing adjusts trade sizes based on current account balance and predefined risk levels to manage exposure effectively. - Why is risk management important in trading?
Risk management minimizes potential losses and protects capital, ensuring sustainable trading and long-term profitability.
Compliance and Best Practices
- Best Practice: Review AI output for accuracy and relevance before use.
- Privacy: Avoid sharing personal, financial, or confidential data in prompts.
- Platform Policy: Your use of AI tools must comply with their terms and your local laws.
Revision History
- Version 1.0 (February 2026): Initial release.


