Algovex Documentation
Algovex turns trading ideas into deterministic, reproducible strategy code through a visual node editor, an AI strategy generator, a backtesting engine, and multi-language code export. This is the technical reference for how it all works.
How Algovex works
Four building blocks take a strategy from idea to runnable code. Each is designed around one principle: the same logic must be reproducible everywhere . What you backtest is what you export.
Code generation
A multi-step engine turns your node graph into production code in four targets: Pine Script, Python, JavaScript/TypeScript, and a portable JSON export.
Deterministic execution
The compiled strategy logic drives both the backtester and the exported code, so a given input always produces the same signals, with no hidden randomness between what you test and what you run.
Security & privacy
Your own data-provider API keys are stored in an encrypted vault (AES-256-GCM), all traffic is TLS-encrypted, access is enforced server-side, and the marketplace only ever ships compiled output, never your source logic.
AI strategy generation
Describe a strategy in plain English and an AI pipeline produces a validated node graph you can inspect, edit, and backtest, not a black box. You review every node before running anything.
Explore the docs
Guides for every part of the platform, from your first strategy to the node library and code export.
Getting Started
Build and backtest your first strategy, then export it.
Node Library
490+ calculation primitives across indicators, ICT/SMC, order flow, logic and more.
API Reference
Programmatic access to generation, compilation and export.
Marketplace
Publishing, pricing and revenue for strategy authors.
Backtesting
Reproducible simulations with commission, slippage and (where available) Level-2 data.
Live Trading
Deploy a strategy to a cTrader prop-firm or live account. In development, rolling out by region.
Security & privacy
Security & privacy
How we protect your keys, data & strategies
Algovex is built so your strategies and credentials stay yours. You bring your own data-provider API keys; we encrypt them at rest and never expose them back to the client. Access to every resource is enforced server-side, and marketplace buyers receive only compiled output, never your original node graph.
AES-256-GCM
Encrypted key vault
TLS in transit
All traffic encrypted
2FA + sessions
Account-level controls
EU-hosted under GDPR. Algovex provides software and educational tooling, not investment advice. See the Disclaimer.
