mirror of
https://github.com/artemium428/tvsignals-to-tg.git
synced 2026-09-15 17:16:21 +00:00
Per-strategy Heryon accounts, reversal captions with previous-trade path on charts, and Telegram replies chained by ticker. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
779 B
Text
26 lines
779 B
Text
TELEGRAM_BOT_TOKEN=123456:ABC-DEF
|
|
TELEGRAM_CHAT_ID=-1001234567890
|
|
# Default forum topic when webhook URL has no /{thread_id} segment
|
|
# and watchlist strategy telegram_thread_id is null
|
|
TELEGRAM_MESSAGE_THREAD_ID=1
|
|
WEBHOOK_SECRET=change-me-to-a-long-random-string
|
|
HOST=0.0.0.0
|
|
PORT=8000
|
|
|
|
# Local scanner (replaces TradingView alerts)
|
|
SCANNER_ENABLED=true
|
|
SCANNER_POLL_SECONDS=20
|
|
WATCHLIST_PATH=watchlist.yaml
|
|
SCANNER_STATE_PATH=data/scanner.db
|
|
RISK_USD=40
|
|
|
|
# Heryon / Geryon — same JSON as Pine alertcondition (leave URL empty to skip)
|
|
GERYON_WEBHOOK_URL=
|
|
GERYON_ORDER_TYPE=bbo
|
|
# Per-strategy account/secret (fallback: GERYON_ACCOUNT_ID / GERYON_SECRET)
|
|
GERYON_ACCOUNT_ID_LTF=
|
|
GERYON_SECRET_LTF=
|
|
GERYON_ACCOUNT_ID_FVG=
|
|
GERYON_SECRET_FVG=
|
|
GERYON_ACCOUNT_ID=admin1
|
|
GERYON_SECRET=
|