Explore the latest free tools from the MQL5 community. Here's a new indicator, expert advisor, or script for MetaTrader.
// Trading Logic
The Wick Sculper V7 Rando EMA trading strategy uses a combination of two exponential moving averages (EMAs) to generate buy and sell signals. The strategy requires both EMAs to confirm the signal, unless the RequireBothConfirmations option is disabled. The strategy closes positions when the profit reaches the eprofit threshold or when the loss exceeds the eloss threshold.
// Indicators Used
The strategy uses the following indicators:
- Fast EMA (fastMAPeriod)
- Slow EMA (slowMAPeriod)
- High-Low (H1 and M5)
- Equity drawdown tracking
// Risk Management Behavior
The strategy uses the following risk management techniques:
- Automatic loss closure (UseELoss)
- Equity drawdown penalty (UseDrawdownPenalty)
// Order Execution Rules
The strategy executes orders as follows:
- Buy: OpenBuy function is called with the specified lot size.
- Sell: OpenSell function is not implemented in this code snippet.
// Overall Purpose
The Wick Sculper V7 Rando EMA trading strategy is designed to generate buy and sell signals based on the EMA crossover and confirmation. The strategy uses risk management techniques to limit losses and optimize performance.


Grid trading done right – try the robust Grid Expert Advisor for controlled risk. Details here.
Thanks for reading. Discover premium MetaTrader solutions at RobotFX.
68100