Platform Overview
A comprehensive tour of the Vantixs interface and its key sections.
Strategy Builder
The visual canvas where you design trading pipelines by connecting nodes:
The main workspace for strategy design:
- Drag and drop nodes from the library onto an infinite canvas
- Connect nodes by drawing edges between output and input ports
- Zoom, pan, and organize with grouping and alignment tools
- Each strategy is a pipeline: Data Source -> Indicators -> Logic -> Risk -> Execution
- Auto-mapping suggests connections based on compatible port types
Backtesting
Rust-powered historical simulation processing 50,000 bars per second:
Date Range Selector
Choose any historical period across 8 exchanges for testing
Results Dashboard
Equity curve, PnL breakdown, and comprehensive performance metrics
Walk-Forward Optimization
Validate strategy robustness by testing on rolling out-of-sample windows
Monte Carlo Simulation
Stress-test your strategy with randomized trade sequences to estimate worst-case scenarios
Statistics Panel
Sharpe, Sortino, profit factor, max drawdown, win rate, expectancy, and more
Trade Log & Export
Individual trade details with entry/exit analysis, exportable as CSV
Trading Terminal
A multi-panel trading interface for active monitoring:
Real-Time Charts
Lightweight Charts with multi-chart layouts, indicators overlay, and trade markers
Orderbook & Depth
Live orderbook visualization with aggregated depth chart
Positions & Orders
Track open positions with unrealized PnL, manage pending orders
Market Scanner
Scan markets for trading opportunities across multiple exchanges:
| Feature | Description |
|---|---|
| Custom Scan Rules | Build condition trees with technical indicators (RSI oversold, MACD crossover, volume spike, etc.) |
| Multi-Exchange | Scan across Binance, Bybit, OKX, Gate.io, KuCoin, Bitget, Kraken, and Coinbase simultaneously |
| Price Alerts | Set price-level and indicator-based alerts with push notifications |
| Real-Time Evaluation | Scanner evaluates conditions on candle close for timely signals |
Portfolio & Risk
Track performance and manage risk across all strategies:
Portfolio Tracker
Hero equity chart, KPI dashboard, and asset allocation breakdown across all connected exchanges
Trade Journal
Round-trip trade grouping (entry to exit), annotations, tags, screenshots, and XLSX/CSV export
Risk Dashboard
Kelly Criterion sizing, drawdown monitoring, exposure limits, and risk parameter controls
Equity Curve Analytics
TimescaleDB-backed equity tracking with margin and historical snapshots
Grid Bot
Automated grid trading strategies:
| Feature | Description |
|---|---|
| Grid Configuration | Set price range, grid levels, and investment amount |
| Hedge Mode | Long and short grids simultaneously (supported on compatible exchanges) |
| Paper Mode | Test grid strategies with virtual capital before going live (live trading coming post-beta) |
| Performance Tracking | Track completed cycles, profit per grid level, and total PnL |
Copy Trading & Marketplace
Discover and copy strategies from the community:
Strategy Marketplace
Browse community-shared strategies with verified backtest performance, ratings, and reviews
Copy Trading
Follow top traders and automatically mirror their strategy executions with customizable allocation
Strategy Publishing
Share your strategies on the marketplace and build a track record
Performance Verification
All marketplace strategies include audited backtest metrics and paper trading history
Keyboard Shortcuts
Vantixs has 20+ keyboard shortcuts across four categories. Here are the most essential:
Editor
| Action | Shortcut |
|---|---|
| Save | Ctrl+S |
| Undo | Ctrl+Z |
| Redo | Ctrl+Shift+Z |
| Copy / Paste / Cut | Ctrl+C / V / X |
| Select All | Ctrl+A |
| Find | Ctrl+F |
Pipeline
| Action | Shortcut |
|---|---|
| New Node | Ctrl+N |
| Delete Node | Delete |
| Duplicate | Ctrl+Shift+D |
| Run Backtest | Ctrl+R / Ctrl+B |
| Zoom In / Out | Ctrl++ / Ctrl+- |
| Fit View | Ctrl+0 |
| Add Node Quick Menu | A |
Navigation & General
| Action | Shortcut |
|---|---|
| Command Palette | Ctrl+K |
| Toggle Shortcuts Help | Shift+? |
| Go to Dashboard | Ctrl+1 |
| Go to Strategies | Ctrl+2 |
| Go to Runs | Ctrl+3 |
| Settings | Ctrl+, |
| Fullscreen | F11 |
Press Ctrl+K to open the command palette and quickly search for any action, node, or page. All shortcuts are customizable in Settings -> Shortcuts.