Skip to main content

HyperionX

HyperionX is a professional desktop trading platform for charting, execution, custom indicator development, strategy development, backtesting research, optimization, multi-account workflows, and AI-assisted trading operations.

The platform is being rebuilt from technology originally developed for professional hedge-fund style workflows. That foundation matters: HyperionX is not only a chart window with scripting added later. It is intended to be a full trading development environment where users can analyze markets, build trading logic, validate ideas, and manage execution from one workspace.

What HyperionX Is Built To Do

HyperionX is designed around the complete lifecycle of a trading idea:

  1. Connect to a provider or simulation environment.
  2. Open charts, DOM tools, and account windows.
  3. Analyze markets with built-in or custom indicators.
  4. Build indicators and strategies in Code Lab.
  5. Validate logic against historical and playback data.
  6. Optimize and review strategy performance.
  7. Trade manually through Chart Trader or structured order tools.
  8. Manage orders, positions, and account state.
  9. Use AI assistance to explain, build, debug, and operate faster.
  10. Save the workspace so the trading environment can be restored.

Major Platform Areas

AreaPurpose
ChartsCandles, indicators, drawing tools, chart trader, order lines, position banners, AI avatar, and multi-chart layouts.
Chart TraderManual order entry, order size modes, quick size buttons, OCO/bracket presets, positions, PnL, leverage, and account context.
Code LabC# scripting environment for indicators, strategies, bar types, optimizers, optimization fitness modules, commissions, money management, and addons.
ResearchBacktesting, validation, optimization, playback, performance review, and strategy diagnostics.
ConnectionsProvider configuration for exchanges, brokers, simulation, playback, and future integrations.
AI AssistantChart-aware assistant with read-only market, indicator, strategy, and chart trader context.
Agent BuilderPlanned environment for creating specialized AI agents with tools, memory, workspace access, and permissions.
Local APIsPlanned localhost/CLI APIs for safe chart context, Code Lab diagnostics, and agent workflows.
WorkspacesSaved layouts for charts, DOMs, tools, and platform windows.

Why .NET And C# Matter

HyperionX is built on C# and modern .NET because trading platforms need a rare mix of performance, reliability, desktop UI capability, async networking, chart rendering, database access, broker SDK integration, and long-term maintainability.

.NET 8 gives HyperionX a stronger foundation than the older .NET Framework generation:

  • Better runtime performance.
  • Better async and background processing patterns.
  • Modern package and dependency support.
  • Improved memory and runtime behavior.
  • A stronger base for AI, local APIs, and future agent tooling.
  • Continued support for a powerful desktop trading interface.

For ultra-low-latency colocated systems, specialized C++ stacks can still be appropriate. But for professional charting, algorithmic strategy development, backtesting, multi-account execution, and AI-assisted workflows, C# and .NET provide a practical and powerful platform.

The Direction

HyperionX is moving toward a trading operating system model:

  • Human traders stay in control.
  • Code Lab makes the platform programmable.
  • Local APIs make the platform extensible.
  • AI assistants reduce friction.
  • User-created agents automate research, support, validation, and monitoring workflows.
  • Trading actions remain permissioned, auditable, and simulation-first where possible.

The goal is not just to display markets. The goal is to help traders build systems.

Start Here

  1. Read Getting Started for the desktop workflow.
  2. Read Platform Architecture to understand the main systems.
  3. Read Charting And Trading for chart, order, and panel behavior.
  4. Read Code Lab before writing scripts.
  5. Use Indicator Development and Strategy Development for correct namespaces and examples.
  6. Read AI Agent and Agent Builder for the AI direction.

HyperionX is trading software. Test scripts in simulation, validate behavior with historical and playback data, and understand connector permissions before using live trading features.