Skip to content

Your First Strategy

This walkthrough creates a simple strategy, backtests it, and starts paper trading.

After you finish account setup, Quantly starts a product tour that walks through Dashboard, Strategies, creating a SPY hold in the editor, Watchlist, Explore, Track Record, and Settings. The first-run tour cannot be skipped. Replay it later from Settings → Profile, or from the command palette (Cmd/Ctrl+K). Progress is saved to your account so other devices stay in sync.

Strategy tree editor with asset and condition nodes
The tree builder is where you define strategy logic.

You can build manually in the tree editor or use Generate with AI to describe what you want. See AI Generation for in-app AI and MCP options.

1

Go to Strategies and click New Strategy.

2

Name your strategy (for example, “SPY Hold”).

3

In the tree builder, add an Asset node and set the ticker to SPY. The in-app tour walks this with you on a new strategy, then points at the chart, Risk Analysis (Monte Carlo), and the Tear Sheet once the backtest has data.

For a simple always-hold strategy, a single Asset node is enough. The in-app tour also points at the add-block menu so you can explore Group, If / Else, Filter, Scale, and Reference later. See Node Types and Tree Builder.

1

Open the Performance tab in the strategy editor.

2

Select a date range (for example, 3Y or MAX).

3

Review the equity curve, CAGR, Sharpe ratio, and max drawdown.

Learn more in Backtesting.

1

Click Add Investment (or Invest) on the strategy.

2

Enter the amount of capital to allocate to this strategy.

3

Confirm deployment. Quantly will execute the strategy at the next trading time (if that time has already passed today, it will wait until the next trading period).

On Quantly Paper, trades run in your connected paper account. On Quantly Pro, you can choose paper or live execution.

Open the Dashboard to see:

  • Portfolio equity and today’s change
  • Strategy cards with status and performance
  • Holdings and trade log tabs