cBot
RSI
Indices
Prop
Breakout
ATR
Forex
Signal
Dynamic Trendiline Pro cBot v.2.2
「Dynamic Trendiline Pro cBot v.2.2」ロゴ
14/11/2025
Desktop, Mobile, Web
「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「Dynamic Trendiline Pro cBot v.2.2」アップロード画像「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
レビュー: 0
カスタマーレビュー
この商品にはまだレビューがありません。お使いになったことがある方は、ぜひレビューをお願いします。
この作成者の他の商品
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.
インジケーター
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 🧭
インジケーター
Grid
NAS100
NZDUSD
+18
Zig Zag ATR
ZigZag Pro — Advanced swing detection with ATR threshold, fractal confirmation, and colored segments. Clean market
インジケーター
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! 🚀
インジケーター
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
インジケーター
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
インジケーター
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.
これも好きかも
cBot
Forex
GapFiller-3CurrencyPairs
GapFiller-3CurrencyPairs cBot for Gap Trading
cBot
USDJPY
777 - PropFirm PASS - Adjustable Enc cBOT
USD/JPY Specialist
cBot
Grid
XAUUSD
Prop
+3
AURIX
Where Algorithmic Precision Meets Gold’s Volatility. AI-Powered Gold Trading Algorithm for cTrader.
cBot
Commodities
Forex
EURUSD
+1
BANK Trader VIP Live
BANK Trader VIP Live
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
Breakout
XAUUSD
Commodities
Golden Daybreaker
Easy to use. Fully adjustable. High-performance breakout bot—ready for your rules, even prop firm setups.
cBot
Indices
XAUUSD
Stocks
+3
needThaiBot FourPointFour Alternate Version
Alternate Version of a Previous Version, It's will Open Order Differently, See Which Version is work best for you !!
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 !!
cBot
XAUUSD
Commodities
AI
Rocket Drive_ Self Recallibration Bot
An AI infused Self Gold Recalibration Robot that uses custom indicator with 4 Take Profit features to maximize profit.
cBot
USDJPY
777 - Accounts FLiP - Enc cBOT
USD/JPY Specialist
cBot
RSI
XAUUSD
ATR
+4
Scalping cBot XAUUSD
Introducing the Standalone S3 Scalper, a precision tool designed for high-speed, trend-aligned trading.
cBot
RSI
MACD
AI
needThai Premium Supreme Smart AI Bot
This Bot has Everything you need , Please Try Default Setting before making any changes
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Pro cBot - Prop Ed.
Major Update: Advanced Prop Firm Risk Management is Here! 🚀
cBot
XAUUSD
Commodities
Scalping
AK GOLD BUYER
Excellent performance in GOLD with the specified settings.
cBot
Indices
XAUUSD
Stocks
+3
needThaiBot for Beginner
Plug and Play, Easy to Use for Beginner Trader and Very Low Risk !! Please Try and ENJOY!!!
HFT YL
⚡ Ultra-Fast HFT YL Scalper for cTrader | Low Latency | Smart Risk Control
cBot
Grid
Martingale
Forex
+2
ToTheMoon 1.55 cTrader
ToTheMoon is able to operate using a Grid and make average price, or in the Single Order and open only one order.
cBot
RSI
MACD
AI
needThai Smart Long Terms Trading AI Bot
For Long Terms Trading Strategies , Please Try Default Setting before making any changes