Логотип продукта "Breakout Premium AI"
сиБот
Версия 1.0, Apr 2026
Windows, Mac, Mobile, Web
4.5
Отзывы: 2
1
Покупки
2
Фактор прибыли
5%
Макс. просадка
Загруженное изображение продукта "Breakout Premium AI"
Загруженное изображение продукта "Breakout Premium AI"
Загруженное изображение продукта "Breakout Premium AI"
Загруженное изображение продукта "Breakout Premium AI"
Загруженное изображение продукта "Breakout Premium AI"
Загруженное изображение продукта "Breakout Premium AI"
Загруженное изображение продукта "Breakout Premium AI"
42.1M
Торгуемый объем
6.13M
Выигранные пипы
161
Продажи
6.65K
Бесплатные установки


Breakout AI Pro is not just another breakout bot. It combines proven price-action breakout logic with 6 AI-powered adaptive modules that analyze market context before every single entry. The result: fewer false breakouts, smarter SL/TP placement, and consistent risk management across any instrument.

 

 

=== HOW IT WORKS ===

 

The bot calculates the highest high and lowest low over a configurable lookback period. When price interacts with these levels, it detects 3 types of signals:

 

- BREAK: Price has just broken through the level. Classic momentum/continuation signal.

- APPROACH: Price is within X pips of the level without breaking it. Anticipation signal.

- RETURN: Price broke through but came back inside. Mean-reversion / trap signal.

 

For each signal type (Break, Approach, Return) on both High and Low levels, you can independently enable BUY and/or SELL entries. This gives you full control over your strategy: trend-following, counter-trend, or hybrid.

 

Before any position is opened, the signal passes through 7 sequential AI filters. If it fails any one of them, the trade is discarded.

 

 

=== 6 AI MODULES ===

 

1. VOLATILITY REGIME DETECTION

Uses ATR percentiles to classify the market as Low, Medium, or High volatility. In Low volatility, breakouts are statistically more likely to be false — the bot blocks entries automatically. In High volatility, SL/TP are widened to accommodate larger moves.

 

2. RSI MOMENTUM FILTER

Blocks BUY entries when RSI is overbought and SELL entries when RSI is oversold. Optional divergence detection adds an extra layer of confirmation. This prevents entries at exhausted momentum extremes.

 

3. ADAPTIVE SL/TP (ATR-BASED)

Stop Loss and Take Profit are calculated as multiples of the current ATR — not fixed values. The bot adapts to real market conditions: tight SL in calm markets, wider SL in volatile markets. Min/Max clamps ensure values always stay within your defined boundaries.

 

4. ENTRY QUALITY SCORE

Every signal receives a score from 0 to 100 based on 4 factors:

- Volatility regime (Medium is best for breakouts)

- RSI alignment with trade direction

- Breakout strength (distance from level relative to ATR)

- Candle quality (normal range vs spike vs doji)

Only signals above your minimum threshold are executed.

 

5. DYNAMIC POSITION SIZING

Instead of fixed lots, the bot calculates volume based on your risk percentage per trade and the adaptive SL distance. Optionally scales position size by quality score — higher confidence = larger position, lower confidence = smaller position.

 

6. SMART COOLDOWN SYSTEM

After a stop loss hit, the bot waits a configurable number of bars before re-entering the same signal type. This prevents the destructive loop of SL → immediate re-entry → SL → re-entry that can drain accounts.

 

 

=== SAFETY FEATURES ===

 

- UNIT SELECTOR: Choose whether all SL/TP/BE/Trailing inputs are in PIPS or PRICE DISTANCE. Works perfectly on any instrument — Forex, Crypto, Indices, Commodities.

- ANTI-OPPOSING PROTECTION: Prevents opening BUY and SELL on the same bar.

- SL/TP ENFORCEMENT: Every tick, the bot verifies that all open positions have valid SL and TP. If missing, emergency values are applied immediately.

- SL VERIFICATION: After opening a position, the bot confirms SL was actually applied. If the broker rejects it, the position is closed instantly. No unprotected positions ever.

- MAX EXPOSURE CONTROL: Configurable limits for max LONG positions, max SHORT positions, and max total positions.

 

 

=== PROP FIRM READY ===

 

