Commit graph

7 commits

Author SHA1 Message Date
Artemii Peretiachenko
c2571f4558 Accept TradingView webhooks immediately and deliver in background.
Chart and Telegram work no longer block the HTTP response, avoiding TV webhook timeouts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-31 10:42:05 +02:00
Artemii Peretiachenko
eba9df453c Always use green TP fills on charts regardless of side.
Short reward zones were red because fill color followed position direction; SL stays red, TP1–3 stay green.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 20:02:31 +02:00
Artemii Peretiachenko
0d724a0179 Tweak chart Entry/SL styles and Price span.
Make Entry dashed and SL solid, and draw Price from the current candle rightward.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 21:11:34 +02:00
Artemii Peretiachenko
15efda5e0d Allow forum topic id in webhook URL path.
TradingView alerts can target different topics via /h/{secret}/{thread_id}
while keeping the same payload; bare /h/{secret} still uses the env default.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 20:22:55 +02:00
Artemii Peretiachenko
c8b5eb741f Accept HEAD on /health for uptime monitors.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:50:07 +02:00
Artemii Peretiachenko
b9a9ed1636 Protect webhook with a secret path token.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:44:09 +02:00
Artemii Peretiachenko
d6c539dca9 Initial TradingView→Telegram webhook service with Render Blueprint.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:35:47 +02:00