DocsDashboard
Projects
Projects are how you organize your strategies in Quanthop. Each project contains a QSL strategy with its parameters, backtest history, and optimization results.
Creating a Project
When you first open the Research Lab with no active project, you will see the project browser. From here you can:
- Create a new project — Start with a blank strategy or choose from a template
- Open an existing project — Resume work on a saved strategy
Strategy Templates
Templates give you a working starting point. Available templates include:
| Template | Description |
|---|---|
| Blank | Empty strategy with the required function stubs |
| EMA Cross | Simple exponential moving average crossover |
| RSI Mean Reversion | RSI-based mean reversion strategy |
| Bollinger Breakout | Bollinger Band breakout system |
| MACD Momentum | MACD-based momentum strategy |
| Golden Cross | Long-term moving average crossover |
| TDR Advanced | Multi-indicator strategy with risk engine |
Managing Strategies
Each strategy is stored with:
- The QSL code
- Parameter definitions from
define() - Version history
- Associated backtest results
You can rename, duplicate, or delete strategies from the project browser.
Next Steps
- Minimal Strategy — Your first QSL strategy
- Strategy Lifecycle — How strategies execute
Related
projectsworkspacestrategy managementcreateorganize