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

1

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.

2

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.

3

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

4

TWAP Order

Split large orders into smaller chunks executed over a time window. Reduces market impact for larger position sizes.

5

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.

6

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

7

Funding Rate

Fetch perpetual futures funding rates from exchanges. Useful for funding rate arbitrage strategies or as a sentiment indicator.

8

Open Interest

Track aggregate open interest for derivatives markets. Rising OI with price confirms trends; divergences signal reversals.

9

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.

10

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.

11

Telegram Alert

Send trade notifications to the user's own Telegram bot. Configurable messages with trade details, P&L, and custom text.

12

Discord Webhook

Post trade updates to the user's own Discord channel via webhook URL. Includes embeds with entry/exit prices and position details.

13

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

14

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.

15

Flow Version History

Save snapshots of your flow at any point. Restore previous versions, compare changes, and undo mistakes. Never lose a working strategy.

16

Performance Dashboard

Comprehensive strategy analytics including Sharpe ratio, Sortino ratio, win rate, expectancy, average risk-reward, profit factor, and equity curves.

17

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.

18

Error Boundaries

Graceful degradation when individual components fail. A broken chart or panel won't crash the entire application.

19

Exchange Rate Limiting

Respect exchange API rate limits with automatic throttling and queuing. Prevents IP bans and ensures reliable execution.

20

WebSocket Price Feeds

Replace polling with real-time WebSocket connections for live price data. Lower latency, reduced API calls, and instant updates.

21

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.