Skip to content

Simulating Strategies

The Simulate tab in the Strategy Lab lets you test a strategy idea against historical data before committing real capital.

All computation runs in your browser — results appear instantly and you can adjust parameters and re-run as many times as you like.


Configure the following parameters:

ParameterWhat it controls
AssetThe trading pair to simulate (e.g. BTC-EUR)
TimeframeCandle duration (1h, 4h, 1d)
Drop sensitivityHow much price must drop to trigger a buy (sigma)
Rise sensitivityHow much price must rise to trigger a sell (sigma)
Buy amountEUR spent per buy order
Sell amountEUR received per sell order
Starting capitalTotal EUR allocated to the strategy
Fee %Exchange fee per trade (default 0.25%)

If you navigated from the Explore tab, the asset and timeframe are pre-filled.

Simulation settings


Results appear in layers, from simple to detailed:

The hero number: portfolio end value. This is the single most important number.

Below it:

  • Capital safety badge: safe or insufficient
  • Summary sentence: “Over 1,440 daily candles, this strategy would have made 10 buys and 5 sells.”

Two boxes showing the calculated buy and sell thresholds:

  • Buy threshold (e.g. -4.2%) — “A drop of 4.2% or more triggers a buy”
  • Sell threshold (e.g. +6.1%) — “A rise of 6.1% or more triggers a sell”

These are derived from the sigma values and the asset’s historical volatility.

Your strategy compared to two benchmarks:

  • Monthly DCA — buying a fixed amount every month
  • Buy and hold — buying once at the start

This shows whether the strategy’s active management adds or loses value compared to simpler approaches.

Fee impact is shown transparently.

Two-panel chart:

  • Top panel — candle-to-candle price change with buy/sell threshold lines
  • Bottom panel — price chart with trade markers and ACB line

Trade markers:

  • Solid dots — executed trades
  • Faded dots — ignored trades (blocked by capital, ACB, or inventory rules)

Simulation results — thresholds and price chart

A “What happened” section that surfaces problems in plain language:

  • Capital ran out during a buy cluster
  • Sells were blocked because price was below ACB
  • Inventory was insufficient for sell triggers

If everything looks healthy, you get a clean bill of health.

For deeper analysis:

  • Signal breakdown (how many buys/sells executed vs ignored)
  • Portfolio state over time
  • Equity curve (strategy vs DCA vs buy & hold)
  • Cash-over-time chart with danger zone

Detailed performance breakdown


Not every signal results in a trade. The simulation shows exactly why:

  • Insufficient capital — allocated capital is fully deployed
  • Signal clustering — multiple buy signals arrive faster than capital recycles
  • ACB protection — price is below the average cost base (Aurono never sells at a loss)
  • No inventory — nothing to sell yet

Ignored triggers are not bugs — they are safety constraints working as designed.


If the simulation reveals issues, suggestion cards appear:

  • “Capital insufficient — try raising buy sigma to reduce trigger frequency”
  • “Many sells blocked by ACB — try raising sell sigma for more patience”
  • “Idle capital — try lowering buy sigma to deploy capital faster”

Click a suggestion to re-run instantly with adjusted parameters.


When you are satisfied with the results, click “Create strategy”. This navigates to the strategy creation form with all parameters pre-filled:

  • Symbol and timeframe
  • Buy and sell amounts
  • Allocated capital
  • Computed drop and rise percentages

  • The simulation uses the same logic as Aurono’s live engine
  • All computation runs client-side — no backend calls needed
  • Results are deterministic — same parameters always produce the same outcome
  • The tool answers: “Can this strategy survive its own rules?” — not “Will this make money?”