FSG Ultimate

26/09/2025
3
Desktop, Mobile, Web
Since 24/09/2024
Penjualan
3






OVERVIEW
Grid trading robot for cTrader with SuperTrend and Stochastic filters. Uses one shared take-profit per side, fixed or based on ATR. Includes risk controls by side, bar, spread, and day.
FLOW
- Checks spread and allowed trading days.
- Confirms signals with chosen filters.
- Opens first position if side is allowed.
- Expands grid when price moves away from previous entries by a set distance.
- Increases volume progressively per new entry.
- Closes all positions on a side with a shared take-profit, fixed or ATR-based.
- Applies caps on positions per side, per bar, by losses, and by bidirectionality.
SIGNALS AND FILTERS
- SuperTrend: buy if price is above support line, sell if below resistance line.
- Primary Stochastic: buy when %K crosses above %D in oversold area, sell when %K crosses below %D in overbought area.
- Secondary Stochastic: confirms signals if recent crosses occurred within a defined range and thresholds.
- Disabled filters do not block entries.
GRID LOGIC
- New orders only when price exceeds last grid level by a minimum distance.
- Position size can increase step by step, capped by platform maximum.
TAKE PROFIT
- Fixed target in pips from average entry price.
- Or ATR-based, adapting to market volatility.
LIMITS AND PROTECTIONS
- Blocks entries if spread is too wide.
- Restricts trading on specific days (e.g., Friday, Sunday).
- Limits number of positions per bar, avoids duplicates in same candle if set.
- Stops adding to a side if too many losing trades.
- Can block opening opposite sides simultaneously.
- Caps maximum active positions per direction.