Closed alpha

Hey-LiSA is not publicly released yet. These docs are a working skeleton and may include TBD sections.

How it works

Hey-LiSA follows one path: describe, convert, backtest, execute.

Describe

Start with a trading strategy in natural language.

Examples:

  • Buy 50 USDC of BTC every day.
  • Buy 100 USDC of BTC when the daily close is 20% below the 90-day closing high.
  • Buy 25 USDC of BTC when the Fear and Greed Index is 25 or lower.

Convert

LiSA converts the description into a Strategy Lab strategy.

It lands in Strategy Lab as a strategy you can run, inspect, and adjust.

Test

Strategy Lab backtests the strategy on historical data.

It shows market-period results, cash deployment, drawdown, orders, and comparison baselines.

Execute

The same strategy path is built for real-time execution when the execution layer is enabled.

Public live execution is not available yet.