cBot
NAS100
NZDUSD
Forex
Fibonacci
EURUSD
MACD
BTCUSD
Indices
ATR
Stocks
Grid
RSI
Breakout
XAUUSD
FVG
Commodities
Signal
Bollinger
GBPUSD
AI
VWAP
ZigZag
Prop
Supertrend
Crypto
USDJPY
Scalping
Multi-Indicator-ScoreBot
ุดุนุงุฑ "Multi-Indicator-ScoreBot"
05/11/2025
Desktop, Mobile, Web
ุตูˆุฑุฉ "Multi-Indicator-ScoreBot" ุงู„ู…ุญู…ู„ุฉุตูˆุฑุฉ "Multi-Indicator-ScoreBot" ุงู„ู…ุญู…ู„ุฉุตูˆุฑุฉ "Multi-Indicator-ScoreBot" ุงู„ู…ุญู…ู„ุฉุตูˆุฑุฉ "Multi-Indicator-ScoreBot" ุงู„ู…ุญู…ู„ุฉุตูˆุฑุฉ "Multi-Indicator-ScoreBot" ุงู„ู…ุญู…ู„ุฉ

This cBot is a multi-indicator scoring engine.
On each bar close it reads a lot of different signals (ADX, EMA, Bollinger, MACD, Ichimoku, RSI, Stochastic, and many custom tools like DynamicTrendFlux, InstitutionalFlowRadar, Liquidity Cluster Order, Pressure Scanner, Deep Mood, Hub Pro, VWAP Pro ATR, Volume Delta CVD, ZigZag Proโ€ฆ), converts each one to:

  • +1 = bullish
  • -1 = bearish
  • 0 = neutral

then multiplies by individual weights and sums up everything into a global score.

A trade is opened only if:

  • the score passes the long/short thresholds (Min Score Long / Short)
  • a minimum number of indicators agree (Min Indicators Aligned)
  • position and risk limits (max positions, volume, etc.) are respected

The bot then manages exits with SL/TP based on fixed pips or ATR, and optional BreakEven and Trailing Stop.
In short: itโ€™s a flexible framework to combine trend, mean-reversion, institutional flow and volume into one single strategy. โš™๏ธ๐Ÿ“Š


๐Ÿ“Œ 1. General & Position Limits

General

  • Label โ€“ Used to tag all positions opened by this cBot (helps filter them from others).
  • Volume (Lots) โ€“ Trade size in lots.
  • Allow Long โ€“ Enable/disable BUY trades.
  • Allow Short โ€“ Enable/disable SELL trades.

Position Limits

  • Max Positions Total โ€“ Maximum total open positions (long + short) for this symbol/Label.
  • Max Long Positions โ€“ Maximum number of simultaneous long trades.
  • Max Short Positions โ€“ Maximum number of simultaneous short trades.


๐Ÿงฎ 2. Global Score Filter

  • Min Score Long โ€“ Minimal score required to allow a long entry (score >= MinScoreLong).
  • Min Score Short โ€“ Minimal negative score for shorts (score <= -MinScoreShort).
  • Min Indicators Aligned โ€“ Minimal number of indicators that must agree bullish or bearish.

Raising these values makes the bot more selective โœ… (fewer but more filtered trades).


๐Ÿ“ˆ 3. Classic Indicators

ADX / DMI

  • Use ADX โ€“ Toggle ADX/DMI contribution.
  • ADX Period โ€“ ADX calculation period.
  • ADX Threshold โ€“ Minimal ADX to treat the trend as โ€œstrongโ€; below that, ADX is neutral.
  • Weight ADX โ€“ Impact of ADX trend bias on the global score.

EMA

  • Use EMA โ€“ Enable EMA filter.
  • EMA Period โ€“ EMA length (e.g. 200 for higher-TF trend).
  • Weight EMA โ€“ Weight of EMA signal (price vs EMA and EMA slope).

Bollinger Bands

  • Use Bollinger โ€“ Enable Bollinger Bands.
  • BB Period / BB StdDevs โ€“ Period and number of standard deviations.
  • Weight Bollinger โ€“ Weight of mean-reversion band signal (near lower band โ†’ bull, near upper band โ†’ bear).

MACD Std

  • Use MACD Std โ€“ Enable standard MACD CrossOver.
  • MACD Long Cycle / Short Cycle / Signal โ€“ Classic MACD parameters.
  • Weight MACD Std โ€“ Weight of MACD crossover (MACD>Signal = bullish, MACD<Signal = bearish).

Ichimoku

  • Use Ichimoku โ€“ Use Ichimoku cloud as trend filter.
  • Tenkan Sen / Kijun Sen / Senkou Span B โ€“ Ichimoku settings.
  • Weight Ichimoku โ€“ Weight of cloud location (above = bull, below = bear, inside = neutral).

RSI

  • Use RSI / RSI Period โ€“ Enable RSI and set lookback.
  • RSI Overbought / RSI Oversold โ€“ OB/OS thresholds.
  • Weight RSI โ€“ Weight of contrarian RSI signal: oversold โ†’ bull, overbought โ†’ bear.

