ingest_json_signals
Import JSON files containing pre-computed trading signals, ML features, labels, or regime tags into AlgoChains for use in machine learning training.
Instructions
Ingest a JSON file of pre-computed signals, ML features, labels, or regime tags into AlgoChains. Supports entry/exit signals, feature vectors, classification labels, and regime classifications. Data becomes available for ML training.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol the signals are for. | |
| file_path | Yes | Absolute path to the JSON file. | |
| signal_type | Yes | Type of signal data. |