Market Conditions Scan
Forex Indicator Screener Widget
A transparent scanner: the covered symbols that match one stated indicator condition, with the exact filter and timeframe shown. A list of matches, not a recommendation or a ranking.
The real embed in preview mode — synthetic data, no API key, zero network calls. Live data starts once you add your key.
- From
- $14.99 /mo
- Included
- 1 domain slot
- Shows
- Symbols meeting a stated indicator threshold.
Base covers one domain; each extra slot adds half the base. Manage domains and your key from your dashboard.
What it shows
A transparent scanner: the covered symbols that match one stated indicator condition, with the exact filter and timeframe shown. A list of matches, not a recommendation or a ranking.
Who it's for
- Market-dashboard page scanning for instruments meeting a stated condition.
- Broker landing page technical-screener showcase.
- Trading-tools directory listing.
- Docs example for the screener kind.
The data contract
This widget reads only public market data through our hosted gateway — no account data, no order book, no personal data.
The gallery and this preview run in SIMULATED mode — synthetic shapes, no key, no network. Live data flows only after checkout, on your authorized domains.
Embed it
- Subscribe from your dashboard and add the domains you'll embed on.
- Copy your public
wk_key from the widget panel. - Drop the snippet below into your page, swapping in your key.
<script src="https://tickatlas.com/widgets/embed.js?w=market-conditions-scan&k=wk_YOUR_KEY"></script> Default is light — the snippet stays clean. Pick Dark or Auto (Auto follows each visitor’s system theme) to append &theme= and preview it live.
Embed parameters
The querystring on the embed.js script tag above.
| Parameter | Type | Required | Description |
|---|---|---|---|
| w | string | Yes | Widget slug — fixed to “market-conditions-scan” for this widget. |
| k | string | No | Your public wk_ key. With it the widget goes live on your authorized domains; omit it for the SIMULATED preview (synthetic data, zero network). Default: preview mode. |
| mode | enum | No | Force preview even with a key, e.g. for a staging page. Allowed: live, preview. Default: live when k is present, else preview. |
| theme | enum | No | Colour theme. light (default) is today’s look; dark uses a WCAG-AA dark palette; auto follows each visitor’s system (prefers-color-scheme). Omit for light. Allowed: light, dark, auto. Default: light. |
The wk_ key is public by design —
it only works on the domains you authorize, and you can revoke it any time from your dashboard.
Data endpoint
The embed calls this hosted endpoint for you on each refresh, using a short-lived token
minted from your wk_ key —
it never carries your key to the browser. These are its parameters and the values this widget uses.
Endpoint parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| indicator | enum | No | The indicator to test against `bound`. Allowed: RSI_14, MACD_main, ADX, ATR_14. Default: RSI_14. This widget pins it to RSI_14. |
| op | enum | No | Comparison operator: value `op` bound. Allowed: lt, lte, gt, gte. Default: lt. This widget pins it to lt. |
| bound | number | No | The threshold the indicator is compared against. Default: 30. This widget pins it to 30. |
| timeframe | enum | No | Timeframe the indicator is read on. Allowed: M1, M5, M15, M30, H1, H4, D1. Default: H1. This widget pins it to H1. |
This widget renders the symbol set configured for it, so its embed takes no
symbol — it always
requests its full allowed set: BTCUSD, XAUUSD, EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, USDCAD, NZDUSD, ETHUSD.
Response
Every response is a JSON envelope { success, widget, cached, data }.
The data object for this widget:
Good to know
- Theming & isolation
-
The widget renders inside a sandboxed Shadow DOM with
all:initial, so your page's CSS and scripts can't reach in and its styles can't leak out. It fits the width of its container — never wider — and brings its own light palette. - Refresh, caching & limits
-
It refreshes about every 15 seconds against cached data, so many visitors collapse to one
computation on our side. Requests are rate-limited per key and per domain; over the limit the
gateway returns
429and the widget simply keeps its last frame until the next tick. - When data is unavailable
- If a symbol has no current data, the widget shows an explicit “unavailable” / “no data” state — never a fabricated or zeroed value. A revoked key or an unauthorized domain leaves the widget in that same state; it never throws on your page.
- Pricing & domain slots
- Billed monthly per domain slot. The base ($14.99/mo) covers one domain; each extra slot adds half the base. Slots are fixed at purchase — cancel any time and the embed stays live to the end of the paid month, then stops.
Frequently asked
Which symbols does it scan?
With no symbols= it scans the full covered universe of ten instruments.
Can I narrow it?
Yes, symbols= as a comma list, max 5, from the allowed set.
What does it return?
Symbols matching one stated indicator condition, with the exact filter and timeframe shown — a list of matches, not a recommendation or a ranking.
How often does it refresh?
~15-second cached poll; the last verified matches are held on a gap.
Is it free to preview?
Yes, synthetic and keyless; the live widget is a paid subscription.
Related widgets
Currency Strength Meter Widget
Eight-major strength / trend / change (derived).
Live Price Ticker Widget
Live bid / ask · one symbol · 15-second refresh.
Live Forex Rates Widget
Live mid-market quote · one pair · reference rate only.
Live Market Snapshot Widget
Live quote + plain-language context · one symbol.
Related resources
Prefer to pull this data through the API instead of an embed? These endpoints and guides cover the same market data.
Embed it in minutes
Preview it with synthetic data and no key, then add your key to go live on your domains — from $14.99/mo per domain.