Stochastic

  • Use Stochastic โ€“ Enable Stochastic Oscillator.
  • Stoch %K Periods / Slowing / %D Periods โ€“ Stochastic parameters.
  • Stoch Overbought / Stoch Oversold โ€“ OB/OS levels.
  • Weight Stochastic โ€“ Weight of overbought/oversold pattern (K>D or K<D logic).


๐Ÿ”Š 4. Volume & Market Activity

Volume Filter

  • Use Volume Filter โ€“ If true, entries are blocked when volume is too low.
  • Volume MA Period โ€“ Length of volume moving average.
  • Volume Factor โ€“ Current volume must be at least MA * factor (e.g. 1.2 = 120% of avg).


๐ŸŽฏ 5. SL/TP, ATR, Pips, Trailing, BreakEven

ATR-based SL/TP

  • Use ATR SL/TP โ€“ Use ATR-driven SL/TP when fixed pips are disabled.
  • ATR Period โ€“ ATR lookback.
  • SL/TP ATR Mult Long/Short โ€“ ATR multipliers (converted to pips) for SL & TP (long and short separately).

Pip-based SL/TP

  • Use Pips SL/TP โ€“ If true, use only fixed pip distances and ignore ATR SL/TP.
  • SL Long/Short (pips) โ€“ Fixed SL distance in pips.
  • TP Long/Short (pips) โ€“ Fixed TP distance in pips.

Trailing Stop

  • Use Trailing Stop โ€“ Enable dynamic SL trailing as price moves in favor.
  • TS Distance Long/Short (pips) โ€“ Trailing distance from current price.
  • TS Step Long/Short (pips) โ€“ Minimal improvement in pips required to move SL again.

BreakEven

  • Use BreakEven โ€“ Automatically move SL to break-even after a certain profit.
  • BE Trigger Long/Short (pips) โ€“ Profit threshold in pips to trigger BE logic.
  • BE Offset Long/Short (pips) โ€“ Offset from entry when SL is moved (to lock some profit).


๐Ÿงช 6. Custom / Pro Indicators

DynamicTrendFlux (MACD DTF)

  • Use MACD DTF โ€“ Enable DTF Bias in score.
  • Weight MACD DTF โ€“ Weight of DTF Bias: >0 bullish, <0 bearish.

InstitutionalFlowRadar (RetailSmart)

  • Use RetailSmart โ€“ Use institutional flow bias.
  • Weight RetailSmart โ€“ Weight of its bullish/bearish Bias in total score.

Liquidity Cluster Order (OrderBlock)

  • Use OrderBlock โ€“ Enable liquidity cluster/order block pressure.
  • Weight OrderBlock โ€“ Weight of its bullish/bearish pressure Bias.

Pressure Scanner (Squeeze)

  • Use Squeeze โ€“ Enable squeeze/expansion detection.
  • Weight Squeeze โ€“ Weight of bullish/bearish pressure signals.

Deep Mood Distribution

  • Use Liquidity Sentiment โ€“ Show deep mood/sentiment profile on chart; visual only, not scored.

Hub Pro

  • Use Hub Chandelier / Weight Hub Chandelier โ€“ Use Hub Proโ€™s Chandelier signal and set its weight.
  • Use Hub AVWAP / Weight Hub AVWAP โ€“ Use AVWAP (price above/below) with given weight.
  • Use Hub CVD / Weight Hub CVD โ€“ Use CVD trend (rising/falling) and its weight.

VWAP Pro ATR

  • Use VWAP Plus Pro โ€“ Enable VWAP Pro ATR as a mean-reversion component.
  • |z| Min (VWAP) โ€“ Minimal absolute z-score distance from VWAP to avoid โ€œflat/neutralโ€ zone.
  • Weight VWAP Plus Pro โ€“ Weight of VWAP mean-reversion: far below = bull, far above = bear.

Volume Delta CVD

  • Use Volume Delta โ€“ Use Volume Delta as a directional flow filter.
  • Delta Method โ€“ Chosen method to compute delta (e.g. close vs previous close).
  • Reset Mode โ€“ How often CVD is reset (daily, etc.).
  • Delta EMA Period โ€“ EMA length on delta (0 = disabled).
  • Min |Delta EMA| โ€“ Minimal absolute EMA needed for a valid delta signal.
  • Weight Volume Delta โ€“ Weight of Volume Delta bullish/bearish signal.

