EURUSD · CLEAR GBPUSD · BLOCKED · NFP in 12m USDJPY · CLEAR USDCAD · BLOCKED · CPI window open AUDUSD · CLEAR NZDUSD · CLEAR GBPJPY · BLOCKED · BOE decision USDCHF · CLEAR EURUSD · CLEAR GBPUSD · BLOCKED · NFP in 12m USDJPY · CLEAR USDCAD · BLOCKED · CPI window open AUDUSD · CLEAR NZDUSD · CLEAR GBPJPY · BLOCKED · BOE decision USDCHF · CLEAR
NEWS LOSS PREVENTION · v1.0.0

KNOW WHEN
TO TRADE
KNOW WHEN NOT TO

Stop getting stopped out by NFP, CPI, and FOMC.
FNEWSTEER puts a live CLEAR/BLOCKED signal directly on your TradingView chart.

⚠ Not financial advice — a timing tool, not a strategy. Always apply your own analysis.
BLOCKED · NFP clears in 4:32
BLOCKED
CLEAR
⬇ ADD TO CHROME — FREE ⌥ VIEW ON GITHUB
01 — HOW IT WORKS
01
INSTALL
Add the free Chrome extension. Enter your API URL and key in settings. Done in 60 seconds.
02
OPEN TRADINGVIEW
The extension auto-detects your active pair from the chart title. No clicking required.
03
WATCH THE BADGE
A draggable CLEAR or BLOCKED badge appears on your chart, polling every 30 seconds.
04
TRADE WITH CONFIDENCE
Desktop notification fires before each blackout window. You get out in time, every time.
02 — FEATURES
📡
Auto-Pair Detection
MutationObserver reads the TradingView page title. Switch charts, badge updates instantly.
PASSIVE
Floating Badge
Draggable CLEAR/BLOCKED overlay on every TradingView chart. Countdown timer to clear.
REALTIME
🔔
Desktop Notifications
Configurable warning lead time. Get notified N minutes before each blackout window opens.
CONFIGURABLE
Toolbar Badge
Green ● CLEAR · Amber ! BLOCKED · Grey ? Offline. Signal always visible in your toolbar.
ALWAYS ON
Multi-Pair Watchlist
Monitor any number of pairs simultaneously. Background worker checks all on every 30s poll.
UNLIMITED
Smart Defaults
±60 min for FOMC/NFP/CPI/GDP. ±30 min for all other High impact. Override anytime.
HIGH IMPACT
03 — THREE PRODUCTS, ONE SIGNAL
CHROME EXTENSION
FNEWSTEER CE
Live CLEAR/BLOCKED badge on TradingView. Popup with watchlist, quick pair selector, and countdown. Free.
INSTALL FROM CHROME STORE →
REST API
FNEWSTEER API
FastAPI backend. Query /v1/news/check for any pair. Integrate into your own algo system or trading bot.
VIEW API DOCS →
MODEL CONTEXT PROTOCOL
FNEWSTEER MCP
MCP server for Claude Desktop. Give your AI assistant real-time news blackout awareness for any trading pair.
SETUP FOR CLAUDE DESKTOP →
🦅
⚠ CANNOT SAVE YOU FROM TRUMP-INDUCED MARKET EVENTS
FNEWSTEER tracks scheduled economic calendar events. It has absolutely no power over unscheduled presidential tweets, tariff announcements at 3am, or whatever gets posted from a golf cart. For those, your best early warning system is 𝕏 / Twitter — stay active, follow the right accounts, and keep one eye on the feed. We are not responsible for acts of government. No tool is. Good luck out there. 🫡
04 — OPEN API

The FNEWSTEER API is open. Query any forex pair, get a CLEAR/BLOCKED signal with blocking event details and upcoming events.

BASH
# Check if EURUSD is safe to trade right now
curl https://fnewsteer-api.onrender.com/v1/news/check \
  -H "X-API-Key: <your-key>" \
  -G -d "symbol=EURUSD"

# Response
{
  "safe_to_trade": false,
  "blocking_events": [{
    "title":      "Non-Farm Payrolls",
    "currency":   "USD",
    "impact":     "High",
    "window_end": "2026-04-08T14:30:00Z"
  }]
}
BASE URL: https://fnewsteer-api.onrender.com
SOURCE: ForexFactory Calendar
POLL: 30s
STOP TRADING
INTO BLACKOUTS
Free Chrome extension. Open API. No excuses.
⬇ ADD TO CHROME — FREE ⌥ EXTENSION REPO