
Trading Automation
ai-news-bnb-trader
AI News BNB Trader is an event-driven trading bot for BSC that converts news sentiment into automated WBNB↔stablecoin trades while enforcing strict risk controls.
總覽
AI News BNB Trader is an event-driven trading bot for BSC that converts news sentiment into automated WBNB↔stablecoin trades while enforcing strict risk controls.
AI News BNB Trader is an event-driven trading bot for BSC that converts news sentiment into automated WBNB↔stablecoin trades while enforcing strict risk controls. It supports REST polling and optional WebSocket news ingestion with deduplication and backoff, two interchangeable signal models (explainable RuleSignalModel by default, optional OpenAISignalModel with timeout and fallback), and configurable buy/sell thresholds based on sentiment, impact, and confidence. Safety-first features include DRY_RUN=true by default, private-key handling, asset whitelisting (WBNB, USDT/BUSD/USDC), panic mode, and revoke-approvals tooling. Built-in risk gates include max order notional, max position %, daily trade/loss caps, TP/SL, cooldowns, slippage caps, and SAFE_MODE on repeated failures. Ideal for developers/operators who need an auditable, configurable, self-hosted news-driven trading strategy with operational commands and production hardening guidance.
Skill.md
這個 Skill 如何運作
AI News BNB Trader is an event-driven trading bot for BSC that converts news sentiment into automated WBNB↔stablecoin trades while enforcing strict risk controls.
AI News BNB Trader
Run an event-driven BSC trading bot using news sentiment + risk gates.
Safety first
- Default
DRY_RUN=true. - Never print private key/seed in logs.
- Only whitelist assets (
WBNB,USDT/BUSD/USDC). - Panic mode immediately disables trading.
Commands
npm run start -- start
npm run start -- status
npm run start -- panic
npm run start -- revoke-approvals
npm run key:encrypt -- --out ./secrets/key.json
News modes
- Poll REST via
NEWS_API_URLeveryNEWS_POLL_SECONDS - Optional WebSocket via
NEWS_WS_URL
Both modes dedupe on news.id and log failures with exponential backoff.
Signal models
RuleSignalModel(default): keyword rules with explainable reasonsOpenAISignalModel(optional): enabled whenOPENAI_API_KEYis set; timeout + fallback to rules
Strategy
- Buy WBNB with stablecoin if
sentiment * impact >= BUY_THRESHOLDand confidence >=MIN_CONF - Sell WBNB to stablecoin if
sentiment * impact <= -SELL_THRESHOLDand confidence >=MIN_CONF - Enforce all risk gates before execution
Risk controls
- Max order notional / max position pct / daily trade cap
- Daily loss cap (MTM approximation)
- TP/SL from avg entry
- Cooldown between trades
- Slippage cap from quote
- Consecutive failures -> SAFE_MODE
Notes
- Prefer private RPC (
PRIVATE_RPC_URL) when provided. - For production: validate token/DEX addresses and add deeper MEV defenses.
最適合用於
何時使用
AI News BNB Trader is an event-driven trading bot for BSC that converts news sentiment into automated WBNB↔stablecoin trades while enforcing strict risk controls.

01 · 會前準備
準備決策簡報
在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作
統一交接標準
讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新
更新投資邏輯
出現新催化劑、KPI 發布或財報結果後,更新情境假設。
社群回饋
越用越好用。
隨著 Skill 被使用與評審,回饋將顯示在這裡。
探索更多
相關 Skills
查看全部hyperliquid-trading
The Hyperliquid Trading skill provides a concise interface for trading on Hyperliquid’s spot and perpetual markets. Use it to place limit and market orders, cancel open orders, query order status,…
bankr
Bankr enables executing crypto trading and DeFi operations via natural-language commands. It offers two integration options: a batteries-included Bankr CLI and a REST API at https://api.bankr.bot,…
pine-backtester
pine-backtester provides comprehensive backtesting for Pine Script indicators and strategies. Use it to append performance metrics, analyze trades, generate equity curves, compute win rates, track…