ZigZag Pro

  • Use ZigZag Pro โ€“ Use last confirmed pivots as trend indication.
  • Weight ZigZag Pro โ€“ Weight of its signal: last pivot low = bullish, last pivot high = bearish (with fallback on last 2 pivots).


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.
EMA UP&DOWN 2025
SectorIndex Dual Moving Average Indicator: Your Market Compass ๐Ÿงญ
cBot
Breakout
ATR
Signal
EMA Up&Down 2025 Ctrader bot
โœจ 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
Indices
ATR
US500 LONG&SHORT TF 5M ALL SEASON!
๐Ÿš€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
ู…ุดู‡ูˆุฑ
$ย 19
/
$29
ู…ุคุดุฑ
Grid
NAS100
NZDUSD
+18
Zig Zag ATR
ZigZag Pro โ€” Advanced swing detection with ATR threshold, fractal confirmation, and colored segments. Clean market
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Deluxe Pro Cbot - Prop Edition - 7D
Note on the Trial Version This version of the bot is a limited trial and will only work on Demo accounts for 7 days
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Deluxe Pro Cbot - PROP edition
Major Update Announcement: Advanced Prop Firm Risk Management is Here! ๐Ÿš€
ู…ุคุดุฑ
Grid
NZDUSD
XAUUSD
+16
vWAP Free
Editions: Free (core VWAP + bands) ยท Pro (multiโ€‘VWAP, clickโ€‘toโ€‘anchor, alerts).
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
ุฌุฏูŠุฏ
$ย 19
/
$29
ู…ุคุดุฑ
ZigZag
Indices
Breakout
+1
Auto Tools Suite
Auto Trendlines, Fibonacci, Pitchfork and Patterns from nonโ€‘repainting pivots. Oneโ€‘click Presets, targeted Alerts, and a
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
Grid
NAS100
RSI
+14
Multi TimeFrame Dominator
Dominate EMA structure across multiple timeframes โ€“ with trend, risk and equity under control.
cBot
NAS100
NZDUSD
Martingale
+26
Moving Average Trial 15Days Cbot
Note on the Trial Version This version of the bot is a limited trial and will only work on Demo accounts for 15 days
ู…ุคุดุฑ
NAS100
NZDUSD
Martingale
+26
Deep Mood Distribution_v1.1
Deep Mood Distribution (DMD) is a segmented volume-profile and sentiment tool that analyzes price action in fixed bar bl
ู‚ุฏ ูŠุนุฌุจูƒ ุฃูŠุถู‹ุง
cBot
NAS100
NZDUSD
Martingale
+23
High Profit AUDCAD
This Robot is Perfect for AUDCAD
ุฌุฏูŠุฏ
$ย 99
/
$198
cBot
XAUUSD
Forex
Supertrend
ChronoFox
ChronoFox โ€“ Precision Trading, Perfect Timing... full source code will be available after 8 months.
cBot
ATR
Supertrend
Moon Swing
MoonSwing is a cTrader cBot using QQE, SuperTrend, and ATR for entries, with strict risk and position management control
cBot
Indices
XAUUSD
Commodities
+3
needThaiBot FourPointFive
Improved Version Faster and More Efficiency, Please Try Default Setting Before Running an Optimisation Feature, ENJOY!!
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Deluxe Pro Cbot - PROP edition
Major Update Announcement: Advanced Prop Firm Risk Management is Here! ๐Ÿš€
cBot
Indices
XAUUSD
Commodities
+3
needThaiBot Counter Trend
Counter Trend Strategy Trading Bot with Risk Management PLEASE ENJOY
cBot
Commodities
Forex
Dynamic Trendiline Pro Bot Deluxe-OIL EDITION
Dynamic Trendline Deluxe Pro Bot: for Oil Trading ๐Ÿ›ข๏ธโš™๏ธ
Smart Daily Scalping Pro v1
Smart Daily Scalping with H1 Time Frame - XAUUSD.
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!!!
cBot
Commodities
Forex
EURUSD
+1
DMG BANK 1.6 BOT LIVE
DMG BANK 1.6 BOT LIVE
cBot
Indices
Prop
Commodities
+1
AlgoVisionCrafter V2 (AVC)
Your Ultimate Trading Ally Unlock smarter trading with AlgoVisionCrafter V2 (AVC).
Ultimate Swing Harvester
The best for precision swing trading used by professional hedge funds. Over 90% rate.
cBot
NAS100
RSI
NZDUSD
+18
needThaiBot Elliott Wave Strategy
Elliott Wave Strategy and Fibonacci Retracement working together to get the best outcome as possible PLEASE ENJOY!!
cBot
Indices
RSI
Scalping
poorEX
Runs on m15 only. Optimized for XAU trades but profitable with other pairs by adjusting the parameters manually. ENJOY!
cBot
Grid
ATR
Supertrend
+3
GridAsssault
Automatizado inteligente, diseรฑado para operar con precisiรณn y seguridad en mercados volรกtiles, BTC/USD.
cBot
Indices
XAUUSD
Stocks
+3
needThaiBot Strong Buy and Strong Sell Only
Very Very low risk trading style suitable for low risk trader only!! please try default setting before making any change
cBot
NAS100
NZDUSD
XAUUSD
+11
MACRO_ZERO V1-VOLATILITY-OB-BREAKER
Advanced volatility calculator with OB/BB Block detection and real-time alert system for analysis
cBot
Grid
RSI
XAUUSD
+1
RSI Filter
RSI Filter Strategy