„Fade Breakout (Demo Version)“-Logo
Fade Breakout (Demo Version)
0.0
16/07/2025
10
Desktop, Mobile, Web
In „Fade Breakout (Demo Version)“ hochgeladenes BildIn „Fade Breakout (Demo Version)“ hochgeladenes BildIn „Fade Breakout (Demo Version)“ hochgeladenes Bild

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.
Mehr von diesem Autor
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.
Das könnte Sie auch noch interessieren
cBot
rsi
signal
Hammer and Shooting Star Strategy (Made with AlgoBuilderX)
The strategy detects "Hammer" and "Shooting Star" patterns with RSI confirmation, using fixed Take Profit and Stop Loss.
Emperor free trial
Presenting Emperor cbot - the revolutionary cbot that’s reshaping the way you approach, trading GBPUSD pair
cBot
xauusd
commodities
Golden Frequency
Your 24/7 Golden Trading Sentinel. Precision Engineered for Gold Traders . ENJOY !!
cBot
ai
btcusd
crypto
+1
CryptoCrossoverBot
Ethereum Crossover Bot es un sistema de trading algorítmico actualmente en operación real sobre Ethereum (ETH).
cBot
forex
breakout
eurusd
+4
EasyPass PropFirm Wizard
EasyPass ProFirm Wizard
US100 macd 1
NASDAQ - US100 4H TREND
cBot
usdjpy
777 - Accounts FLiP - cBOT Enc DEMO
USD/JPY Specialist
cBot
breakout
forex
bollinger
+5
Investion X V1.9 - Intelligent Filter-Based Trading System
Trading system combining martingale strategy with multi-layered technical analysis and comprehensive protection features
cBot
btcusd
Trading View To Ctrader
Automated cTrader bot with webhook support, trade management, take-profit levels, and Telegram notifications
FibonacciStrategyCBot
FiboSmart cBot automates Fibonacci-based trading with trend, RSI, and MACD filters, plus built-in money management, trai
cBot
indices
rsi
SP500 up to 40% (13-09-24 - 09-03-25) Short edition
N.B.: Results with an initial invested capital of 100 euros.
cBot
ai
rsi
macd
needThaiBot with Spread Control and Total Positions
Spread Control and Total Positions, Please Try Default Setting Before making any changes!! ENJOY!!!
cBot
supertrend
signal
High Profit AUDCHF
Bot is based on Price Action strategy to open & manage orders. It is effective capital management and high profitability
Rsi Div (1)
RSI Scalping cBot—plug‑and‑play precision scalper for volatile indexes and symbols.
Trailing Stop and Filter
After the position achieves a certain profit, I move the stop loss to the set distance to protect the profit.
11 YEARS PROFITABLE - EURUSD RENKO CHART - FREE TEST
EURUSD RE5 PROFITABLE SINCE 2014
cBot
forex
eurusd
EasyTradeDemoOne
This is A Demo Version, Look for Full version after test.
Zone Recovery Hedging (Made with AlgoBuilderX)
This strategy is based on the Zone Recovery strategy and utilizes hedging for trade management.