Built-in daily and total drawdown monitoring in account currency. When limits are breached, choose from 3 actions:

- Close All: Immediately closes all positions and blocks new entries for the day.

- Block New: Keeps existing positions but prevents new ones.

- Hedge: Opens opposite positions to lock in current P&L.

 

 

=== POSITION MANAGEMENT ===

 

- BREAK EVEN: Moves SL to entry price + offset once profit reaches the trigger level. Locks in a small guaranteed profit.

- TRAILING STOP: Once profit reaches the start level, SL follows price at a fixed distance. Lets winners run while protecting gains.

- All values respect your chosen unit system (pips or price distance).

 

 

=== PARAMETER GUIDE ===

 

1. BASE PARAMETERS

- PreviousPeriodBars (48): Number of bars for High/Low calculation. 48 bars on M5 = 4 hours.

- OnBarOnly (true): Check conditions on bar close (stable) or every tick (reactive).

- VolumeLots (0.1): Fixed volume per trade. Ignored if Dynamic Sizing is enabled.

 

1b. UNIT SYSTEM

- InputInPips (true): If true, all SL/TP/BE/Trailing values are in PIPS. If false, they are in price distance. Critical for correct operation on different instruments.

 

2. AI — VOLATILITY

- EnableVolatilityFilter (true): Enable ATR-based regime classification.

- AtrPeriod (14): ATR indicator period.

- AtrLookback (50): Number of ATR bars for percentile calculation.

- LowVolPercentile (25): Below this percentile = Low regime.

- HighVolPercentile (75): Above this percentile = High regime.

- BlockLowVolatility (true): Block all entries during Low volatility.

 

3. AI — MOMENTUM

- EnableRsiFilter (true): Enable RSI-based entry filtering.

- RsiPeriod (14): RSI indicator period.

- RsiOverbought (70): Overbought threshold.

- RsiOversold (30): Oversold threshold.

- BlockBuyOverbought (true): Block BUY when RSI >= overbought.

- BlockSellOversold (true): Block SELL when RSI <= oversold.

- RequireDivergenceConfirmation (false): Block entries on RSI/price divergence.

- DivergenceLookback (10): Bars to check for divergence.

 

4. AI — ADAPTIVE SL/TP

- EnableAdaptiveSLTP (true): Calculate SL/TP from ATR. If false, uses fixed values.

- AtrMultiplierSL (1.5): SL = ATR x multiplier.

- AtrMultiplierTP (2.5): TP = ATR x multiplier. Default R:R ratio = 1.67.

- MinSL (500): Minimum SL (in your chosen unit).

- MaxSL (5000): Maximum SL. Clamp is applied AFTER volatility adjustment.

- MinTP (800): Minimum TP.

- MaxTP (10000): Maximum TP.

 

5. AI — QUALITY SCORE

- EnableQualityScore (true): Enable signal quality scoring.

- MinQualityScore (40): Minimum score (0-100) to open a trade.

 

6. AI — DYNAMIC SIZING

- EnableDynamicSizing (false): Calculate volume from risk %.

- RiskPercentage (1.0): % of equity to risk per trade.

- ScaleByQuality (true): Reduce volume for low-quality signals (min 30%).

 

6b. AI — COOLDOWN

- CooldownBarsAfterSL (6): Bars to wait after a stop loss before re-entering same signal.

- BlockOpposingOnSameBar (true): Prevent BUY+SELL on the same bar.

- MaxTotalPositions (2): Maximum total open positions.

 

7. BREAK HIGH

- BuyOnBreakHigh (true): Open BUY on high breakout.

- SellOnBreakHigh (false): Open SELL on high breakout (counter-trend).

- ApproachPipsHigh (15): Distance in pips for approach detection.

- BuyOnApproachHigh (false): Open BUY on approach to high.

- SellOnApproachHigh (false): Open SELL on approach.

- BuyOnReturnHigh (false): Open BUY on return below high.

- SellOnReturnHigh (false): Open SELL on return.

 

8. BREAK LOW

- SellOnBreakLow (true): Open SELL on low breakout.

- BuyOnBreakLow (false): Open BUY on low breakout (counter-trend).

- ApproachPipsLow (15): Distance for approach detection.

- All Approach/Return options same as Break High.

 

9. POSITION LIMITS

