MH Widgets

Embeddable calculators for the entity sites. Both frames below are live embeds.

Swap calculator

Reads synced MT5 rates from the local SQLite cache.

<iframe src="https://{hostaddress}/swap?brand=mhmarkets&theme=light&locale=en"
        style="width:100%;border:0" height="320" title="Swap calculator"
        loading="lazy" sandbox="allow-scripts allow-same-origin allow-forms"></iframe>
<script src="https://{hostaddress}/embed.js" defer></script>

Pip calculator

Fetches a live bid on every calculation.

<iframe src="https://{hostaddress}/pip?brand=mhmarkets&theme=light&locale=en"
        style="width:100%;border:0" height="320" title="Pip calculator"
        loading="lazy" sandbox="allow-scripts allow-same-origin allow-forms"></iframe>
<script src="https://{hostaddress}/embed.js" defer></script>