"Depth of Market - VIX cBot-v1.1" āđ‚āļĨāđ‚āļāđ‰
cBot
āđ€āļ§āļ­āļĢāđŒāļŠāļąāļ™ 1.0, Oct 2025
Windows, Mac, Mobile, Web
"Depth of Market - VIX cBot-v1.1" āļ āļēāļžāļ—āļĩāđˆāļ­āļąāļ›āđ‚āļŦāļĨāļ”
"Depth of Market - VIX cBot-v1.1" āļ āļēāļžāļ—āļĩāđˆāļ­āļąāļ›āđ‚āļŦāļĨāļ”
"Depth of Market - VIX cBot-v1.1" āļ āļēāļžāļ—āļĩāđˆāļ­āļąāļ›āđ‚āļŦāļĨāļ”
"Depth of Market - VIX cBot-v1.1" āļ āļēāļžāļ—āļĩāđˆāļ­āļąāļ›āđ‚āļŦāļĨāļ”
"Depth of Market - VIX cBot-v1.1" āļ āļēāļžāļ—āļĩāđˆāļ­āļąāļ›āđ‚āļŦāļĨāļ”
42.1M
āļ›āļĢāļīāļĄāļēāļ“āļāļēāļĢāđ€āļ—āļĢāļ”
6.13M
Pips āļ—āļĩāđˆāđ„āļ”āđ‰āļāļģāđ„āļĢ
164
āļāļēāļĢāļ‚āļēāļĒ
6.87K
āļ•āļīāļ”āļ•āļąāđ‰āļ‡āļŸāļĢāļĩ

Market Depth VIX Bot - Complete Analysis

ðŸŽŊ Robot Overview

The Market Depth VIX Bot is an advanced trading system that combines Market Depth (DOM - Depth of Market) analysis with VIX index filtering to generate trading signals based on the imbalance between bid and ask volumes at deeper price levels.

🔍 How the Robot Works

1. Market Depth Reading

The robot analyzes the top levels of the order book to calculate the imbalance between buy and sell volumes. In live mode it reads real DOM data from the broker, while in backtest it generates simulated data.

2. Imbalance Calculation

Calculates the percentage difference between total buy and sell order volumes in the top DOM levels. A significant imbalance indicates bullish or bearish pressure.

3. VIX Filter

Analyzes the movement of the VIX index (Volatility Index) to filter signals. Based on configuration, it can allow only buys, only sells, or completely block trading based on VIX movement.

4. Advanced Position Management

Includes dynamic trailing stop, automatic breakeven, and sophisticated risk management with multiple options for stop loss and take profit.

⚠ïļ IMPORTANT: Backtest Limitations

❌ WARNING: BACKTEST IS NOT RELIABLE!

  • cTrader does NOT record Market Depth data for backtesting
  • Signals in backtest are randomly generated through simulation
  • Backtest performance does not represent the robot's real capabilities
  • Test ONLY in DEMO/LIVE for realistic evaluations
  • The robot is designed for real-time trading with live DOM data

📊 Configuration Parameters

🎚ïļ Basic Parameters

Use Only Longs - Enable only LONG positions (default: false)
Use Only Shorts - Enable only SHORT positions (default: false)
Max Long Positions - Maximum concurrent LONG positions (default: 1)
Max Short Positions - Maximum concurrent SHORT positions (default: 1)

📈 Market Depth Parameters

Depth levels to aggregate - Number of DOM levels to analyze, from 1 to 20 (default: 5)
Min imbalance to trigger - Minimum imbalance to generate trade, from 0.01 to 1.0 (1% to 100%) (default: 0.30)
Min total volume at top levels - Minimum total volume to consider signal reliable (default: 10.0)
Depth refresh ms - DOM reading frequency in milliseconds, minimum 100ms (default: 500)

💰 Volume Management

Volume Type - Volume calculation type: Fixed or RiskBased (default: Fixed)
Fixed Volume (Lots) - Position size in lots for fixed volume (default: 0.01)
Risk Management - Enable risk-based capital management (default: false)
Risk % per Trade - Risk percentage per single trade, from 0.1% to 10.0% (default: 2.0)
Account Balance to Use - Reference capital for risk calculation (default: 10000)

