cBot
RSI
Indices
Prop
Breakout
ATR
Forex
Signal
Dynamic Trendiline Pro cBot v.2.2
Logótipo de "Dynamic Trendiline Pro cBot v.2.2"
14/11/2025
Desktop, Mobile, Web
Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"Imagem carregada de "Dynamic Trendiline Pro cBot v.2.2"

🔄 DynamicTrendlineProBot – New Changelog

1. API & Stability

  • Updated all ModifyPosition calls to the new overload with ProtectionType, removing obsolete method warnings and improving compatibility with the latest cTrader API.
  • Small internal clean-ups and more readable logging, without changing the core trading logic.

2. Break-Even & Trailing Stop Upgrade

  • Old version: one single Break-Even and Trailing Stop logic for both long and short.
  • New edition: separate controls per direction:
    • Break-Even Long / Break-Even Short (independent triggers and extra pips)
    • Trailing Stop Long / Trailing Stop Short (independent triggers and distances)
      → More precise control and better adaptation to different market behaviors.

3. New Prop-Firm Risk Management Module

  • Added a dedicated Prop Risk Limits section:
    • Max Daily Drawdown %
    • Max Total Drawdown %
    • Max Equity Drawdown %
    • Max Daily Profit %
    • Options to close all positions and/or stop trading when limits are reached.
  • If a limit is hit, the bot protects the account by closing open trades and blocking new entries until restart.

4. Strategy Core

  • The core logic (automatic trendline detection, Breakout/Touch/Approach events, MA/RSI/ADX/ATR filters) remains unchanged, so existing users will recognize the behavior – with more risk control and flexibility on top.


Existing customers who purchased the previous version can request the new edition for free by contacting us through our official Discord or Telegram channel.


DynamicTrendlineProBot V22 – Advanced Prop-Firm Ready Trendline Trader


1. Overview

DynamicTrendlineProBot V22 is a cBot for cTrader designed for serious traders – both retail and professional – who want to automate a strategy based on dynamic trendlines, with full control over entries, filters, and risk.

Key features:

  • Automatic detection of support and resistance trendlines
  • Intelligent handling of breakouts, touches, and approaches to the lines
  • Advanced filters for trend, volatility, and momentum (MA, RSI, ADX, ATR)
  • Position management with separate Stop Loss / Take Profit for long and short
  • Break-Even and Trailing Stop split by direction (different settings for long and short)
  • A dedicated Prop-Firm Risk Management module with:
    • Max Daily Drawdown %
    • Max Total Drawdown %
    • Max Equity Drawdown %
    • Max Daily Profit %
    • Configurable behavior when Max Daily Profit is hit (close all / stop trading)

The bot is ideal for:

  • Automated trading on indices, Forex, and CFDs
  • Use on prop firm accounts with strict risk rules
  • Traders who want a highly configurable system with strong, rule-based risk control

👉 On our Discord channel you will find many additional details about setup, parameters, examples, and best practices related to this bot.


2. Trading Logic (High-Level)

  1. The bot looks back at the last N candles (NumberOfCandles) and calculates:
    • A support trendline (from lows or closes)
    • A resistance trendline (from highs or closes)
  2. It evaluates line validity based on:
    • Slope (angle)
    • Optional minimum number of touches
    • Tolerance in pips around the line
  3. On each new bar, the bot:
    • Updates both trendlines
    • Checks if price:
      • Breaks the line (Breakout)
      • Touches the line (Touch)
      • Approaches the line within a configurable distance (Approach)
  4. For each event (Breakout/Touch/Approach) and line type (Support/Resistance), it applies the configured action:
    • TradeTypeMode.ContinueTrend → trade in the “natural” direction of the move
    • TradeTypeModeInvert → contrarian behavior (fade the move)
    • TradeTypeMode.NoAction → ignore that event
  5. Before entering a position, the bot applies several filters:
    • ADX filter to avoid low-volatility sideways markets
    • RSI confirmation to validate momentum
    • MA Trend Filter to trade only in the direction of the main trend
    • ATR Override for automatic “strong trend” / high-volatility behavior
  6. Once a position is opened:
    • It uses direction-specific SL/TP (long / short)
    • Manages Break-Even & Trailing Stop with separate settings for long and short
    • Applies Prop Risk Limits: if triggered, it can close all positions and/or stop opening new trades


