register_strategy_hypothesis
Register an immutable trading strategy hypothesis and its evaluation contract to an append-only journal, ensuring research traceability and preventing duplicate definitions.
Instructions
Register one immutable strategy-research hypothesis and its evaluation contract in a local append-only journal. This does not access TradingView or run a test. Reusing a hypothesis_id with a different definition is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| thesis | Yes | ||
| hypothesis_id | Yes | ||
| evaluation_contract | Yes | ||
| parent_experiment_id | No |