Free · Open · Embeddable
Drop-in market widgets
Eight production widgets you can paste into any website, blog or dashboard. Every snippet is an iframe — no JS to install, no API keys, no tracking pixels. Themes and accents inherit from your URL params.
- Sandboxed. Each widget loads under
sandbox="allow-scripts"and a strict referrer policy. No same-origin escape. - Cacheable. CDN-cached for 30–60 s with stale-while-revalidate. Heavy upstream calls (CFTC, calendar) are batched server-side.
- Whitelisted params. Every query parameter is type-checked and bound — unknown values fall back to defaults.
OAR trade ideas feed
Live stream of our quantitative research desk’s published trade ideas.
<iframe
src="https://wealthimpulse.com/embed/ideas-feed?theme=dark&accent=blue"
width="360"
height="480"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="OAR trade ideas feed — WealthImpulse"
></iframe>Multi-market bias ticker
At-a-glance directional bias across FX, indices, metals, energy and crypto.
<iframe
src="https://wealthimpulse.com/embed/bias-ticker?theme=dark&accent=blue"
width="360"
height="420"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="Multi-market bias ticker — WealthImpulse"
></iframe>CFTC Commitments of Traders
Weekly commercial vs. speculator positioning across 20+ futures markets, with extreme-flag highlights.
<iframe
src="https://wealthimpulse.com/embed/cot?theme=dark&accent=blue&sort=abs&limit=12"
width="380"
height="500"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="CFTC Commitments of Traders — WealthImpulse"
></iframe>Mini price chart
Sparkline + last/change for any FX pair, index or major crypto symbol.
<iframe
src="https://wealthimpulse.com/embed/mini-chart?theme=dark&accent=blue&symbol=EURUSD&range=1d&interval=5m"
width="320"
height="140"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="Mini price chart — WealthImpulse"
></iframe>Economic calendar (mini)
Upcoming high-impact macro releases for the next 24-72 hours.
<iframe
src="https://wealthimpulse.com/embed/calendar-mini?theme=dark&accent=blue&hours=48&impact=high"
width="420"
height="480"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="Economic calendar (mini) — WealthImpulse"
></iframe>FX session clock
Real-time Sydney / Tokyo / London / New York session status and overlaps.
<iframe
src="https://wealthimpulse.com/embed/market-hours?theme=dark&accent=blue"
width="320"
height="240"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="FX session clock — WealthImpulse"
></iframe>Currency strength meter
Eight major currencies ranked 0–100 using fresh OAR-engine bias data.
<iframe
src="https://wealthimpulse.com/embed/strength-meter?theme=dark&accent=blue"
width="320"
height="360"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="Currency strength meter — WealthImpulse"
></iframe>Pip / position calculator
Quick pip value across ten majors. Cross-pair approximations flagged.
<iframe
src="https://wealthimpulse.com/embed/pip-calc?theme=dark&accent=blue"
width="320"
height="280"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
sandbox="allow-scripts"
style="border:0;border-radius:6px;background:#0b1018"
title="Pip / position calculator — WealthImpulse"
></iframe>Notes for embedders
- Always lazy-load. The default snippet sets
loading="lazy"so widgets below the fold don’t hurt your Core Web Vitals. - Don’t strip the sandbox. The
sandbox="allow-scripts"attribute is what keeps the widget from touching your visitors’ cookies or session storage. - Attribution is appreciated. Each widget links back to wealthimpulse.com in a non-intrusive footer.
- Need a custom theme? Themes are driven by a tiny CSS variable layer — open a ticket on our contact page and we’ll add a brand variant.
