



🎯 Objective:
Conduct scalping trades on highly volatile instruments (e.g., XAUUSD - Gold), exploiting brief directional movements confirmed by technical indicators, within clearly defined time frames and market conditions.
⚙️ Operational Logic:
Long Entry Conditions:
The fast EMA (e.g., 9) is higher than the slow EMA (e.g., 21) → positive trend
The RSI value exceeds the overbought threshold (e.g., > 52) → favorable momentum
The number of open long positions is less than MaxBuyPositions
Current spread is less than MaxSpread
The volatility of the previous bar is at least MinVolatility
The UTC time is between StartHour and EndHour
Short Entry Conditions:
Fast EMA < Slow EMA → negative trend
RSI < oversold threshold (e.g., < 48)
Open short positions < MaxSellPositions
Spread and volatility comply with the defined limits
Trading is permitted only within the specified time frame
🔁 Position Management:
Dynamic Trailing Stop activated when profit exceeds TrailingTrigger (e.g., 30 pips)
The stop loss is updated incrementally by TrailingStep pips (e.g., 5 pips), locking in profits.
No fixed initial TP or SL (can be added manually).
🕰️ Security Controls and Environmental Conditions:
Operation limited to specified hours (StartHour–EndHour).
Automatic blocking in case of excessive spread.
Ignores low volatility bars.
Does not open new positions if the maximum allowed number is reached.
🚫 Account Restrictions:
This cBot can only be used on DEMO accounts. On real accounts, it automatically blocks and does not open any positions.
🧠 Indicators Used:
📉 Exponential Moving Averages (EMA): define the direction of the trend.
💪 Relative Strength Index (RSI): confirms the strength of the movement.
🎯 Obiettivo:
Effettuare operazioni di scalping su strumenti ad alta volatilità (es. XAUUSD - Oro), sfruttando brevi movimenti direzionali confermati da indicatori tecnici, all’interno di finestre orarie e condizioni di mercato ben definite.
⚙️ Logica Operativa:
- Condizioni di ingresso Long:
- La EMA veloce (es. 9) è maggiore della EMA lenta (es. 21) → trend positivo
- Il valore dell’RSI supera la soglia di ipercomprato (es. > 52) → momentum favorevole
- Il numero di operazioni long aperte è inferiore a
MaxBuyPositions
- Spread attuale inferiore a
MaxSpread
- La volatilità della barra precedente è almeno
MinVolatility
- L’orario UTC è compreso tra
StartHour
eEndHour
- Condizioni di ingresso Short:
- EMA veloce < EMA lenta → trend negativo
- RSI < soglia di ipervenduto (es. < 48)
- Posizioni short aperte <
MaxSellPositions
- Spread e volatilità rispettano i limiti definiti
- Operatività consentita solo nella fascia oraria specificata
🔁 Gestione della posizione:
- Trailing Stop Dinamico attivato quando il profitto supera
TrailingTrigger
(es. 30 pips) - Lo stop loss viene aggiornato in modo incrementale di
TrailingStep
pips (es. 5 pips), bloccando i profitti - Nessun TP o SL fisso iniziale (può essere aggiunto manualmente)
🕰️ Controlli di sicurezza e condizioni ambientali:
- Operatività limitata alle ore specificate (
StartHour
–EndHour
) - Blocco automatico in caso di spread troppo elevato
- Ignora le barre a bassa volatilità
- Non apre nuove posizioni se il numero massimo consentito è raggiunto
🚫 Restrizione conto:
Questo c Bot è utilizzabile solo su conti DEMO. Su conti reali, si blocca automaticamente e non apre alcuna posizione.
🧠 Indicatori utilizzati:
- 📉 Exponential Moving Averages (EMA): definiscono la direzione del trend
- 💪 Relative Strength Index (RSI): conferma la forza del movimento