
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.
Overview
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
How this skill works
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.
Best used for
When to use it
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 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
随着 Skill 被使用与评审,反馈将展示在这里。
Discover more
Related skills
View allquant-analysis
Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute,…
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…