Roadmap
Upcoming features and improvements for Capandex. All features are designed as user-configured tools — Capandex never provides investment advice, pre-built signals, or strategy recommendations.
New Nodes
Additional nodes for the visual flow builder.
Advanced Risk
Time Filter
Only allow trades during user-defined hours and days. Block weekends, restrict to specific trading sessions (e.g., London, New York, Asian), or define custom windows.
Cooldown Timer
Enforce a waiting period after each trade before allowing the next one. Prevents overtrading and emotional re-entries. Configurable from minutes to hours.
Volatility-Scaled Sizing
Automatically adjust position size based on current ATR or volatility. Higher volatility reduces size, lower volatility increases it. Keeps risk constant across market conditions.
Execution Quality
TWAP Order
Split large orders into smaller chunks executed over a time window. Reduces market impact for larger position sizes.
Slippage Estimator
Estimate the actual fill price based on order book depth before placing an order. Outputs expected slippage so downstream nodes can adjust sizing.
Smart Order Router
Compare prices across the user's connected exchanges and route orders to the venue with the best price. Uses only the user's own API keys.
Data & Signals
Funding Rate
Fetch perpetual futures funding rates from exchanges. Useful for funding rate arbitrage strategies or as a sentiment indicator.
Open Interest
Track aggregate open interest for derivatives markets. Rising OI with price confirms trends; divergences signal reversals.
Multi-Timeframe Indicator
Run any indicator (RSI, EMA, etc.) on a different timeframe than the main flow. For example, check the 4h RSI while trading on 1m candles.
Custom Formula
Write simple math expressions that combine multiple inputs (like Excel formulas). For example: (close - sma) / atr to create a custom z-score.
Notifications
All notifications are sent to the user's own private channels only.
Telegram Alert
Send trade notifications to the user's own Telegram bot. Configurable messages with trade details, P&L, and custom text.
Discord Webhook
Post trade updates to the user's own Discord channel via webhook URL. Includes embeds with entry/exit prices and position details.
Email Alert
Send email notifications via the user's own SMTP server or API key (SendGrid, Mailgun, etc.). For trade alerts, daily summaries, or error notifications.
Logging
Trade Journal
Automatically log every trade with entry price, exit price, P&L, duration, and the signals that triggered it. Exportable to CSV for external analysis.
Platform Features
Improvements to the Capandex platform itself.
Flow Version History
Save snapshots of your flow at any point. Restore previous versions, compare changes, and undo mistakes. Never lose a working strategy.
Performance Dashboard
Comprehensive strategy analytics including Sharpe ratio, Sortino ratio, win rate, expectancy, average risk-reward, profit factor, and equity curves.
Multi-Flow Dashboard
Run and monitor multiple strategies simultaneously from a single dashboard. View aggregate P&L, per-strategy metrics, and resource usage.
Production Readiness
Infrastructure and reliability improvements.
Error Boundaries
Graceful degradation when individual components fail. A broken chart or panel won't crash the entire application.
Exchange Rate Limiting
Respect exchange API rate limits with automatic throttling and queuing. Prevents IP bans and ensures reliable execution.
WebSocket Price Feeds
Replace polling with real-time WebSocket connections for live price data. Lower latency, reduced API calls, and instant updates.
Test Suite
Comprehensive unit tests for all node executors, the flow parser, and the execution engine. Ensures reliability as new features are added.
Non-Custodial Commitment
Capandex is and will remain a non-custodial platform. We never hold user funds, provide investment advice, or distribute trading signals. All features are user-configured tools — you bring your own exchange API keys, build your own strategies, and bear full responsibility for your trading decisions. Capandex is a tool, not an advisor.