Quantitative Scalping Trader (QST) – User Guide and Detailed Configuration

Quantitative Scalping Trader (QST) – User Guide and Detailed Configuration

24 September 2025, 22:24
Titouan Sebastien Julien Cadoux
0
297

The Quantitative Trailing Scalper (QTS) is a multi-indicator Expert Advisor (EA) designed for high-precision scalping.
Based on directional momentum logic, it combines RSI, double EMA, MACD, and ATR to identify optimal entry points while managing risk quantitatively.

The goal is simple: capture rapid market moves, protect capital at all times, and let profits run using an adaptive Trailing Stop system.

⚙️ System Structure

The core of QTS relies on a combination of technical indicators and dynamic filters, all synchronized around a configurable base timeframe (Recommanded 1m).
The system can be applied to any instrument, including major currency pairs, indices, or metals.

1. RSI – Directional Trigger

  • Two modes available:

    • RSI_50_MODE: detects crossings of the neutral zone (50).

    • RSI_EXTREME_MODE: identifies overbought (>70) and oversold (<30) areas.

  • Entries occur when the directional confirmation is met (cross above or below the chosen threshold).

2. Double EMA – Trend Filter

  • EMA 25 and EMA 400 define the overall trend context.

  • Signals are validated only in the direction of the main trend:

    • Fast > Slow → Long trades favored

    • Fast < Slow → Short trades favored

3. MACD – Momentum Confirmation

  • The MACD acts as a secondary filter confirming the strength of the movement.

  • Adjustable multiplier (x1 to x5) allows sensitivity tuning.

4. ATR – Volatility Regulation

  • The system avoids periods of very low or excessively high volatility.

  • The ATR Risk Level (Low / Medium / High) automatically adjusts the entry filters.


🧠 Multi-Timeframe Intelligent Filters

QTS uses H1 confirmation signals to improve trade quality:

  • H1 MACD: must be positive for Long and negative for Short trades.

  • H1 RSI: must stay below 70 (Long) or above 30 (Short).

These filters prevent counter-trend trades and enhance system robustness in complex market conditions.


🧩 Risk Management & Money Management

QTS offers complete, automated risk management:

  • Fixed lot size or percentage of account balance
    Example: 0.1% risk per trade.

  • Configurable Take Profit (can be enabled/disabled)

  • Dynamic Stop Loss (fixed or ATR-based)

  • Adaptive Trailing Stop: protects profits once a specific pip threshold is reached.

An averaging mode is available to smooth entries during market pullbacks while respecting maximum open positions and lot limits.


🧱 Integrated Hedging

QTS includes an automatic hedging module to protect open positions.
When a counter-trend is detected (EMA or bearish MACD, RSI below threshold), the EA can trigger a Hedge SELL proportional to the total volume of long positions.

Hedge trades have their own Take Profit and Stop Loss, ensuring a dynamic balance between potential profits and latent risk.


🌐 Session & UTC Filters

The system is aware of market sessions and allows enabling or disabling trading during:

  • Tokyo

  • London

  • New York

The Server UTC setting allows perfect synchronization with broker server time for accurate session management.



QTS3 L&S TRAILING ON MATRIN ON 121125 : 





For any questions or support, you can contact the author on MQL5.

(QTS is still in the improvement phase; updates and .set proposals will be added in the coming weeks.