- MaxLong (1): Max simultaneous LONG positions.

- MaxShort (1): Max simultaneous SHORT positions.

 

10. RISK MANAGEMENT (FIXED)

- StopLossLong/Short (3000): Fixed SL when Adaptive is OFF.

- TakeProfitLong/Short (6000): Fixed TP when Adaptive is OFF.

- BreakEven trigger/offset: When profit hits trigger, SL moves to entry + offset.

- Trailing start/step: When profit hits start, SL follows price at step distance.

 

11. PROP RISK CONTROL

- EnablePropRisk (true): Enable drawdown monitoring.

- MaxDailyDrawdown (500): Max daily loss in account currency.

- MaxTotalDrawdown (1500): Max total loss from bot start.

- OnBreachAction (0): 0=Close All, 1=Block New, 2=Hedge.

- HedgeVolumeMultiplier (1.0): Volume multiplier for hedge positions.

 

 

=== SUGGESTED CONFIGURATIONS ===

 

BTCUSD M5 (Crypto):

InputInPips=false, MinSL=200, MaxSL=1500, MinTP=300, MaxTP=3000, BE trigger=400, Trailing step=150, PreviousPeriodBars=48.

 

EURUSD M15 (Forex):

InputInPips=true, MinSL=15, MaxSL=80, MinTP=25, MaxTP=150, BE trigger=30, Trailing step=10, PreviousPeriodBars=96.

 

US30 M5 (Indices):

InputInPips=false, MinSL=30, MaxSL=200, MinTP=50, MaxTP=400, PreviousPeriodBars=48.

 

 

=== IMPORTANT NOTES ===

 

- All AI modules can be enabled/disabled independently. Start with all ON (default) and disable individually to test impact.

- The bot logs every decision with both price and pip values. Check the log at startup to verify your unit conversion is correct.

- Always test on demo account first. Past performance does not guarantee future results.

- Trading involves significant risk. This software is a trading automation tool, not financial advice.

 

Торговый профиль
Стиль торговли
Внутридневная
Тип стратегии
Тренд
Тип анализа
Алгоритмический
Частота сделок
Высокая
Мин. рекомендуемый баланс
$1000
Риск на сделку
0.5%
Период графика
5 минут
Кредитное плечо для бэктестинга
1:500
4.5
Отзывы: 2
5
50 %
4
50 %
3
0 %
2
0 %
1
0 %
Отзывы покупателей
April 18, 2026
On a cautious test, Better starting small. 2 timeframes feels enough, and 3 percent DD would be my limit before changing settings. The part to watch is whether bad trades cluster too quickly.
April 7, 2026
useful tool, but not for lazy entries. It supports checking market bias and fits better once the trader stays selective. Better rechecked it on 30 days.
Signal
Indices
Commodities
GBPUSD
RSI
Bollinger
Fibonacci
Scalping
AI
XAUUSD
NAS100
MACD
BTCUSD
Forex
Breakout
EURUSD
NZDUSD
Martingale
Prop
ZigZag
Supertrend
Fair Value Gap
SMC
Crypto
Grid
Stocks
ATR
USDJPY
VWAP
Продукты, доступные в cTrader Store, включая торговых ботов, индикаторы и плагины, предоставляются сторонними разработчиками и доступны исключительно в информационных и технических целях. cTrader Store не является брокером и не предоставляет инвестиционные консультации, персональные рекомендации или какие-либо гарантии будущей доходности.

Больше от этого автора

Индикатор
AI
ATR
+27
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
Логотип продукта "Prop Ready Bot_v.2.0"
Популярный
5.0
(3)
$39
/
$49
сиБот
AI
ATR
+27
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
Индикатор
AI
Grid
+17
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
Логотип продукта "Breakout Premium Pro v2.0"
Популярный
4.3
(3)
$49
/
$97
сиБот
AI
ATR
+21
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levels—with Prop-style risk
Индикатор
AI
ATR
+27
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
Логотип продукта "AI Level Trader"
Онлайн-статистика
4.2
(4)
$129
/
$159
сиБот
AI
ATR
+27
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
Фактор прибыли
4%
Макс. просадка
Индикатор
AI
ATR
+27
Want a cBot based on this indicator? Contact us!
Логотип продукта "ElliottWave Pro cBot"
Популярный
5.0
(1)
$69
/
$99
сиБот
AI
ATR
+27
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
сиБот
AI
ATR
+27
N.B.: Results with an initial invested capital of 100 euros.
Логотип продукта "Scalper Pro PROP"
Популярный
4.3
(3)
$49
/
$89
сиБот
AI
ATR
+8
Breakout scalping with prop-firm grade equity control.
Индикатор
Prop
Forex
+15
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
Логотип продукта "TradeCopierBot"
Популярный
4.3
(3)
$69
/
$119
сиБот
AI
ATR
+27
✅ Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.