3. Prop-Firm Risk Management Module

The “Prop Risk Limits” section is specifically built for prop-firm style trading, where strict rule compliance is critical.

The bot continuously tracks:

  • Daily equity (equity at start of the day)
  • Peak equity (all-time high)
  • Daily profit / drawdown
  • Total drawdown from initial balance
  • Equity drawdown from maximum equity

Based on this, it enforces the following limits:

Main Risk Parameters

  • Use Prop Risk Limits
    Enable / disable the whole prop risk module.
  • Max Daily Drawdown (%)
    Maximum allowed daily loss in percentage, relative to the equity at the start of the day.
  • Max Total Drawdown (%)
    Maximum overall loss allowed from the initial account balance when the bot started.
  • Max Equity Drawdown (%)
    Maximum drawdown from the highest equity peak reached during the run.
  • Max Daily Profit (%)
    Daily profit target. When reached, the bot can:
    • Close all open positions
    • Stop opening new trades
    • Or both (depending on the options below)
  • On Max Daily Profit: Close All Positions
    If true, closes all positions when the daily profit target is hit.
  • On Max Daily Profit: Stop Trading
    If true, stops opening new trades for the rest of the run after hitting the daily profit target.

Behavior When Limits Are Hit

  • If any drawdown limit (daily, total, or equity) is hit:
    1. The bot closes all open positions for this bot and symbol
    2. Sets an internal flag to block any new entries until the cBot is restarted
    3. Prints a detailed log message (e.g. DailyDD 5,20% >= 5,00%)
  • If Max Daily Profit is hit:
    • If ClosePositionsOnMaxDailyProfit is true → all positions are closed
    • If StopTradingOnMaxDailyProfit is true → new trades are blocked
    • If both are true → the bot locks in the day’s profit and stops trading further

This makes the bot highly suitable for prop firm challenges and funded accounts, helping you stay within their rules and avoid accidental violations.


4. Position Management: SL/TP, Break-Even & Trailing Stop

Stop Loss & Take Profit (direction-specific)

Parameters:

  • Long Stop Loss (Pips) / Long Take Profit (Pips)
  • Short Stop Loss (Pips) / Short Take Profit (Pips)

These are pips-based, separated for long and short trades, so you can:

  • Use wider targets for long and tighter for short (or the opposite)
  • Adapt to different volatility patterns per symbol

Break-Even (separate for Long and Short)

Parameters:

  • Use Break-Even Long
  • BE Trigger Long (Pips in Profit)
  • BE Extra Long Pips (Beyond Entry)
  • Use Break-Even Short
  • BE Trigger Short (Pips in Profit)
  • BE Extra Short Pips (Beyond Entry)

Logic:

  • When a position reaches the configured profit in pips:
    • Long: SL is moved to entry price + ExtraLongPips
    • Short: SL is moved to entry price – ExtraShortPips
  • Break-even is applied only once per position, tracked via _breakEvenAppliedPositionIds.

Trailing Stop (separate for Long and Short)

Parameters:

  • Use Trailing Stop Long
  • TS Trigger Long (Pips in Profit)
  • TS Distance Long (Pips)
  • Use Trailing Stop Short
  • TS Trigger Short (Pips in Profit)
  • TS Distance Short (Pips)

Logic:

  • After reaching the trigger level:
    • For long positions → SL = Ask – TS Distance Long (in pips)
    • For short positions → SL = Bid + TS Distance Short (in pips)
  • The trailing stop never moves the SL backwards, only improves it.

This direction-specific management allows you to:

  • Run a more aggressive trailing on long positions and a more conservative one on shorts (or vice versa)
  • Fine-tune behavior based on the characteristics of each symbol (indices, Forex, etc.)


