{"id":5160,"date":"2026-05-31T21:55:31","date_gmt":"2026-05-31T11:55:31","guid":{"rendered":"https:\/\/www.amillex.com\/?page_id=5160"},"modified":"2026-05-31T22:03:52","modified_gmt":"2026-05-31T12:03:52","slug":"trading-calculator","status":"publish","type":"page","link":"https:\/\/www.amillex.com\/fa\/v2\/tools\/trading-calculator\/","title":{"rendered":"trading calculator v2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5160\" class=\"elementor elementor-5160\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c30cc9 e-flex e-con-boxed e-con e-parent\" data-id=\"2c30cc9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bec436f e-con-full e-flex e-con e-child\" data-id=\"bec436f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25df1de elementor-widget elementor-widget-heading\" data-id=\"25df1de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trading <br> Calculator<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2561c7 elementor-widget elementor-widget-heading\" data-id=\"d2561c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Build your strategy or crunch numbers with these trading calculators.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50874e9 e-flex e-con-boxed e-con e-parent\" data-id=\"50874e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eef5e43 elementor-widget elementor-widget-html\" data-id=\"eef5e43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===================================================================== -->\n<!-- ALL-IN-ONE FOREX CALCULATOR  \u2014  paste into an Elementor HTML widget    -->\n<!-- Everything is scoped under #fx-calc so it won't clash with your theme. -->\n<!-- ===================================================================== -->\n\n<div id=\"fx-calc\">\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n    \/* ---------- scoped reset \/ theme ---------- *\/\n    #fx-calc, #fx-calc * { box-sizing: border-box; text-transform: none; font-family: 'Poppins', sans-serif; }\n    #fx-calc {\n      --fx-theme: #ff7300;\n      --fx-theme-dark: #e56700;\n      --fx-bg: #ffffff;\n      --fx-soft: #f7f7f7;\n      --fx-line: #e6e6e6;\n      --fx-text: #1f2937;\n      --fx-muted: #6b7280;\n      --fx-green: #16a34a;\n      --fx-red: #dc2626;\n      font-family: 'Poppins', \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\n      font-size: 18px;\n      color: var(--fx-text);\n      max-width: 820px;\n      margin: 0 auto;\n      background: var(--fx-bg);\n      border: 1px solid var(--fx-line);\n      border-radius: 16px;\n      box-shadow: 0 8px 30px rgba(0,0,0,.08);\n      overflow: hidden;\n    }\n\n    \/* ---------- header ---------- *\/\n    #fx-calc .fxc-head {\n      background: linear-gradient(135deg, var(--fx-theme), var(--fx-theme-dark));\n      color: #fff;\n      padding: 28px 32px;\n    }\n    #fx-calc .fxc-head h3 { margin: 0; font-size: 1.75rem; font-weight: 700; }\n    #fx-calc .fxc-head p { margin: 6px 0 0; font-size: 1rem; opacity: .9; }\n\n    \/* ---------- tabs ---------- *\/\n    #fx-calc .fxc-tabs {\n      display: flex; flex-wrap: wrap;\n      background: var(--fx-soft);\n      border-bottom: 1px solid var(--fx-line);\n    }\n    #fx-calc .fxc-tab {\n      flex: 1 1 auto; min-width: 140px;\n      padding: 18px 12px;\n      border: none; background: transparent; cursor: pointer;\n      font-size: 1.05rem; font-weight: 600; color: var(--fx-muted);\n      border-bottom: 3px solid transparent;\n      transition: all .2s;\n    }\n    #fx-calc .fxc-tab:hover { color: var(--fx-theme); }\n    #fx-calc .fxc-tab.active {\n      color: var(--fx-theme);\n      background: var(--fx-bg);\n      border-bottom-color: var(--fx-theme);\n    }\n\n    \/* ---------- body ---------- *\/\n    #fx-calc .fxc-body { padding: 28px 32px 12px; }\n    #fx-calc .fxc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }\n    #fx-calc .fxc-full { grid-column: 1 \/ -1; }\n\n    #fx-calc label {\n      display: block; margin-bottom: 8px;\n      font-size: 1rem; font-weight: 600; color: var(--fx-text);\n    }\n    #fx-calc input[type=\"text\"],\n    #fx-calc input[type=\"number\"],\n    #fx-calc select {\n      width: 100%; padding: 14px 15px;\n      border: 1px solid var(--fx-line); border-radius: 10px;\n      font-size: 1.15rem; background: #fff; color: var(--fx-text);\n      outline: none; transition: border .15s, box-shadow .15s;\n    }\n    #fx-calc input:focus, #fx-calc select:focus {\n      border-color: var(--fx-theme);\n      box-shadow: 0 0 0 3px rgba(255,115,0,.15);\n    }\n\n    \/* segmented toggle (lots\/units, buy\/sell, %\/money) *\/\n    #fx-calc .fxc-seg {\n      display: inline-flex; border: 1px solid var(--fx-line);\n      border-radius: 10px; overflow: hidden; width: 100%;\n    }\n    #fx-calc .fxc-seg button {\n      flex: 1; padding: 14px 8px; border: none; background: #fff;\n      cursor: pointer; font-size: 1rem; font-weight: 600; color: var(--fx-muted);\n      transition: all .15s;\n    }\n    #fx-calc .fxc-seg button.active { background: var(--fx-theme); color: #fff; }\n\n    #fx-calc .fxc-checks { display: flex; gap: 22px; align-items: center; padding-top: 8px; }\n    #fx-calc .fxc-checks label { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 500; cursor: pointer; font-size: 1.05rem; }\n    #fx-calc input[type=\"checkbox\"], #fx-calc input[type=\"radio\"] { accent-color: var(--fx-theme); width: 20px; height: 20px; }\n\n    #fx-calc .fxc-inline { display: flex; gap: 10px; align-items: stretch; }\n    #fx-calc .fxc-inline input { flex: 1; }\n    #fx-calc .fxc-btn {\n      background: var(--fx-theme); color: #fff; border: none;\n      padding: 14px 20px; border-radius: 10px; font-size: 1.1rem; font-weight: 600;\n      cursor: pointer; transition: background .2s; white-space: nowrap;\n    }\n    #fx-calc .fxc-btn:hover { background: var(--fx-theme-dark); }\n    #fx-calc .fxc-btn.ghost { background: #fff; color: var(--fx-theme); border: 1px solid var(--fx-theme); }\n    #fx-calc .fxc-btn.ghost:hover { background: rgba(255,115,0,.08); }\n    #fx-calc .fxc-calc-btn { width: 100%; margin-top: 20px; padding: 17px; font-size: 1.25rem; }\n\n    #fx-calc .fxc-hint { font-size: .85rem; color: var(--fx-muted); margin-top: 6px; }\n\n    \/* ---------- results ---------- *\/\n    #fx-calc .fxc-results {\n      margin: 22px 0 6px; padding: 20px;\n      background: var(--fx-soft); border-radius: 14px;\n      display: grid; grid-template-columns: 1fr 1fr; gap: 14px;\n    }\n    #fx-calc .fxc-res {\n      background: #fff; border: 1px solid var(--fx-line);\n      border-radius: 12px; padding: 16px 18px;\n    }\n    #fx-calc .fxc-res .k { font-size: .85rem; color: var(--fx-muted); font-weight: 600; }\n    #fx-calc .fxc-res .v { font-size: 1.6rem; font-weight: 700; margin-top: 4px; color: var(--fx-theme); }\n    #fx-calc .fxc-res .v.pos { color: var(--fx-green); }\n    #fx-calc .fxc-res .v.neg { color: var(--fx-red); }\n    #fx-calc .fxc-res.wide { grid-column: 1 \/ -1; }\n\n    \/* ---------- footer \/ disclaimer ---------- *\/\n    #fx-calc .fxc-foot {\n      padding: 18px 32px 22px; font-size: .85rem; color: var(--fx-muted);\n      border-top: 1px solid var(--fx-line); line-height: 1.6;\n    }\n    #fx-calc .fxc-status { font-size: .85rem; color: var(--fx-muted); margin: 4px 0 0; }\n\n    .fxc-pane { display: none; }\n    .fxc-pane.active { display: block; }\n\n    \/* ---------- responsive ---------- *\/\n    @media (max-width: 560px) {\n      #fx-calc .fxc-grid { grid-template-columns: 1fr; }\n      #fx-calc .fxc-results { grid-template-columns: 1fr; }\n      #fx-calc .fxc-tab { min-width: 50%; flex: 1 1 50%; }\n    }\n  <\/style>\n\n  <!-- ===================== HEADER ===================== -->\n  <div class=\"fxc-head\">\n    <h3>Forex Trading Calculator<\/h3>\n    <p>Margin &middot; Pip value &middot; Profit \/ loss &middot; Position size<\/p>\n  <\/div>\n\n  <!-- ===================== TABS ===================== -->\n  <div class=\"fxc-tabs\">\n    <button class=\"fxc-tab active\" data-pane=\"margin\">Margin<\/button>\n    <button class=\"fxc-tab\" data-pane=\"pip\">Pip Value<\/button>\n    <button class=\"fxc-tab\" data-pane=\"pnl\">Profit \/ Loss<\/button>\n    <button class=\"fxc-tab\" data-pane=\"size\">Position Size<\/button>\n  <\/div>\n\n  <div class=\"fxc-body\">\n\n    <!-- ===== SHARED: instrument + market + account currency ===== -->\n    <div class=\"fxc-grid\">\n      <div>\n        <label for=\"fxc-instrument\">Instrument<\/label>\n        <select id=\"fxc-instrument\"><option value=\"\">Please select<\/option><\/select>\n        <div class=\"fxc-checks\">\n          <label><input type=\"checkbox\" id=\"fxc-forex\" checked> Forex<\/label>\n          <label><input type=\"checkbox\" id=\"fxc-crypto\"> Crypto<\/label>\n        <\/div>\n      <\/div>\n      <div>\n        <label for=\"fxc-account\">Account \/ deposit currency<\/label>\n        <select id=\"fxc-account\">\n          <option value=\"USD\" selected>USD - US Dollar<\/option>\n          <option value=\"EUR\">EUR - Euro<\/option>\n          <option value=\"GBP\">GBP - British Pound<\/option>\n          <option value=\"JPY\">JPY - Japanese Yen<\/option>\n          <option value=\"AUD\">AUD - Australian Dollar<\/option>\n          <option value=\"CAD\">CAD - Canadian Dollar<\/option>\n          <option value=\"CHF\">CHF - Swiss Franc<\/option>\n        <\/select>\n        <div style=\"margin-top:10px\">\n          <label for=\"fxc-price\">Current price<\/label>\n          <div class=\"fxc-inline\">\n            <input type=\"number\" id=\"fxc-price\" step=\"any\" value=\"1.16365\">\n            <button type=\"button\" class=\"fxc-btn ghost\" id=\"fxc-update\">Update<\/button>\n          <\/div>\n          <p class=\"fxc-status\" id=\"fxc-status\">Loading live prices\u2026<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <hr style=\"border:none;border-top:1px solid var(--fx-line);margin:18px 0\">\n\n    <!-- ===================== PANE: MARGIN ===================== -->\n    <div class=\"fxc-pane active\" data-pane=\"margin\">\n      <div class=\"fxc-grid\">\n        <div>\n          <label for=\"fxc-m-size\">Trade size<\/label>\n          <input type=\"number\" id=\"fxc-m-size\" step=\"any\" value=\"1\">\n        <\/div>\n        <div>\n          <label>Unit type<\/label>\n          <div class=\"fxc-seg\" data-group=\"m-unit\">\n            <button type=\"button\" class=\"active\" data-val=\"lots\">Lots<\/button>\n            <button type=\"button\" data-val=\"units\">Units<\/button>\n          <\/div>\n        <\/div>\n        <div>\n          <label for=\"fxc-leverage\">Leverage<\/label>\n          <input type=\"text\" id=\"fxc-leverage\" value=\"100:1\">\n          <p class=\"fxc-hint\">Format 100:1, 30:1, 500:1\u2026<\/p>\n        <\/div>\n        <div>\n          <label for=\"fxc-m-lotsize\">Units per lot<\/label>\n          <input type=\"number\" id=\"fxc-m-lotsize\" step=\"any\" value=\"100000\">\n        <\/div>\n      <\/div>\n      <button type=\"button\" class=\"fxc-btn fxc-calc-btn\" id=\"fxc-m-go\">Calculate margin<\/button>\n      <div class=\"fxc-results\">\n        <div class=\"fxc-res wide\"><div class=\"k\">Required margin<\/div><div class=\"v\" id=\"fxc-m-margin\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Position value (notional)<\/div><div class=\"v\" id=\"fxc-m-notional\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Total units<\/div><div class=\"v\" id=\"fxc-m-units\">\u2014<\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ===================== PANE: PIP VALUE ===================== -->\n    <div class=\"fxc-pane\" data-pane=\"pip\">\n      <div class=\"fxc-grid\">\n        <div>\n          <label for=\"fxc-p-size\">Trade size<\/label>\n          <input type=\"number\" id=\"fxc-p-size\" step=\"any\" value=\"1\">\n        <\/div>\n        <div>\n          <label>Unit type<\/label>\n          <div class=\"fxc-seg\" data-group=\"p-unit\">\n            <button type=\"button\" class=\"active\" data-val=\"lots\">Lots<\/button>\n            <button type=\"button\" data-val=\"units\">Units<\/button>\n          <\/div>\n        <\/div>\n        <div>\n          <label for=\"fxc-p-lotsize\">Units per lot<\/label>\n          <input type=\"number\" id=\"fxc-p-lotsize\" step=\"any\" value=\"100000\">\n        <\/div>\n        <div>\n          <label for=\"fxc-p-pipsize\">Pip size<\/label>\n          <input type=\"number\" id=\"fxc-p-pipsize\" step=\"any\" value=\"0.0001\">\n          <p class=\"fxc-hint\">0.0001 standard, 0.01 for JPY pairs (auto-set on select)<\/p>\n        <\/div>\n      <\/div>\n      <button type=\"button\" class=\"fxc-btn fxc-calc-btn\" id=\"fxc-p-go\">Calculate pip value<\/button>\n      <div class=\"fxc-results\">\n        <div class=\"fxc-res wide\"><div class=\"k\">Value per pip (account currency)<\/div><div class=\"v\" id=\"fxc-p-val\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">10 pips<\/div><div class=\"v\" id=\"fxc-p-10\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">100 pips<\/div><div class=\"v\" id=\"fxc-p-100\">\u2014<\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ===================== PANE: PROFIT \/ LOSS ===================== -->\n    <div class=\"fxc-pane\" data-pane=\"pnl\">\n      <div class=\"fxc-grid\">\n        <div>\n          <label>Direction<\/label>\n          <div class=\"fxc-seg\" data-group=\"pl-dir\">\n            <button type=\"button\" class=\"active\" data-val=\"buy\">Buy (long)<\/button>\n            <button type=\"button\" data-val=\"sell\">Sell (short)<\/button>\n          <\/div>\n        <\/div>\n        <div>\n          <label for=\"fxc-pl-size\">Trade size<\/label>\n          <div class=\"fxc-inline\">\n            <input type=\"number\" id=\"fxc-pl-size\" step=\"any\" value=\"1\">\n            <div class=\"fxc-seg\" data-group=\"pl-unit\" style=\"width:auto\">\n              <button type=\"button\" class=\"active\" data-val=\"lots\">Lots<\/button>\n              <button type=\"button\" data-val=\"units\">Units<\/button>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div>\n          <label for=\"fxc-pl-open\">Open price<\/label>\n          <input type=\"number\" id=\"fxc-pl-open\" step=\"any\" value=\"1.16000\">\n        <\/div>\n        <div>\n          <label for=\"fxc-pl-close\">Close price<\/label>\n          <input type=\"number\" id=\"fxc-pl-close\" step=\"any\" value=\"1.16500\">\n        <\/div>\n        <div>\n          <label for=\"fxc-pl-lotsize\">Units per lot<\/label>\n          <input type=\"number\" id=\"fxc-pl-lotsize\" step=\"any\" value=\"100000\">\n        <\/div>\n        <div>\n          <label for=\"fxc-pl-pipsize\">Pip size<\/label>\n          <input type=\"number\" id=\"fxc-pl-pipsize\" step=\"any\" value=\"0.0001\">\n        <\/div>\n      <\/div>\n      <button type=\"button\" class=\"fxc-btn fxc-calc-btn\" id=\"fxc-pl-go\">Calculate profit \/ loss<\/button>\n      <div class=\"fxc-results\">\n        <div class=\"fxc-res wide\"><div class=\"k\">Profit \/ loss (account currency)<\/div><div class=\"v\" id=\"fxc-pl-pnl\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Movement in pips<\/div><div class=\"v\" id=\"fxc-pl-pips\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Value per pip<\/div><div class=\"v\" id=\"fxc-pl-pipval\">\u2014<\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ===================== PANE: POSITION SIZE ===================== -->\n    <div class=\"fxc-pane\" data-pane=\"size\">\n      <div class=\"fxc-grid\">\n        <div>\n          <label for=\"fxc-s-balance\">Account balance<\/label>\n          <input type=\"number\" id=\"fxc-s-balance\" step=\"any\" value=\"10000\">\n        <\/div>\n        <div>\n          <label>Risk by<\/label>\n          <div class=\"fxc-seg\" data-group=\"s-mode\">\n            <button type=\"button\" class=\"active\" data-val=\"pct\">Percent (%)<\/button>\n            <button type=\"button\" data-val=\"money\">Money<\/button>\n          <\/div>\n        <\/div>\n        <div>\n          <label for=\"fxc-s-risk\" id=\"fxc-s-risk-label\">Risk percentage (%)<\/label>\n          <input type=\"number\" id=\"fxc-s-risk\" step=\"any\" value=\"1\">\n          <p class=\"fxc-hint\">Most traders risk 0.5\u20132% per trade<\/p>\n        <\/div>\n        <div>\n          <label for=\"fxc-s-sl\">Stop-loss (pips)<\/label>\n          <input type=\"number\" id=\"fxc-s-sl\" step=\"any\" value=\"50\">\n        <\/div>\n        <div>\n          <label for=\"fxc-s-lotsize\">Units per lot<\/label>\n          <input type=\"number\" id=\"fxc-s-lotsize\" step=\"any\" value=\"100000\">\n        <\/div>\n        <div>\n          <label for=\"fxc-s-pipsize\">Pip size<\/label>\n          <input type=\"number\" id=\"fxc-s-pipsize\" step=\"any\" value=\"0.0001\">\n        <\/div>\n      <\/div>\n      <button type=\"button\" class=\"fxc-btn fxc-calc-btn\" id=\"fxc-s-go\">Calculate position size<\/button>\n      <div class=\"fxc-results\">\n        <div class=\"fxc-res\"><div class=\"k\">Position size (lots)<\/div><div class=\"v\" id=\"fxc-s-lots\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Position size (units)<\/div><div class=\"v\" id=\"fxc-s-units\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Amount at risk<\/div><div class=\"v\" id=\"fxc-s-amount\">\u2014<\/div><\/div>\n        <div class=\"fxc-res\"><div class=\"k\">Value per pip<\/div><div class=\"v\" id=\"fxc-s-pipval\">\u2014<\/div><\/div>\n      <\/div>\n    <\/div>\n\n  <\/div><!-- \/body -->\n\n  <div class=\"fxc-foot\">\n    <strong>Disclaimer:<\/strong> This calculator is provided for general informational and\n    educational purposes only and does not constitute financial or investment advice.\n    Results are estimates and exclude spreads, commissions and swap\/overnight fees.\n    Always verify figures with your broker before trading.\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  var root = document.getElementById(\"fx-calc\");\n  if (!root) return;\n  var $ = function (id) { return document.getElementById(id); };\n\n  var API_URL = \"https:\/\/api.forexcalcs.com\/prices.json\";\n  var allInstruments = [];\n  var selected = null;\n\n  \/* ---------- tab switching ---------- *\/\n  root.querySelectorAll(\".fxc-tab\").forEach(function (tab) {\n    tab.addEventListener(\"click\", function () {\n      var name = tab.getAttribute(\"data-pane\");\n      root.querySelectorAll(\".fxc-tab\").forEach(function (t) { t.classList.remove(\"active\"); });\n      tab.classList.add(\"active\");\n      root.querySelectorAll(\".fxc-pane\").forEach(function (p) {\n        p.classList.toggle(\"active\", p.getAttribute(\"data-pane\") === name);\n      });\n    });\n  });\n\n  \/* ---------- segmented toggles ---------- *\/\n  var segState = {};\n  root.querySelectorAll(\".fxc-seg\").forEach(function (seg) {\n    var group = seg.getAttribute(\"data-group\");\n    var first = seg.querySelector(\"button.active\") || seg.querySelector(\"button\");\n    segState[group] = first ? first.getAttribute(\"data-val\") : null;\n    seg.querySelectorAll(\"button\").forEach(function (btn) {\n      btn.addEventListener(\"click\", function () {\n        seg.querySelectorAll(\"button\").forEach(function (b) { b.classList.remove(\"active\"); });\n        btn.classList.add(\"active\");\n        segState[group] = btn.getAttribute(\"data-val\");\n        if (group === \"s-mode\") {\n          var pct = segState[\"s-mode\"] === \"pct\";\n          $(\"fxc-s-risk-label\").textContent = pct ? \"Risk percentage (%)\" : \"Risk amount (money)\";\n          $(\"fxc-s-risk\").value = pct ? \"1\" : \"100\";\n        }\n      });\n    });\n  });\n  function seg(g) { return segState[g]; }\n\n  \/* ---------- helpers ---------- *\/\n  function num(id) { var v = parseFloat($(id).value); return isNaN(v) ? 0 : v; }\n  function fmtMoney(n) {\n    var ccy = $(\"fxc-account\").value || \"\";\n    return (n < 0 ? \"-\" : \"\") + ccy + \" \" +\n      Math.abs(n).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 });\n  }\n  function fmtNum(n, d) { return Number(n).toLocaleString(undefined, { maximumFractionDigits: d == null ? 2 : d }); }\n  function toUnits(size, isLots, lotSize) { return isLots ? size * lotSize : size; }\n\n  \/\/ conversion: quote currency -> account currency\n  function conversionRate() {\n    var acct = $(\"fxc-account\").value;\n    if (selected && selected.Rates && selected.Rates[acct]) return parseFloat(selected.Rates[acct]) || 1;\n    return 1;\n  }\n  function detectPipSize(inst) {\n    \/\/ JPY-quoted pairs use 0.01, everything else 0.0001\n    var name = inst ? (inst.DisplaySymbolName || inst.SymbolName || \"\") : \"\";\n    return \/JPY\/i.test(name) ? 0.01 : 0.0001;\n  }\n  function setAllPipSizes(v) {\n    [\"fxc-p-pipsize\", \"fxc-pl-pipsize\", \"fxc-s-pipsize\"].forEach(function (id) { if ($(id)) $(id).value = v; });\n  }\n  function setAllLotSizes(v) {\n    [\"fxc-m-lotsize\", \"fxc-p-lotsize\", \"fxc-pl-lotsize\", \"fxc-s-lotsize\"].forEach(function (id) { if ($(id)) $(id).value = v; });\n  }\n\n  \/* ---------- instrument data ---------- *\/\n  function refreshOptions() {\n    var sel = $(\"fxc-instrument\");\n    sel.innerHTML = '<option value=\"\">Please select<\/option>';\n    var markets = [];\n    if ($(\"fxc-forex\").checked) markets.push(\"Forex\");\n    if ($(\"fxc-crypto\").checked) markets.push(\"Crypto\");\n    allInstruments\n      .filter(function (i) { return markets.length === 0 || markets.indexOf(i.Market) !== -1; })\n      .forEach(function (i) {\n        var o = document.createElement(\"option\");\n        o.value = i.DisplaySymbolName;\n        o.text = i.SymbolName || i.DisplaySymbolName;\n        sel.appendChild(o);\n      });\n  }\n\n  function applySelected() {\n    if (!selected) return;\n    if (selected.SymbolRate) $(\"fxc-price\").value = selected.SymbolRate;\n    if (selected.LotSize) setAllLotSizes(selected.LotSize);\n    setAllPipSizes(detectPipSize(selected));\n    \/\/ seed open\/close around current price for the P\/L tab\n    var p = parseFloat($(\"fxc-price\").value) || 0;\n    if (p) {\n      $(\"fxc-pl-open\").value = p.toFixed(p < 10 ? 5 : 2);\n      $(\"fxc-pl-close\").value = (p + (detectPipSize(selected) * 50)).toFixed(p < 10 ? 5 : 2);\n    }\n  }\n\n  function fetchInstruments() {\n    fetch(API_URL)\n      .then(function (r) { return r.json(); })\n      .then(function (data) {\n        allInstruments = (data && data.currencyPairs) ? data.currencyPairs : [];\n        refreshOptions();\n        $(\"fxc-status\").textContent = allInstruments.length\n          ? \"Live prices loaded. Pick an instrument, then Update.\"\n          : \"No instruments returned \u2014 you can still enter values manually.\";\n      })\n      .catch(function () {\n        $(\"fxc-status\").textContent = \"Live prices unavailable \u2014 enter price\/values manually.\";\n      });\n  }\n\n  $(\"fxc-forex\").addEventListener(\"change\", refreshOptions);\n  $(\"fxc-crypto\").addEventListener(\"change\", refreshOptions);\n  $(\"fxc-instrument\").addEventListener(\"change\", function () {\n    selected = allInstruments.find(function (i) { return i.DisplaySymbolName === this.value; }.bind(this)) || null;\n    if (selected) setAllPipSizes(detectPipSize(selected));\n  });\n  $(\"fxc-account\").addEventListener(\"change\", function () { \/* recalc happens on button press *\/ });\n  $(\"fxc-update\").addEventListener(\"click\", function () {\n    if (!selected) { $(\"fxc-status\").textContent = \"Select an instrument first.\"; return; }\n    applySelected();\n    $(\"fxc-status\").textContent = \"Updated to live price for \" + (selected.SymbolName || selected.DisplaySymbolName) + \".\";\n  });\n\n  \/* ===================== CALCULATIONS ===================== *\/\n\n  \/\/ MARGIN = notional \/ leverage, converted to account currency\n  $(\"fxc-m-go\").addEventListener(\"click\", function () {\n    var units = toUnits(num(\"fxc-m-size\"), seg(\"m-unit\") === \"lots\", num(\"fxc-m-lotsize\"));\n    var price = num(\"fxc-price\");\n    var lev = parseInt(($(\"fxc-leverage\").value || \"1\").split(\":\")[0], 10) || 1;\n    var conv = conversionRate();\n    var notionalQuote = units * price;\n    var margin = (notionalQuote \/ lev) * conv;\n    $(\"fxc-m-notional\").textContent = fmtMoney(notionalQuote * conv);\n    $(\"fxc-m-units\").textContent = fmtNum(units, 0);\n    $(\"fxc-m-margin\").textContent = fmtMoney(margin);\n  });\n\n  \/\/ PIP VALUE = pipSize * units * conversionRate\n  $(\"fxc-p-go\").addEventListener(\"click\", function () {\n    var units = toUnits(num(\"fxc-p-size\"), seg(\"p-unit\") === \"lots\", num(\"fxc-p-lotsize\"));\n    var pipVal = num(\"fxc-p-pipsize\") * units * conversionRate();\n    $(\"fxc-p-val\").textContent = fmtMoney(pipVal);\n    $(\"fxc-p-10\").textContent = fmtMoney(pipVal * 10);\n    $(\"fxc-p-100\").textContent = fmtMoney(pipVal * 100);\n  });\n\n  \/\/ PROFIT \/ LOSS\n  $(\"fxc-pl-go\").addEventListener(\"click\", function () {\n    var units = toUnits(num(\"fxc-pl-size\"), seg(\"pl-unit\") === \"lots\", num(\"fxc-pl-lotsize\"));\n    var open = num(\"fxc-pl-open\"), close = num(\"fxc-pl-close\");\n    var pipSize = num(\"fxc-pl-pipsize\") || 0.0001;\n    var conv = conversionRate();\n    var dir = seg(\"pl-dir\") === \"buy\" ? 1 : -1;\n    var pnlQuote = (close - open) * units * dir;\n    var pnl = pnlQuote * conv;\n    var pips = ((close - open) \/ pipSize) * dir;\n    var pipVal = pipSize * units * conv;\n    var el = $(\"fxc-pl-pnl\");\n    el.textContent = fmtMoney(pnl);\n    el.className = \"v \" + (pnl > 0 ? \"pos\" : pnl < 0 ? \"neg\" : \"\");\n    $(\"fxc-pl-pips\").textContent = fmtNum(pips, 1) + \" pips\";\n    $(\"fxc-pl-pipval\").textContent = fmtMoney(pipVal);\n  });\n\n  \/\/ POSITION SIZE = riskAmount \/ (stopLossPips * pipValuePerLot)\n  $(\"fxc-s-go\").addEventListener(\"click\", function () {\n    var balance = num(\"fxc-s-balance\");\n    var sl = num(\"fxc-s-sl\");\n    var lotSize = num(\"fxc-s-lotsize\") || 100000;\n    var pipSize = num(\"fxc-s-pipsize\") || 0.0001;\n    var conv = conversionRate();\n    var riskAmount = seg(\"s-mode\") === \"pct\" ? balance * (num(\"fxc-s-risk\") \/ 100) : num(\"fxc-s-risk\");\n    var pipValuePerLot = pipSize * lotSize * conv;            \/\/ value of 1 pip on 1 lot\n    var denom = sl * pipValuePerLot;\n    var lots = denom > 0 ? riskAmount \/ denom : 0;\n    var units = lots * lotSize;\n    $(\"fxc-s-lots\").textContent = fmtNum(lots, 2) + \" lots\";\n    $(\"fxc-s-units\").textContent = fmtNum(units, 0) + \" units\";\n    $(\"fxc-s-amount\").textContent = fmtMoney(riskAmount);\n    $(\"fxc-s-pipval\").textContent = fmtMoney(pipValuePerLot * lots);\n  });\n\n  \/* ---------- init ---------- *\/\n  fetchInstruments();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50a44ef e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"50a44ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5362e3b e-con-full e-flex e-con e-child\" data-id=\"5362e3b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83af410 elementor-widget elementor-widget-image\" data-id=\"83af410\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"39\" height=\"131\" data-src=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/1-1.png\" class=\"attachment-large size-large wp-image-4880 lazyload\" alt=\"\" data-srcset=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/1-1.png 39w, https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/1-1-4x12.png 4w\" data-sizes=\"(max-width: 39px) 100vw, 39px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 39px; --smush-placeholder-aspect-ratio: 39\/131;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-030c806 e-con-full e-flex e-con e-child\" data-id=\"030c806\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fb57ea elementor-widget elementor-widget-heading\" data-id=\"2fb57ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Register<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46723ec elementor-widget elementor-widget-heading\" data-id=\"46723ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Create your Amillex Live Trading Account in just a few minutes.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2dc3762 e-con-full e-flex e-con e-child\" data-id=\"2dc3762\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9f7d83 elementor-widget elementor-widget-image\" data-id=\"a9f7d83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"89\" height=\"132\" data-src=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/2-1.png\" class=\"attachment-large size-large wp-image-4881 lazyload\" alt=\"\" data-srcset=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/2-1.png 89w, https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/2-1-8x12.png 8w\" data-sizes=\"(max-width: 89px) 100vw, 89px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 89px; --smush-placeholder-aspect-ratio: 89\/132;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-01cdf1a e-con-full e-flex e-con e-child\" data-id=\"01cdf1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbc28d0 elementor-widget elementor-widget-heading\" data-id=\"dbc28d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deposit<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5e259d elementor-widget elementor-widget-heading\" data-id=\"a5e259d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deposit funds using your preferred currency and payment method.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4197d4f e-con-full e-flex e-con e-child\" data-id=\"4197d4f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1be2510 elementor-widget elementor-widget-image\" data-id=\"1be2510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"89\" height=\"134\" data-src=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/3-1.png\" class=\"attachment-large size-large wp-image-4882 lazyload\" alt=\"\" data-srcset=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/3-1.png 89w, https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/3-1-8x12.png 8w\" data-sizes=\"(max-width: 89px) 100vw, 89px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 89px; --smush-placeholder-aspect-ratio: 89\/134;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0d3700 e-con-full e-flex e-con e-child\" data-id=\"e0d3700\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66059d3 elementor-widget elementor-widget-heading\" data-id=\"66059d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trade<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14e1f96 elementor-widget elementor-widget-heading\" data-id=\"14e1f96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Start trading with pc, mobile or web.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b326ee e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"9b326ee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6c4509f e-flex e-con-boxed e-con e-child\" data-id=\"6c4509f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-30346ac e-con-full e-flex e-con e-child\" data-id=\"30346ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28542cb elementor-widget elementor-widget-heading\" data-id=\"28542cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Trade with us?<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dda0f59 e-con-full e-flex e-con e-child\" data-id=\"dda0f59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de2c753 elementor-widget elementor-widget-button\" data-id=\"de2c753\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/accounts.amillex.com\/regist-real\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Open Live Account<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a82fe42 elementor-widget elementor-widget-button\" data-id=\"a82fe42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/accounts.amillex.com\/regist-simulate\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Try Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0fb39a e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"a0fb39a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16da7e3 elementor-widget elementor-widget-video\" data-id=\"16da7e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/www.amillex.com\/wp-content\/uploads\/2026\/05\/0513_CTA_Landing-Page.mp4\" autoplay=\"\" loop=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Trading Calculator Build your strategy or crunch numbers with these trading calculators. Forex Trading Calculator Margin &middot; Pip value &middot; Profit \/ loss &middot; Position size Margin Pip Value Profit \/ Loss Position Size Instrument Please select Forex Crypto Account \/ deposit currency USD &#8211; US DollarEUR &#8211; EuroGBP &#8211; British PoundJPY &#8211; Japanese YenAUD [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":5631,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-5160","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/pages\/5160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/comments?post=5160"}],"version-history":[{"count":16,"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/pages\/5160\/revisions"}],"predecessor-version":[{"id":5630,"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/pages\/5160\/revisions\/5630"}],"up":[{"embeddable":true,"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/pages\/5631"}],"wp:attachment":[{"href":"https:\/\/www.amillex.com\/fa\/wp-json\/wp\/v2\/media?parent=5160"}],"curies":[{"name":"\u0648\u0631\u062f\u067e\u0631\u0633","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}