01 — Research Workspace
A code-first environment where strategy logic, parameters, and validation workflows operate inside the same research system.
Initial strategy
Tuned EMA bounds
Added exit logic
2 experiments
Last run: 1h ago
Part of the Quanthop strategy research pipeline
Quanthop provides a structured workspace for developing and validating systematic trading strategies. Strategy logic, parameter definitions, and validation workflows operate inside the same research environment.
Write strategy logic in QSL with explicit parameter definitions.
Define parameter ranges, defaults, and optimization behavior directly inside the strategy.
Run Baseline, Optimization, Walk-Forward, and Adaptive Flow from the same workspace.
QSL Strategy Language
Strategies in Quanthop are written using QSL, a structured language designed for reproducible strategy research.
QSL is intentionally constrained to ensure strategies behave deterministically during validation.
Key characteristics
Parameters defined in the strategy automatically appear in optimization and walk-forward validation stages.
Execution Model
Strategy behaviour must be predictable.
Quanthop executes strategies inside a deterministic simulation engine where identical inputs always produce identical outputs.
This ensures
Running the same strategy with the same parameters and data will always produce the same result.
Parameter Control
Parameters in Quanthop are defined explicitly as part of the strategy.
Each parameter definition includes:
These constraints ensure optimization explores meaningful regions of parameter space rather than arbitrary values.
The min, max, and step values define the optimization search space.
Initial strategy
Adjusted EMA bounds
Added RSI filter
Parameter refinement
Research Tracking
Strategy development is iterative. Each modification to a strategy creates a new research version within the workspace.
Research versions allow you to:
This creates a structured record of strategy evolution over time.
Validation Pipeline
Once a strategy is defined, it flows directly into the Quanthop validation pipeline. Every stage of research runs inside the same workspace.
Evaluate strategy behaviour across multiple assets.
Explore parameter combinations within defined bounds.
Test strategy stability across rolling in-sample and out-of-sample windows.
Monitor strategy behavior and trigger re-optimization when required.
Quanthop provides a research environment designed for disciplined strategy development. Secure access to begin building and validating strategies.
Start Research