Dynamic Trendiline Pro cBot v.2.2
cBot
3 purchases
Version 1.1, Jan 2026
Windows, Mac, Mobile, Web
"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image"Dynamic Trendiline Pro cBot v.2.2" uploaded image
42.09M
Traded volume
6.13M
Pips won
108
Sales
4.89K
Free installs
About trial version
Only demo expired 7 days only xau & xag

🔄 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.




Trading profile
0.0
Reviews: 0
Customer reviews
No reviews for this product yet. Already tried it? Be the first to tell others!
RSI
Indices
Prop
Breakout
ATR
Forex
Signal

More from this author

Indicator
NAS100
NZDUSD
Martingale
+26
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
NAS100
NZDUSD
Martingale
+26
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
Indicator
Grid
NZDUSD
XAUUSD
+16
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Grid
NAS100
RSI
+20
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levels—with Prop-style risk
Indicator
NAS100
NZDUSD
Martingale
+26
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
cBot
Grid
Indices
XAUUSD
+7
Breakout scalping with prop-firm grade equity control.
cBot
NAS100
NZDUSD
Martingale
+26
N.B.: Results with an initial invested capital of 100 euros.
cBot
NAS100
NZDUSD
Martingale
+26
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Indicator
NAS100
NZDUSD
Martingale
+26
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
cBot
NAS100
NZDUSD
Martingale
+26
✅ Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.
Indicator
NAS100
NZDUSD
Breakout
+14
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
NAS100
NZDUSD
Martingale
+26
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
Profit factor
4%
Max drawdown

You may also like

cBot
Breakout
XAUUSD
Commodities
+2
Automated XAUUSD M30 breakout robot with proprietary signal algorithm, with adaptive risk management
32.1%
ROI
2.73
Profit factor
18.45%
Max drawdown
cBot
XAUUSD
Commodities
AI
AI-Powered Gold Trading Robot for cTrader – Smart, Fast, and Fully Automated
8.1%
ROI
3.66
Profit factor
5.25%
Max drawdown
cBot
Indices
RSI
XAUUSD
+3
ProTrend Ultimate automatically trades trend movements using EMA and RSI signals while managing risk through USD-based
100.7%
ROI
1.35
Profit factor
31.56%
Max drawdown
cBot
Prop
Breakout
XAUUSD
+6
Profitable low-risk robot, demo account available for trial!
43.9%
ROI
7.51
Profit factor
4.57%
Max drawdown
cBot
XAUUSD
Prop
Commodities
Momentum meets discipline — a smart, rule-based trading bot with built-in risk control for prop firms and private acc
1.36
Profit factor
11.66%
Max drawdown
cBot
Grid
NAS100
NZDUSD
+16
An advanced multi-tier grid trading system utilizing SMA anchors and ATR-driven volatility scaling for gold and forex.
1681.9%
ROI
2.73
Profit factor
33.73%
Max drawdown
cBot
NAS100
NZDUSD
XAUUSD
+15
Advanced MACD & Supertrend bot. Professional trend-following logic with ATR risk management and active profit-taking.
18%
ROI
1.82
Profit factor
20.05%
Max drawdown
cBot
Grid
XAUUSD
Commodities
+1
A premium mean-reversion grid bot utilizing EMA anchors and ATR-based spacing for precise gold and forex trading.
3712%
ROI
1.41
Profit factor
64.18%
Max drawdown
cBot
Breakout
ATR
Forex
+3
SUSHI Capital Engine USDJPY m15 - Professional Scalable Trading System for Growing Accounts 5k/10k/15k/20k/25k
7%
ROI
1.78
Profit factor
25.12%
Max drawdown
cBot
NAS100
NZDUSD
XAUUSD
+12
Strict day trader using SMA/ADX filters. No grids—just disciplined risk management that resets for a clean slate daily.
1.4
Profit factor
25.93%
Max drawdown
cBot
Grid
XAUUSD
Commodities
+1
GridMaster Pro – Adaptive Grid Trading Robot for cTrader
1538.1%
ROI
1.5
Profit factor
18%
Max drawdown
cBot
Grid
NAS100
Breakout
+12
Automated Trading System Based on Roll Spread Estimation.
15.6%
ROI
1.5
Profit factor
34%
Max drawdown
42.09M
Traded volume
6.13M
Pips won
108
Sales
4.89K
Free installs