






/// This automated trading system combines Elliott Wave pattern analysis with Bollinger Bands
/// to provide structured and disciplined trade signals. The system evaluates market structure
/// by detecting potential Elliott Wave formations and validates entries with Bollinger Band
/// positioning, ensuring trades are taken only when price action confirms wave direction.
/// Users can choose between swing trading mode, designed for longer-term setups, and scalping
/// mode, optimized for shorter intraday opportunities.
///
/// Three account size profiles are included: small accounts (100–500 EUR), medium accounts
/// (500–2000 EUR), and large accounts (2000+ EUR). Each profile adjusts trade sizing and
/// money management to fit the risk capacity of the account. The system includes manual
/// parameter control for users who prefer custom configurations.
///
/// Risk and performance management features include ATR-based volatility filtering to avoid
/// extreme conditions, session time filters aligned with Asian, London, and New York markets,
/// and a daily drawdown guard that automatically pauses trading when loss thresholds are met.
///
/// Lot sizing can be fixed or percentage-based, with automatic stop loss and take profit
/// calculation. Additional controls include maximum number of trades per session, break-even
/// and trailing stop functionality, and automated pause after critical risk events.
///
/// This system is designed to deliver disciplined trading with a blend of wave analysis and
/// volatility management, offering both flexibility and safety for traders of different styles
/// and account sizes.