5. Signal Quality Filters

MA Trend Filter

Parameters:

  • Use MA Trend Filter
  • MA Period
  • MA Type (Simple, Exponential, etc.)

Logic:

  • For Buy signals → price must be above the MA
  • For Sell signals → price must be below the MA

If the condition is not met, the trade is blocked and a message is printed:

MA Filter: Blocked Buy/Sell (Price: ... vs MA: ...)

RSI Confirmation Filter

Parameters:

  • Use RSI Confirmation Filter
  • RSI Confirmation Period
  • RSI Confirmation Level Buy (>=)
  • RSI Confirmation Level Sell (<=)

Logic:

  • For Buy:
    • If RSI < RsiConfirmLevelUp → trade is blocked
  • For Sell:
    • If RSI > RsiConfirmLevelDown → trade is blocked

This acts as a momentum confirmation layer to avoid entering against weak or exhausted moves.

ADX Sideways Market Filter

Parameters:

  • Use ADX Sideways Filter
  • ADX Period
  • ADX Threshold Level (< Blocks)

Logic:

  • If ADX is below the threshold:
    • The market is considered too sideways / trendless
    • The trade is blocked with a clear log message:

      ADX Filter: Blocked Buy/Sell (ADX ... < Threshold ...)

ATR Override (Volatility / Trend Override)

Parameters:

  • Use Automatic ATR Override
  • ATR Period
  • ATR Average Period
  • ATR Multiplier Threshold

Logic:

  • Computes current ATR vs average ATR
  • If current ATR > average ATR × multiplier:
    • isAtrOverrideActive becomes true
    • The bot forces trades in the breakout direction, ignoring some of the normal “event actions” in favor of strong trend continuation

Very useful during high-volatility phases, where breakouts tend to be more reliable.


6. Core Trendline Parameters

Trendline Calculation

  • Number of Previous Candles
    Number of candles used to detect support and resistance levels.
  • Support Price Source / Resistance Price Source
    Choose whether trendlines are built from Close, High, or Low prices.

Trendline Validation

  • Use Touch Validation
    Enables validation based on a minimum number of touches.
  • Minimum Touches Required
    Minimum number of touches needed to consider a line “valid”.
  • Touch Tolerance (Pips)
    Maximum allowed distance (in pips) between price and the line for a touch to be counted.
  • Use Slope Filter
  • Minimum Angle (Absolute Degrees)
  • Maximum Angle (Absolute Degrees)

Allows you to restrict valid trendlines to a certain angle range, filtering out lines that are too flat or too steep.



