Logo di "Fade Breakout (Demo Version)"
Fade Breakout (Demo Version)
0.0
16/07/2025
10
Desktop, Mobile, Web
Immagine caricata di "Fade Breakout (Demo Version)"Immagine caricata di "Fade Breakout (Demo Version)"Immagine caricata di "Fade Breakout (Demo Version)"

Basic Information & Restrictions

  • Demo Account Only: The bot stops if running on a live account, enforced via Account.IsLive.


🔧 Parameters

Money Management

  • MaxOpenPositions: Maximum number of simultaneously open positions.
  • LotSizingMode: Lot calculation mode (Fixed / Balance-based / Peak balance-based).
  • RiskPercentage: Percentage of account balance to risk per trade.
  • FixedLotSize: Fixed lot size (when selected).

Trading Strategy

  • DonchianPeriod: Period for Donchian Channel.
  • SlMultiplierBuy/Sell: Stop-loss multiplier based on ATR (Buy/Sell).
  • Tp1MultiplierBuy/Sell: Initial take-profit multiplier.
  • TrailMultiplierBuy/Sell: Trailing stop multiplier.

Filters

  • AtrPeriod: Period for ATR indicator.
  • EnableAdxFilter: Enables ADX-based filtering.
  • AdxPeriod, MaxAdxValue: ADX settings and threshold.

Cool-Down (Drawdown Management)

  • EnableCoolDown: Enables temporary pause after losses.
  • MaxLosses: Max consecutive losses allowed before pause.
  • CoolDownHours: Number of hours to pause trading.


🧠 Strategy Logic

OnStart()

  • Initializes indicators (Donchian, ATR, ADX).
  • Checks for demo account only.
  • Registers event handler for position closures.

OnBar()

  • On each new bar:
    • Skips if cooling down or positions already exist.
    • Skips if ADX is above threshold (strong trend).
    • Otherwise, calls HandleEntry() to evaluate signals.

HandleEntry()

  • Fade Breakout Logic:
    • If price breaks above the Donchian high then closes below → Sell
    • If price breaks below the Donchian low then closes above → Buy

ProcessOrder()

  • Calculates SL/TP using ATR.
  • Determines lot size via GetVolume().
  • Executes market order using ExecuteMarketOrder().

ManagePositions()

  • If initial TP is hit: closes half the position and moves SL to break-even.
  • If no TP is set: applies trailing stop based on ATR multiplier.

GetVolume()

  • Calculates volume based on selected lot sizing mode:
    • Fixed lot
    • Risk % of current balance
    • Risk % of peak balance

OnPositionClosed()

  • Increments consecutive loss count.
  • If losses exceed threshold, initiates cooldown period.


📊 Strategy Summary

  • Fade Breakout Style: Reacts to Donchian breakouts by trading reversals.
  • Uses ATR to adapt SL/TP and trailing stop to volatility.
  • ADX Filter avoids trading in overly strong trends.
  • Cool-down mechanism helps protect capital after consecutive losses.
Altro da questo autore
GJ-M5-Scalper-V1
This cBot "GBPJPYM5ScalperX" implements a scalping strategy on the GBP/JPY 5-minute chart.
FadeBreakout.Ver1
A breakout contrarian strategy using the Donchian channel and ATR with advanced money management and risk control.
Scalper Signal MTF
This code is a custom scalping indicator for the cTrader platform.
Fade Breakout Portfolio Muiti
This cBot is a portfolio-style automated trading robot based on a fade breakout strategy across multiple currency pairs.
ScalperSignalVisual
Overview of the Fade Breakout Visualizer Indicator
GBPJPY_Scalper.DEMO
GBPJPY 1 minute scalping cBot for buying only.
Potrebbe interessarti anche
needThai Three Musketeers Special Smart Bot
The Three Musketeers Special Bot , Try Default Setting before making any changes Please ENJOY!!
cBot
martingale
Ichimoku Kinko Hyo Martingale (Made with AlgoBuilderX)
This cBot uses Ichimoku, martingale, and time filters. Buy/sell signals based on Tenkan Sen and Kijun Sen crosses.
cBot
forex
ai
indices
+3
needThaiBot Version 46
Low Risk Trader Bot,,Please Try Default Setting Before Running an Optimisation Features!! ENJOY!!
cBot
breakout
forex
indices
+8
GoldSniper
Gold Sniper
PositionManager
Smart position sizing, visual SL/TP lines, risk-based lot calculation, RR display, margin & lot limits, and hotkey trade
Order Block Hedging Strategy (Made with AlgoBuilderX)
The strategy identifies order blocks from impulsive moves, opening trades with fixed stop loss and take profit.
HannibalScalpLiteAI
HannibalScalpLiteAI – A reliable scalping bot for EUR/USD (M1) using EMA, RSI, and COG indicators. Designed for simplici
cBot
forex
eurusd
xauusd
+3
Volatility Sniper Breakout BETA
Volatility Sniper Breakout Bot (Beta) – Intelligent Breakout Trading for Volatile Markets
DragonRSIcBotDemo
DragonRSIcBot is an RSI-driven grid/martingale cBot
cBot
forex
indices
crypto
+1
WeeklySMACrossBot_777_Cloud
Smart automated trading. Our bot works 24/7 to grow your capital while you relax. Effortless, intelligent, and secure.
EngulfingCoreBotPro
Engulfing Pattern cBot Pro: Smart candlestick trading with filters, risk control & daily protection.
Trailing Stop and Filter
After the position achieves a certain profit, I move the stop loss to the set distance to protect the profit.
DreamProfitDEMO
DreamProfitFXBot hunts pips daily with precision, filters out noise, and locks profits fast. Built for sharp day-traders
cBot
eurusd
USTEC 3000,- EURO per MONTH FREE TEST 07.03.
FREE TEST 14.03..algo
cBot
breakout
forex
eurusd
+4
EasyPass PropFirm Wizard
EasyPass ProFirm Wizard
cBot
forex
breakout
ai
+6
needThaiBot Price Actions Focus with Spread Limit
Prices Action Focus Bot, Please use default setting before making any changes!!! ENJOY!!!
cBot
forex
indices
commodities
+2
WCAP
Wealthcraft Auto Profit is a smart trading robot with Auto Stop-Loss, Trailing Stop, and maximum profit management
cBot
rsi
RSI2 - F17and20EMA
This bot implements the well-known 2-period RSI strategy, enhanced by a powerful filter comprised of two exponential mov