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
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! 🚀
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
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
XAUUSD
Commodities
+4
Ai Forex Driven Standard
Smart, scalable, and secure, ideal for traders seeking real growth.
cBot
Indices
XAUUSD
Stocks
+3
needThaiBot Version 4.5
Improved Version, Faster and More Efficiency, Please Try Default Setting before running an Optimisation Feature, ENJOY!!
cBot
Forex
GapFiller-3CurrencyPairs
GapFiller-3CurrencyPairs cBot for Gap Trading
cBot
XAUUSD
Forex
Supertrend
ChronoFox
ChronoFox – Precision Trading, Perfect Timing... full source code will be available after 8 months.
cBot
Indices
RSI
XAUUSD
+5
Dynamic Trendline Pro Bot
✨ N.B.: Results with an initial invested capital of 100 euros.📈
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
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
Commodities
+6
QUANTIS Multi CROSS LIVe
Quantis Multi CROSS Live
Smart Monte Carlo Bot Pro
This cbot using Monte Carlo simulation combined with secrete strategy. It works with M15.
cBot
RSI
ATR
Forex
+2
RSTI
The **RSTI_Ausama** bot is an automated trading robot designed for the Forex market using cAl
cBot
Grid
XAUUSD
Commodities
DragonGoldEAPro_SELLNet6
Dragon GOLD EA uses trade gold with good profit, the minimum balance is 3000$ with lot size 0.01, SELL
cBot
NAS100
RSI
NZDUSD
+12
Multi Strategy Cbot x3_noSourceCode
"Advanced forex bot combining RSI, London Breakout & Swing strategies with pro risk management & live performance
cBot
Commodities
EURUSD
GBPUSD
BANK TRADER VIP LIVE
Bank Trader VIP Multi Symbol Trend Trading Bot
gold scalping_Bot
Scalping bot for XAU/USD that catches fast price moves and aims for small, frequent profits in volatile conditions.
XAU MULTI TF 4H
// XAU/USD 4H TIMEFRAME // 5 YEARS BACKTEST, PROFIT 3240 USD
cBot
NAS100
NZDUSD
Martingale
+23
High Profit AUDCAD
This Robot is Perfect for AUDCAD
SmartBot-ADX-v1.0
This bot works with H1 timeframe.
cBot
RSI
AI
needThai Premium Official Bot 5
This is one of my premium bot, Please Try default setting first before making change to the strategy, Please Enjoy!!!