0.0
Avaliações: 0
Avaliações de clientes
Ainda não há avaliações para este produto. Já o experimentou? Seja o primeiro a contar a outras pessoas!
Mais deste autor
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWaveBot
N.B.: Results with an initial invested capital of 100 euros.
cBot
Indices
RSI
Forex
+2
US 2000+MACD+ADR+ADMIR+RSI+MANY MORE-TF4M
N.B.: Results with an initial invested capital of 100 euros.
Indicador
NAS100
NZDUSD
Martingale
+26
Volume Delta
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
Breakout
ATR
Signal
EMA Up&Down 2025 Ctrader bot
✨ N.B.: Results with an initial invested capital of 100 euros.📈
EMA UP&DOWN 2025
SectorIndex Dual Moving Average Indicator: Your Market Compass 🧭
Indicador
Grid
NAS100
NZDUSD
+18
Zig Zag ATR
ZigZag Pro — Advanced swing detection with ATR threshold, fractal confirmation, and colored segments. Clean market
Indicador
Grid
NZDUSD
XAUUSD
+16
vWAP Free
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Indices
ATR
US500 LONG&SHORT TF 5M ALL SEASON!
🚀N.B.: Results with an initial invested capital of 100 euros.
cBot
RSI
BASIC us500 SHORT 35%
N.B.: Results with an initial invested capital of 100 euros.
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Deluxe Pro Cbot - PROP edition
Major Update Announcement: Advanced Prop Firm Risk Management is Here! 🚀
Indicador
NAS100
NZDUSD
Breakout
+14
ZIG ZAG Free
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWave Pro cBot
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Indicador
NAS100
NZDUSD
Martingale
+26
Breakout channel
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
cBot
Indices
RSI
XAUUSD
+5
Dynamic Trendline Pro Bot GOLD EDITION
This bot is already optimized ✅ uses a 1-minute timeframe ⏱️, a max size of 5% of the capital 💰 and 1000x max leverage
cBot
NAS100
NZDUSD
Martingale
+26
Prop Ready Bot v2.0 Trial 7days
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
Indicador
NAS100
NZDUSD
Martingale
+26
Dynamic Trend Flux
Dynamic Trend Flux is a colored momentum oscillator based on the classic fast/slow EMA difference plus a signal line.
cBot
Grid
NAS100
RSI
+21
Prop Ready Bot Trial 7d
This version of the bot is a limited trial and will only work on Demo accounts for a period of 7 days
cBot
Indices
RSI
XAUUSD
+5
TrendPullback ATR Pro
Trend-following with deep pullbacks and advanced risk/position management.
Também poderá gostar de
cBot
XAUUSD
Commodities
Scalping
AK GOLD BUYER
Excellent performance in GOLD with the specified settings.
ADAPTIVE 4.0
A Versatile Trading Algorithm focused on trading long positions only. Designed to preserve profits.
cBot
XAUUSD
Forex
ALPHA Number One LIVe
ALPHA Number One Live
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Pro cBot - Prop Ed.
Major Update: Advanced Prop Firm Risk Management is Here! 🚀
cBot
Grid
Indices
RSI
+1
AlgoVisionCraft V2.1 (AVC)
RSI Smart grid bot
cBot
RSI
MACD
AI
needThai Smart AI Bot Day Trader with Start and End Time
Please Try Default Setting before making any changes!!
cBot
RSI
MACD
AI
needThai Premium Supreme Smart GOLD Trader AI Bot
Special Adjustment for GOLD Trader AI Bot , please try default setting before making any changes
cBot
Indices
XAUUSD
Stocks
+3
needThaiBot FourPointFive Alternate Version
Alternate Version from a Previous one it will open order differently. pick the one that you like the most to use !!
gold scalping_Bot
Scalping bot for XAU/USD that catches fast price moves and aims for small, frequent profits in volatile conditions.
cBot
NAS100
NZDUSD
Forex
+24
Multi-Indicator-ScoreBot
This cBot is a multi-indicator scoring engine.
cBot
Martingale
Forex
EURUSD
+2
eurusd dca hedge
Long-term strategy using a DCA hedge system
cBot
XAUUSD
Forex
LOW Risk Jesko LIVE
LOW Risk Jesko LIVE
cBot
XAUUSD
Commodities
ATR
LONNY
LONNY: A gold trading CBOT on 5min charts operating in London & New York sessions with optimized strategy & risk limits.
v2
Este robot de trading (cBot) en cAlgo (C#)diseñado para operar en el par ETH/USD o ETH/USDT
cBot
Indices
RSI
Breakout
+5
Dynamic Trendline Pro Bot - DELUXE EDITION
✨ N.B.: Results with an initial invested capital of 100 euros. https://icmarkets.com/?camp=84111
cBot
Prop
Forex
Signal
+1
Advanced Omnipotents Mercator _ Gagu Algo
A powerful cTrader bot featuring an automated strategy, dynamic risk management, and advanced trend filtering.
cBot
RSI
MACD
AI
needThai Smart Long Terms Trading AI Bot
For Long Terms Trading Strategies , Please Try Default Setting before making any changes
cBot
Grid
XAUUSD
Forex
+2
Gaucho Gold Scalper (Full Version)
Copy Here =>https://ct.spotware.com/copy/strategy/107505 Purchase=> https://ctrader.com/products/2022?u=GauchoHood