fork_signal
Create an inactive copy of a signal with custom parameters for risk-free backtesting before activating.
Instructions
Create a new inactive parameter variant of an existing signal. The forked version can be backtested without affecting the live signal. Requires approval to activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | New parameter values as key-value pairs (e.g. { "z_threshold": 2.5 }) | |
| signal_id | Yes | Signal ID to fork (e.g. VOL_SPIKE) |