شعار "Dynamic Trendiline Pro cBot v.2.2"
cBot
5 عمليات الشراء
الإصدار 1.1، Jan 2026
Windows, Mac, Mobile, Web
5.0
التقييمات: 1
صورة "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" المحملة
42.1M
حجم التداول
6.13M
الربح بالبيب
161
المبيعات
6.6K
التثبيتات المجانية

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




ملف تعريف التداول
5.0
التقييمات: 1
5
100 %
4
0 %
3
0 %
2
0 %
1
0 %
تقييمات العملاء
March 26, 2026
This bot comes with a number of set files ready to use with different results. I ended up tweaking my own settings which are showing great ROI in back tests. The support has been fantastic, and any questions I have are answered fast by the seller. I would recommend this bot.
Prop
Forex
Signal
Breakout
Indices
RSI
ATR
يتم توفير المنتجات المتاحة من خلال cTrader Store، بما في ذلك روبوتات التداول والمؤشرات والإضافات، من قبل مطوري الطرف الثالث وإتاحتها لأغراض الوصول المعلوماتي والفني فقط. cTrader Store ليس وسيطًا ولا يقدم نصائح استثمارية أو توصيات شخصية أو أي ضمان للأداء المستقبلي.

المزيد من هذا المؤلف

مؤشر
AI
ATR
+27
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
AI
ATR
+27
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
مؤشر
AI
Grid
+17
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
AI
ATR
+21
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levels—with Prop-style risk
مؤشر
AI
ATR
+27
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
cBot
AI
ATR
+27
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
عامل الربح
4%
أقصى تراجع
مؤشر
AI
ATR
+27
Want a cBot based on this indicator? Contact us!
cBot
AI
ATR
+27
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
cBot
AI
ATR
+27
N.B.: Results with an initial invested capital of 100 euros.
cBot
AI
ATR
+27
✅ Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.
مؤشر
Prop
Forex
+15
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
AI
ATR
+8
Breakout scalping with prop-firm grade equity control.

قد يعجبك أيضًا

cBot
ATR
EMA
+5
GODDESS NANAAKUA Multi-Engine Algorithmic Trading System | Exotic FX & Cross-Market Application
53.3%
العائد على الاستثمار
8.86
عامل الربح
62.7%
أقصى تراجع
شعار "Indigo"
مشهور
4.0
(3)
$150
cBot
ATR
Grid
+4
Long-only QQE momentum cBot with ATR-based risk management. Designed for upward-biased instruments like indices.
9.2%
العائد على الاستثمار
9.64
عامل الربح
13.72%
أقصى تراجع
شعار "Neuralis"
مشهور
4.0
(1)
$200
/
$400
cBot
AI
Grid
+3
AI-Powered Trading Algorithm. Precision Engineered for Disciplined Traders
1.28
عامل الربح
27%
أقصى تراجع
cBot
ATR
Volume
+5
Bitcoin Fractal AlphaEdge
7.97
عامل الربح
30.8%
أقصى تراجع
cBot
RSI
Forex
+4
ProTrend Ultimate automatically trades trend movements using EMA and RSI signals while managing risk through USD-based
100.7%
العائد على الاستثمار
1.35
عامل الربح
31.56%
أقصى تراجع
cBot
ATR
EMA
+5
Multi-timeframe XAU/USD bot, intelligent scalping with dynamic management and auto-flip.
55.2%
العائد على الاستثمار
1.18
عامل الربح
60%
أقصى تراجع
cBot
XAUUSD
Breakout
+1
Easy to use. Fully adjustable. High-performance breakout bot—ready for your rules, even prop firm setups.
cBot
ATR
EMA
+5
Ultra‑reactive, designed to capture every exploitable impulse on XAUUSD
46.6%
العائد على الاستثمار
1.29
عامل الربح
35%
أقصى تراجع
cBot
ATR
RSI
+19
Trading system combining martingale strategy with multi-layered technical analysis and comprehensive protection features
cBot
Signal
XAUUSD
+5
Heikin Horizon Pro: The Ultimate Gold (XAUUSD) Stacking Strategy
290%
العائد على الاستثمار
5.53
عامل الربح
6.56%
أقصى تراجع
cBot
ATR
Grid
+2
Apex Grid Guardian — A smarter way to trade grids with discipline, structure, and real risk control.
543.1%
العائد على الاستثمار
1.43
عامل الربح
16.03%
أقصى تراجع
cBot
AI
XAUUSD
+1
An AI infused Self Gold Recalibration Robot that uses custom indicator with 4 Take Profit features to maximize profit.
cBot
AI
ATR
+17
An advanced multi-tier grid trading system utilizing SMA anchors and ATR-driven volatility scaling for gold and forex.
1681.9%
العائد على الاستثمار
2.73
عامل الربح
33.73%
أقصى تراجع
cBot
ATR
Signal
+3
A rule-based WMA trend and session-filtered trading robot for XAUUSD with USD-based risk control.
120%
العائد على الاستثمار
1.98
عامل الربح
25%
أقصى تراجع
شعار "Apex OB Pro"
مشهور
3.0
(1)
$199
cBot
ATR
SMC
+9
Apex OB Pro: Elite SMC Bot. Multi-TF Order Blocks, CHoCH detection & Dynamic Scoring for Professional cTrader Users.
93.3%
العائد على الاستثمار
2.91
عامل الربح
3.6%
أقصى تراجع
cBot
ATR
RSI
+15
Dominate EMA structure across multiple timeframes – with trend, risk and equity under control.
cBot
AI
VWAP
+5
The 5-Minute Reversal. If the market doesn't pay us in exactly 300 seconds, we cut the cord. Pure algorithmic discipline
78.4%
العائد على الاستثمار
2.1
عامل الربح
21%
أقصى تراجع
cBot
ATR
EMA
+5
FOLLOW THE TREND XAU EDITION v3.0, Start with $500, AI features BE & TP50%, cbot management simplified
36.2%
العائد على الاستثمار
5.09
عامل الربح
3.25%
أقصى تراجع
42.1M
حجم التداول
6.13M
الربح بالبيب
161
المبيعات
6.6K
التثبيتات المجانية