crypto_backtesting / README.md
Jitendra12421's picture
Upload 6 files
aa63688 verified
|
Raw
History Blame Contribute Delete
427 Bytes
---
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.