Embed a calculator in one line.
Add a Tenetize risk calculator to your site, dashboard, or AI investment panel. The widget runs the math in the browser, so it is fast, works offline once loaded, and needs no API key.
Fast
~10 KB, no framework, computed client-side. Zero API calls.
Self-contained
Sandboxed iframe. Nothing to install, nothing to maintain.
Themeable
Auto, light, or dark. Matches your page out of the box.
Quick start
Paste this where you want the calculator. The loader injects the widget and resizes it to fit.
<div data-tenetize="stop-loss" data-theme="auto"></div>
<script src="https://tenetize.com/embed.js" async></script>Swap data-tenetize for pip-value to embed the other tool.
Live preview
This is the real widget, running right now.
Plain iframe
Prefer no script? Use a raw iframe. You will need to set a fixed height yourself (the loader handles auto-resize for you).
<iframe
src="https://tenetize.com/embed/stop-loss/?theme=auto"
title="Tenetize Stop Loss Calculator"
style="width:100%;max-width:520px;border:0;height:520px"
loading="lazy"
></iframe>Options
data-tenetizeWhich calculator to embed.
data-themeColor theme. auto follows the visitor's system.
data-account, data-risk, data-entry, data-stopPrefill the Stop Loss widget.
data-pair, data-size, data-typePrefill the Pip Value widget.
Prefilled example
Ship the widget with your own default values.
<div
data-tenetize="stop-loss"
data-theme="dark"
data-account="25000"
data-risk="1.5"
data-entry="1.2750"
data-stop="1.2700"
></div>
<script src="https://tenetize.com/embed.js" async></script>Available widgets
The widget links back to the full calculator on Tenetize. Free to embed on any site. Educational use only, not investment advice.
Back to Tenetize