Hey-LiSA Docs

These docs define the Hey-LiSA system: strategy specs, validation, Strategy Lab, controlled execution, and shared strategy markets.

Examples

Example idea:

Buy BTC every day, buy more when it is far below the recent high, and stop guessing when the data is missing.

The spec has to make that precise:

  • daily BTC candles
  • simulated cashflow
  • rolling high calculation
  • IF condition for drawdown
  • buy action with a quote amount
  • cash-limited fills
  • result trace

Another idea:

Buy monthly toward a target portfolio value.

The spec needs a monthly time condition, a state variable, arithmetic for the gap, and an action sequence that can add simulated cash before buying.

The point is not fancy prose. The point is removing ambiguity.