ðŸ›Ąïļ Stop Loss & Take Profit

Stop Loss Type - Stop loss type: FixedPips or ATR (default: ATR)
Take Profit Type - Take profit type: FixedPips, ATR or RiskReward (default: ATR)
Stop Loss (Pips) - Fixed stop loss in pips (default: 30)
Take Profit (Pips) - Fixed take profit in pips (default: 60)
Stop Loss ATR multiplier - ATR multiplier for dynamic stop loss (default: 2.0)
Take Profit ATR multiplier - ATR multiplier for dynamic take profit (default: 3.0)
Use Risk/Reward Ratio - Use Risk/Reward ratio for take profit calculation (default: true)
Risk/Reward Ratio - Risk/Reward ratio, e.g., 1.5 means 1:1.5 (default: 1.5)

🔄 Trailing Stop & Breakeven

Use Trailing Stop - Enable dynamic trailing stop (default: true)
Trailing Start (Pips) - Minimum profit in pips to activate trailing stop (default: 20)
Trailing Step (Pips) - Minimum increment in pips to move trailing stop (default: 10)
Use Breakeven - Enable automatic breakeven (default: true)
Breakeven Trigger (Pips) - Profit in pips to activate breakeven (default: 15)
Breakeven Plus (Pips) - Additional pips above entry price for breakeven (default: 5)

📊 VIX Filter

Enable VIX Filter - Enable filtering based on VIX index (default: true)
VIX symbol - VIX index symbol (default: "VIX")
VIX Timeframe - Timeframe for VIX analysis (default: Daily)
VIX Lookback Bars - Historical bars for VIX change calculation, from 1 to 10 (default: 2)
VIX Percent Threshold - VIX percentage change threshold for filter activation, from 0.5% to 20.0% (default: 3.0)
VIX Rise Action - Action when VIX rises: BuyOnly/SellOnly/BothDirections/NoTrading (default: SellOnly)
VIX Fall Action - Action when VIX falls: BuyOnly/SellOnly/BothDirections/NoTrading (default: BuyOnly)

⚙ïļ General Options

Backtest Mode - Backtest mode (NOT RELIABLE for this robot) (default: true)
Debug Mode - Enable detailed logs for debugging and monitoring (default: true)

ðŸŽŊ Detailed Trading Logic

Market Depth Signal

  • Positive imbalance â†’ More buy volume → BUY signal
  • Negative imbalance â†’ More sell volume → SELL signal
  • Adjustable threshold â†’ Filters weak signals and reduces noise

VIX Filter

  • VIX rising â†’ Higher market volatility/uncertainty → Typically SELL ONLY
  • VIX falling â†’ Lower volatility/stable conditions → Typically BUY ONLY
  • Fully configurable â†’ You can customize the logic based on your strategy

Advanced Position Management

  • Trailing Stop â†’ Locks in profits during favorable trends
  • Breakeven â†’ Protects capital once sufficient profit is reached
  • Position Sizing â†’ Fixed or risk-based percentage
  • Multiple position control â†’ Manages maximum concurrent trades

⚠ïļ Important Warnings

  1. UNRELIABLE BACKTEST - DOM data is not recorded in historical data
  2. DOM DATA DEPENDENCY - Requires brokers providing quality Market Depth
  3. HIGH FREQUENCY - Reads DOM every 500ms, VPS recommended for live trading
  4. VIX FILTER - Verify VIX symbol availability with your broker
  5. RISK MANAGEMENT - Set conservative parameters especially in initial phase

✅ Usage Recommendations

  1. Initial testing in DEMO for at least 2-4 weeks to evaluate real performance
  2. Verify your broker's DOM quality before live trading
  3. Start with small volumes when transitioning to live trading
  4. Monitor logs in Debug Mode to understand robot behavior
  5. Adapt parameters to specific symbol and market conditions
  6. Use VPS to ensure operational continuity and constant DOM reading

The robot is well designed for live trading but requires thorough testing in real conditions due to the dynamic nature of Market Depth. The combination of DOM analysis and VIX filtering makes it suitable for traders who want to base decisions on real-time market data and volatility conditions.

For the backtesting and live proving of these cBots, I am utilizing IC Markets And ICTrading: Visit IC Markets Visit IC Trading