Вам также может понравиться

сиБот
ADX
ATR
+5
Este bot es un sistema de trading algorítmico avanzado diseñado para operar bajo la metodología de Smart Money Concepts
1.9
Фактор прибыли
30%
Макс. просадка
сиБот
ATR
AI Trading
+5
XAUUSD trading bot designed to capture intraday impulses with disciplined risk control and fast execution.
9.3%
ROI
1.35
Фактор прибыли
12.23%
Макс. просадка
сиБот
Grid
Prop
+9
this is private product.
сиБот
EMA
Volume
+5
Sniper Entry Bot – Advanced EMA Crossover Trading Robot for cTrader
677%
ROI
2.52
Фактор прибыли
11.53%
Макс. просадка
Логотип продукта "Trade Manager Pro ⚡"
Популярный
4.6
(3)
$39
сиБот
Fixed Risk %
Risk/Reward
+3
Total passive trading control. One click Stop Loss and Take Profit. Breakeven and Goal line. Set it. Protect it. Profit.
Логотип продукта "QuantumScalp AI"
Популярный
5.0
(2)
$49
/
$79
сиБот
AI
ATR
+13
Multi-indicator scalping bot with concurrent trade management, and adaptive risk controls for professional forex trading
сиБот
Forex
Crypto
+5
cTrader to Telegram cBot is bot helps traders send signals instantly after open/close position on cTrader.
Логотип продукта "BTCScalpingNet6"
Популярный
4.5
(2)
$99
сиБот
Grid
BTCUSD
+2
BTC m1 H1 Scalping
Логотип продукта "USH-EURUSD"
Популярный
4.0
(2)
$39
сиБот
Perfectly optimized to trade EURUSD achieving high risk reward. Win rate of over 85%
сиБот
Pulse Tick Reactor: AI-powered trading bot delivering precision entries, adaptive risk control, and consistent profits.
Логотип продукта "Risk Manager v2_2"
Популярный
4.5
(2)
$40
/
$60
сиБот
CHOCH
SL Manager
+1
Trade with clarity. Protect your capital. Let Risk Manager enforce the rules.
0%
Макс. просадка
сиБот
AI
SMC
+18
Quick Trading Panel Cbot allows you to trade faster using a panel in a chart. This includes Trailing Trigger and Locked.
3
Фактор прибыли
0%
Макс. просадка
сиБот
Prop
Forex
+13
SUPPORT AND RESISTANCE STRATEGY. Master the Market’s Turning Points with Surgical Accuracy. SEE THE FULL BACKTEST. 📈
сиБот
Forex
Crypto
+4
Creates buy limit orders automatically when the market drops.
Логотип продукта "StreamDeckHotkeys"
Популярный
4.6
(3)
$49
/
$59
сиБот
Prop
Forex
+3
Trade XAUUSD at lightning speed using Stream Deck. One-tap execution for entries, partial closes, break-even, TP & SL.
100%
ROI
2
Фактор прибыли
5%
Макс. просадка
сиБот
RSI
MACD
+7
XAU Session Trend Sniper ⚡️Gold M1 scalper with smart trend filter, ATR SL/TP & session logic – no grid, no martingale
сиБот
EMA
Spread Filter
+5
RiskShield Trader is a next-generation trading bot built for precision, risk control, and capital protection.
839%
ROI
1.8
Фактор прибыли
12.87%
Макс. просадка
сиБот
Aggressive
Break Even
+5
Fast execution via hotkeys, visual SL/TP, and smart risk-based lot calculation. Pro risk management for cTrader.
42.1M
Торгуемый объем
6.13M
Выигранные пипы
161
Продажи
6.65K
Бесплатные установки