You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot card logs are dated. A ── YYYY-MM-DD ── divider appears above the first entry
and again whenever the day changes, so a line is no longer ambiguous about which day it
belongs to. Times still appear on every row.
Changed
Webhook examples show the bot's own trading pair. Each bot's Webhook Details pane
now prints the configured pair (BTC/USDC, VWCE) in the ticker field instead of
TradingView's {{ticker}} placeholder, which expands to the venue-native spelling and
did not match. Copy the example as-is and it works.
Ticker spelling is tolerated. A ticker that differs from the configured pair only
by separators or case — BTCUSDC, btc-usdc, BTC_USDC — is accepted, logged as a
warning, and treated as the configured pair. A different instrument is still rejected,
and perpetuals never match their spot pair.