āđ‚āļ›āļĢāđ„āļŸāļĨāđŒāļāļēāļĢāđ€āļ—āļĢāļ”
0.0
āļĢāļĩāļ§āļīāļ§: 0
āļĢāļĩāļ§āļīāļ§āļˆāļēāļāļĨāļđāļāļ„āđ‰āļē
āļĒāļąāļ‡āđ„āļĄāđˆāļĄāļĩāļĢāļĩāļ§āļīāļ§āļŠāļģāļŦāļĢāļąāļšāļœāļĨāļīāļ•āļ āļąāļ“āļ‘āđŒāļ™āļĩāđ‰ āļŦāļēāļāđ€āļ„āļĒāļĨāļ­āļ‡āđāļĨāđ‰āļ§ āļ‚āļ­āđ€āļŠāļīāļāļĄāļēāđ€āļ›āđ‡āļ™āļ„āļ™āđāļĢāļāļ—āļĩāđˆāļšāļ­āļāļ„āļ™āļ­āļ·āđˆāļ™!
Signal
Indices
Commodities
GBPUSD
RSI
Bollinger
Fibonacci
Scalping
AI
XAUUSD
NAS100
MACD
BTCUSD
Forex
Breakout
EURUSD
NZDUSD
Martingale
Prop
ZigZag
Supertrend
Fair Value Gap
SMC
Crypto
Grid
Stocks
ATR
USDJPY
VWAP
āļœāļĨāļīāļ•āļ āļąāļ“āļ‘āđŒāļ—āļĩāđˆāļĄāļĩāđƒāļŦāđ‰āļšāļĢāļīāļāļēāļĢāļœāđˆāļēāļ™ 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
"Prop Ready Bot_v.2.0" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
5.0
(3)
$39
/
$49
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).
"Breakout Premium Pro v2.0" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$49
/
$97
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%
Drawdown āļŠāļđāļ‡āļŠāļļāļ”
āļ­āļīāļ™āļ”āļīāđ€āļ„āđ€āļ•āļ­āļĢāđŒ
AI
ATR
+27
Want a cBot based on this indicator? Contact us!
"TradeCopierBot" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$69
/
$119
cBot
AI
ATR
+27
✅ Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.
cBot
AI
ATR
+27
N.B.: Results with an initial invested capital of 100 euros.
"ElliottWave Pro cBot" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
5.0
(1)
$69
/
$99
cBot
AI
ATR
+27
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
āļ­āļīāļ™āļ”āļīāđ€āļ„āđ€āļ•āļ­āļĢāđŒ
Prop
Forex
+15
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
"Scalper Pro PROP" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$49
/
$89
cBot
AI
ATR
+8
Breakout scalping with prop-firm grade equity control.

āļ™āļ­āļāļˆāļēāļāļ™āļĩāđ‰āļ„āļļāļ“āļĒāļąāļ‡āļ­āļēāļˆāļŠāļ­āļš

