declare function addActionSchema(actionSchema: IActionSchema): void;
Registers an action handler in the framework.
Actions provide event-driven integration for:
Each action instance is created per strategy-frame pair and receives all events emitted during strategy execution (signals, breakeven, partial profit/loss, etc.).
| Parameter | Description |
|---|---|
actionSchema |
Action configuration object |