| title: BTC Paper Signal Worker | |
| sdk: docker | |
| app_file: app.py | |
| Set these Space variables: | |
| - `RECEIVER_URL=https://YOUR-NETLIFY-SITE.netlify.app/api/signal` | |
| The Space exposes the Gradio API function `tick`; Netlify's scheduled | |
| function calls it once per minute. It uses Delta public candles and sends only | |
| paper signal events. `BTCUSD_1m.parquet` is the historical training dataset | |
| used by the exact multi-horizon model. | |