"LT_RiskGuardian" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$39
/
$78
cBot
ATR
Auto-manages SL, TP, and position size to enforce risk discipline. Never enter a trade without a plan again.
"Ai_Scalping Pro" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
5.0
(3)
$39
/
$50
cBot
AI
ATR
+19
cBot with a fully functional ATR-based trailing stop system and an optional trailing step filter for smoother adjustment
"Trading_stop Plus" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
5.0
(2)
$39
/
$78
cBot
Trading_stop Plus ðŸ§ū General Description Trading_stop Plus is the complete, enhanced version of the original Trading_sto
cBot
AI
RSI
+4
Please Try and ENJOY !!! Try default setting before making any changes Please!!
cBot
XAUUSD
Bollinger
+1
Sfrutta il breakout delle bande di bollinger.
"DragonGoldEAPro_SELLNet6" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.0
(2)
$99
cBot
Grid
XAUUSD
+1
Dragon GOLD EA uses trade gold with good profit, the minimum balance is 3000$ with lot size 0.01, SELL
cBot
AI
ATR
+27
Review and User Guide: PROP Account Guardian Pro cBot ðŸ›Ąïļ
"AA" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$100
/
$200
cBot
Forex
AlphaQuant Capital
"smc rs" āđ‚āļĨāđ‚āļāđ‰
āđƒāļŦāļĄāđˆ
$99
/
$120
cBot
ADX
ATR
+5
Este bot es un sistema de trading algorítmico avanzado diseÃąado para operar bajo la metodología de Smart Money Concepts
1.9
āļ­āļąāļ•āļĢāļēāļŠāđˆāļ§āļ™ āļāļģāđ„āļĢāļ•āđˆāļ­āļ‚āļēāļ”āļ—āļļāļ™
30%
Drawdown āļŠāļđāļ‡āļŠāļļāļ”
"Risk Shield Trader" āđ‚āļĨāđ‚āļāđ‰
āđƒāļŦāļĄāđˆ
$100
/
$120
cBot
EMA
Spread Filter
+5
RiskShield Trader is a next-generation trading bot built for precision, risk control, and capital protection.
839%
ROI
1.8
āļ­āļąāļ•āļĢāļēāļŠāđˆāļ§āļ™ āļāļģāđ„āļĢāļ•āđˆāļ­āļ‚āļēāļ”āļ—āļļāļ™
12.87%
Drawdown āļŠāļđāļ‡āļŠāļļāļ”
"DualEdgeBot" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.0
(3)
$65
/
$85
cBot
Breakout
A cTrader bot designed to develop your trading edge, without relying on risky martingale strategies.
"Quantum King" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$40
/
$79
cBot
Prop
Forex
+5
**Quantum King : – Precision Trading for Forex{GBPUSD, EURUSD}, Gold & Oil** The **Quantum King**
cBot
Forex
EURUSD
+5
EMBER is a breakout robot designed around one of the most respected price action patterns in trading.
"AI US500 PRO v1.0" āđ‚āļĨāđ‚āļāđ‰
āđƒāļŦāļĄāđˆ
$59
/
$109
cBot
Balanced
AI Trading
+5
Three timeframes, two strategies, thirteen AI providers. One smart cBot that reads, filters, and executes only the trade
2
āļ­āļąāļ•āļĢāļēāļŠāđˆāļ§āļ™ āļāļģāđ„āļĢāļ•āđˆāļ­āļ‚āļēāļ”āļ—āļļāļ™
3%
Drawdown āļŠāļđāļ‡āļŠāļļāļ”
cBot
AI
ATR
+27
A smart trailing-stop tool that protects profits and tightens risk automatically for all your manual trades.
"MyCbots" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
$60
/
$99
cBot
SL Manager
Break Even
+5
Swing trading bot using body-based range breakout, volume fusion, and structured risk management for clean entries.
17%
ROI
2.74
āļ­āļąāļ•āļĢāļēāļŠāđˆāļ§āļ™ āļāļģāđ„āļĢāļ•āđˆāļ­āļ‚āļēāļ”āļ—āļļāļ™
10.03%
Drawdown āļŠāļđāļ‡āļŠāļļāļ”
"Time and Sales viewer" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
4.3
(3)
$70
cBot
Forex
BTCUSD
+3
Real-time Time & Sales viewer showing trade price, volume, direction & timestamps. Essential for order flow analysis.
"POSITION 5000 PIPS" āđ‚āļĨāđ‚āļāđ‰
āļĒāļ­āļ”āļ™āļīāļĒāļĄ
5.0
(1)
$65
/
$130
cBot
AI
XAUUSD
POSITION 5000 Pips: The Ultimate Algorithm for Gold
16.8%
ROI
4
āļ­āļąāļ•āļĢāļēāļŠāđˆāļ§āļ™ āļāļģāđ„āļĢāļ•āđˆāļ­āļ‚āļēāļ”āļ—āļļāļ™
5%
Drawdown āļŠāļđāļ‡āļŠāļļāļ”
42.1M
āļ›āļĢāļīāļĄāļēāļ“āļāļēāļĢāđ€āļ—āļĢāļ”
6.13M
Pips āļ—āļĩāđˆāđ„āļ”āđ‰āļāļģāđ„āļĢ
164
āļāļēāļĢāļ‚āļēāļĒ
6.87K
āļ•āļīāļ”āļ•āļąāđ‰āļ‡āļŸāļĢāļĩ