{"title":"Indicators for Sierra Chart","description":"\u003cp data-mce-fragment=\"1\"\u003eBelow you find all our indicators for Sierra Chart. Each indicator requires a\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eone-time fee only\u003c\/span\u003e\u003c\/strong\u003e, comes with a\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003elifetime license\u003c\/strong\u003e\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e(1 PC) and\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003efree future updates\u003c\/strong\u003e\u003c\/span\u003e.  \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eSince we offer a\u003cstrong data-mce-fragment=\"1\"\u003e\u003ca href=\"https:\/\/tradedevils-indicators.myshopify.com\/products\/5-day-free-trial\" title=\"5 day free trial\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/tradedevils-indicators.myshopify.com\/products\/5-day-free-trial\" target=\"_blank\"\u003e free 7-day trial\u003c\/a\u003e \u003c\/strong\u003eof all our indicators allowing you to test our software before buying it\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eall sales are final and non-refundable!\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"orderflow-footprint-indicator-sierrachart","title":"Orderflow Footprint Indicator (Sierra Chart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden; \/* Safety for wide breakouts *\/\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n   \/* Keeps the background full-width, but the text centered *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem; \n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important; \/* Strictly 15px\/0.95rem *\/\n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n\/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important; \n    color: var(--text-dim);\n    line-height: 1.6; \n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n\u003csection class=\"problem-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n\u003ch2 class=\"problem-headline\"\u003eYou Are Trading Blind. The Liquidity Is Invisible.\u003c\/h2\u003e\n\u003cp class=\"problem-text\"\u003eMost traders fail because they make critical decisions using hollow information. Empty candlesticks tell you where price went, but they completely hide \u003cem\u003ehow\u003c\/em\u003e it got there.\u003c\/p\u003e\n\u003cp class=\"problem-text\"\u003eYou see a strong green candle break the high. You buy the breakout. Instantly, price reverses and stops you out. What you couldn't see was the massive block of institutional sell limit orders absorbing every single retail buy order at the exact top of that bar. You walked straight into a trap because the internal auction was invisible to you.\u003c\/p\u003e\n\u003cp class=\"problem-text\"\u003eThe Orderflow Footprint Suite acts as an X-Ray for the market. It slices open every candle to reveal the exact distribution of volume, bid\/ask imbalances, and trapped traders. When institutional money aggressively steps in to defend a level or sweep liquidity, it leaves a mathematical footprint. Not a lagging oscillator. Real-time transaction data.\u003c\/p\u003e\n\u003cp class=\"problem-text\"\u003eStop relying on subjective patterns. By trading the raw, verified order flow, you stop guessing what the smart money is doing—and start executing right alongside them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pas-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"pas-header\"\u003e\n\u003ch2 class=\"td-heading-1\"\u003eYou're Trading Illusions.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Expose The True Auction.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders stare at red and green blocks. Institutional traders watch the aggressive flow of capital. Step into the light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-grid\"\u003e\n\u003cdiv class=\"pas-card\"\u003e\n\u003cdiv class=\"pas-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"td-heading-3\"\u003eEmpty Candlesticks\u003c\/h3\u003e\n\u003cp class=\"td-text-body\"\u003eTrading standard charts is like driving with muddy windows. You see the rough shape of the price action, but you are entirely blind to the underlying transaction data driving the momentum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-card\"\u003e\n\u003cdiv class=\"pas-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"td-heading-3\"\u003eGetting Trapped at Extremes\u003c\/h3\u003e\n\u003cp class=\"td-text-body\"\u003eYou buy the top of the range just as smart money absorbs the liquidity. You suffer brutal slippage and immediate drawdowns because you couldn't see the aggressive sellers stepping in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-card\"\u003e\n\u003cdiv class=\"pas-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"td-heading-3\"\u003eX-Ray Market Vision\u003c\/h3\u003e\n\u003cp class=\"td-text-body\"\u003eThe Orderflow Footprint suite automatically tracks imbalances, exhaustion prints, and trapped delta, providing a mathematically precise map of where the big money is actually committing capital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"visual-proof-section wide-layout\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eRead The Tape. Stop The Guesswork.\u003c\/h2\u003e\n\u003cdiv class=\"video-proof-container\"\u003e\u003ciframe title=\"Orderflow Footprint Suite — Official Product Demo\" src=\"https:\/\/www.youtube.com\/embed\/a4o5oT7Ak40?start=0\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"ape-test-wrapper\"\u003e\n\u003cimg alt=\"Orderflow Footprint indicator highlighting institutional aggression and imbalances\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/bigpc-1679817789014.png?v=1679817789\" loading=\"lazy\"\u003e\n\u003cp class=\"ape-test-caption\"\u003eRaw Output: Institutional Aggression \u0026amp; Trapped Traders Identified Live.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tldr-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"tldr-box\"\u003e\n\u003cdiv class=\"tldr-header\"\u003e\n\u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Suite\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to dissect the order book, packed into 4 specialized custom studies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-grid\"\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eSpot Hidden Reversals\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eLeverage integrated Delta Signals to automatically detect trapped traders and divergence at the extremes, \u003cstrong\u003eso you can fade the retail crowd and reverse your position alongside institutional momentum.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003ePinpoint Precise Entries\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eVisualize aggressive buying and selling via Stacked Imbalances and Exhaustion prints directly on the chart, \u003cstrong\u003eso you stop guessing and pull the trigger exactly where the heavy volume is defending the zone.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eAutomate Volume Analysis\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eLet the software calculate dynamic bar statistics, volume distribution, and delta summaries in real-time tables, \u003cstrong\u003eallowing you to read the tape instantly without the mental fatigue of manual counting.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eConfirm Market Control\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eTrack the continuous Point of Control (POC) and Value Areas as they shift dynamically throughout the session, \u003cstrong\u003eso you only take breakout setups that are backed by dominant structural volume.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"outcomes-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Stacked Delta Imbalances highlighting order flow\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/stacked-1669473163859.jpg?v=1669473168\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eAggressive Imbalance Logic\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eUncover Institutional Aggression.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eSee exactly when one side of the market is violently overwhelming the other. The tool highlights Stacked Imbalances—where aggressive buyers or sellers pile up on top of each other—\u003cstrong\u003egiving you high-probability continuation zones to trade off of.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eIdentify areas where limit orders are being completely swept.\u003c\/li\u003e\n\u003cli\u003eAdjust imbalance ratios to extreme levels (400% to 1000%+).\u003c\/li\u003e\n\u003cli\u003eSpot \"Unfinished Business\" where the market is guaranteed to revisit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eVisual Delta Signals\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eIdentify Reversals Instantly.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eGet immediate visual alerts for complex order flow patterns like Delta Divergence and Trapped Traders. If price pushes a new high but volume is aggressively negative, the indicator marks it immediately, \u003cstrong\u003eallowing you to short the trap before the retail breakout buyers realize they are doomed.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eSpot Exhaustion prints where buyers run out of ammunition.\u003c\/li\u003e\n\u003cli\u003eReceive instant on-chart markers and customizable audio alerts.\u003c\/li\u003e\n\u003cli\u003eTrade reversals with mathematically proven divergence logic.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Delta Divergence Signals identifying market reversals\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/deltadivergence-1671383506901.jpg?v=1671383509\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wide-layout\"\u003e\n\u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n\u003cdiv class=\"conversion-banner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Point of Control and Value Area tracking on chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/pocvaluearea-1673736508883.jpg?v=1673736509\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eDynamic Profiling\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eTrack The True Auction.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003ePrice is an advertising mechanism; volume is reality. The indicator continuously calculates the Point of Control (POC) and Value Areas, \u003cstrong\u003egiving you the exact fair-value zones where institutions are transacting the most volume.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eFind hidden support and resistance based on volume, not price.\u003c\/li\u003e\n\u003cli\u003eIdentify momentum gaps where price moves too fast to build value.\u003c\/li\u003e\n\u003cli\u003eAutomatically extend POC lines until tested in the future.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eMulti-Row Statistics\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eRead The Tape At A Glance.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eStop doing mental math. The Footprint Summary table displays total volume, delta, and trade count directly above or below every single candle, \u003cstrong\u003eensuring you can instantly compare current buying pressure to the historical average without missing a tick.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eClean up the clutter by formatting large volume data gracefully.\u003c\/li\u003e\n\u003cli\u003eDisplay up to 4 distinct rows of vital order flow statistics.\u003c\/li\u003e\n\u003cli\u003eColor-coded backgrounds highlight critical shifts in momentum.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Footprint Summary Table showing bar statistics\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/summary-1673941883785.jpg?v=1673941885\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wide-layout\"\u003e\n\u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n\u003cdiv class=\"conversion-banner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Exhaustion prints showing reversals at extremes\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/exhaustion-1670754388853.jpg?v=1670754390\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eCustom Scripting \u0026amp; Stripes\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eBuild Your Own Advantage.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eFor the power user: write simple C++ logic directly into the indicator settings to generate custom vertical stripes and visual signals based on your proprietary rules, \u003cstrong\u003eallowing the software to evolve endlessly alongside your growing order flow expertise.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eProgram custom alerts for specialized footprint anomalies.\u003c\/li\u003e\n\u003cli\u003eIdentify \"Zero Print\" levels automatically.\u003c\/li\u003e\n\u003cli\u003eCombine delta, volume, and imbalance logic into one master signal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"vault-section wide-layout\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n\u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eAuto-Extension\u003c\/strong\u003e\n\u003cp\u003eAutomatically extend historical Point of Control (POC) or resistance lines forward until future price touches them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eZero Print Detection\u003c\/strong\u003e\n\u003cp\u003eInstantly spot levels where absolutely zero trading occurred at the extreme high or low of a bar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eCustom Scaling\u003c\/strong\u003e\n\u003cp\u003eDynamically adjust typography and scaling logic so the footprint is readable on 4K monitors or ultra-wide setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eTrapped Trader Alerts\u003c\/strong\u003e\n\u003cp\u003eProprietary logic specifically engineered to spot massive buy imbalances occurring at the absolute top of heavy down-bars.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eMulti-Row Statistics\u003c\/strong\u003e\n\u003cp\u003eProcess and output up to 4 distinct rows of footprint data (Delta, Max Delta, Min Delta, Vol) above\/below the candle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eAggressive Imbalance\u003c\/strong\u003e\n\u003cp\u003eConfigure internal ratio requirements to highlight strictly institutional-grade imbalances (400% to 1000%+ thresholds).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eAutomated Trading Data (API\/Plots)\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor quantitative and algorithmic traders, the Orderflow Suite provides deep access to raw market telemetry, allowing for programmatic execution based on footprint states.\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDelta Signal Exporter:\u003c\/strong\u003e Access continuous Delta POC, Delta Slingshot, Delta Sweep, and Delta Trap signals natively for programmatic entry logic.\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImbalance Tracking:\u003c\/strong\u003e Read binary outputs representing stacked imbalance presence on the bid or ask.\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eValue Area Metrics:\u003c\/strong\u003e Continuously pull exact numerical data for VAH (Value Area High), VAL (Value Area Low), and POC for use in custom C++ auto-traders.\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Scripting API:\u003c\/strong\u003e Utilize the built-in simple C++ coding interface to parse orderflow states and trigger customized vertical stripe warnings or external hooks.\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eVersion Changelog\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cul class=\"changelog-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003eCurrent\u003c\/span\u003e \u003cstrong\u003e(v1.0.1.27)\u003c\/strong\u003e - Initial core release. Deployed the comprehensive Orderflow Footprint Suite with 4 dedicated custom studies.\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n\u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n\u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs support included?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"bottom-cta-section wide-layout\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"bottom-cta-content\"\u003e\n\u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop guessing. Start executing.\u003c\/p\u003e\n\u003cbutton class=\"btn-primary scroll-to-buy\"\u003e Secure Your License Now \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  \/\/ ======================================================================\n  \/\/ VANILLA JAVASCRIPT LOGIC\n  \/\/ - Handles Accordion state changes smoothly.\n  \/\/ - Handles the custom 'scroll-to-buy' Loop functionality requested.\n  \/\/ ======================================================================\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    \/\/ Accordion Logic\n    const accordions = document.querySelectorAll('.accordion-header');\n    accordions.forEach(acc =\u003e {\n      acc.addEventListener('click', function() {\n        const item = this.parentElement;\n        const content = item.querySelector('.accordion-content');\n        \n        \/\/ Toggle active class\n        item.classList.toggle('active');\n        \n        \/\/ Toggle max-height for smooth transition\n        if (item.classList.contains('active')) {\n          content.style.maxHeight = content.scrollHeight + \"px\";\n          this.setAttribute('aria-expanded', 'true');\n        } else {\n          content.style.maxHeight = null;\n          this.setAttribute('aria-expanded', 'false');\n        }\n      });\n    });\n\n    \/\/ Scroll to buy (Loop back to top\/buy section)\n    const buyButtons = document.querySelectorAll('.scroll-to-buy');\n    buyButtons.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43421030318279,"sku":"","price":459.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/thumb_c2d11c9d-d066-41ef-9b35-c2768929ce31.png?v=1697095429"},{"product_id":"tdu-market-structure-smart-money-indicator-sierrachart","title":"TDU Market Structure \/ Smart Money Indicator (SierraChart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden;\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem;\n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n\n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYou Are The Liquidity. Let's Fix That.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost retail traders don't fail because they lack discipline. They fail because their charts are entirely disconnected from how the market actually functions.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou spot a textbook breakout. You enter the trade. Then price immediately reverses, sweeps your stop loss, and rockets back in your original direction. This isn't bad luck—it's algorithmic liquidity hunting. While you are trading MACD crosses and lagging averages, institutional algorithms are targeting structural weakness.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe TDU Market Structure Indicator for Sierra Chart is built specifically to solve this visibility problem. It abandons lagging mathematics and instead plots the actual \"Smart Money\" footprints on your chart. When an institution steps in to break market structure, change the character of the trend, or leave a massive order block behind, you see it instantly.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eStop guessing where support and resistance are. Start trading alongside the large institutions instead of offering up your capital to them.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Trading Illusions.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map Institutional Footprints.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders rely on lagging oscillators. Institutional algorithms rely on liquidity sweeps and structural breaks. Stop trading against the bank.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eTrading Against The Current\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou take setups based on conventional wisdom, only to realize you are buying exactly where the \"Smart Money\" is aggressively selling. Your standard indicators cannot see this institutional volume.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eThe Brutal Liquidity Sweep\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou place a logical stop loss. The market violently spikes down, stops you out to the tick, and immediately runs to your profit target. You weren't wrong; you were just used as liquidity.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eObjective Market Structure\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe TDU Market Structure Indicator algorithmically maps major price turning points, order blocks, and fair value gaps, allowing you to ride the coattails of institutional algorithms instead of fighting them.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eExpose The Hidden Geometry Of The Market.\u003c\/h2\u003e\n      \n      \u003cdiv class=\"video-proof-container\"\u003e\n        \u003ciframe title=\"TDU Market Structure — Official Product Demo\" src=\"https:\/\/www.youtube.com\/embed\/EDPnU_uamkY?start=0\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"TDU Market Structure Indicator Overview showing BOS, CHoCH, and Order Blocks\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/smc-overview.png?v=1697908864\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: Objective Institutional Market Structure Identified Live.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Edge\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eA complete suite of Smart Money Concepts, natively engineered into one C++ tool for Sierra Chart.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eIdentify True Trend Changes\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eThe algorithm instantly isolates major turning points via Break of Structure (BOS) and Change of Character (ChoCh) markers, \u003cstrong\u003eso you can enter macro shifts early and stop buying into dead trends.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eTarget Institutional Footprints\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eAutomatically map active Order Blocks and Supply\/Demand zones directly onto the chart, \u003cstrong\u003eso you can place your limit orders exactly where banks are defending their massive positions.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eExploit Price Magnets\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eVisualize Fair Value Gaps (FVGs) where the market moved too quickly and left a void, \u003cstrong\u003eensuring you have high-probability, magnetic targets to exit your trades for maximum risk-to-reward ratios.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eFilter Weak Targets\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eContinuously track Strong vs. Weak highs and lows based on their ability to break market structure, \u003cstrong\u003eallowing you to identify vulnerable price levels to attack while protecting your stops behind structurally proven liquidity walls.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Break of Structure mapping on chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/bos-1669634707627.jpg?v=1669634708\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eAlgorithmic Turning Points\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eCatch Momentum Shifts Instantly.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eStop relying on lagging moving averages to tell you the trend has changed. The indicator uses a sophisticated algorithm to spot major price turning points instantly, labeling a Break of Structure (BOS) for trend continuation and a Change of Character (ChoCh) for early reversal warnings, \u003cstrong\u003eso you can enter positions with sniper-like precision while retail is still waiting for confirmation.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eInstantly verify when a pullback becomes a reversal.\u003c\/li\u003e\n            \u003cli\u003eVisualize integrated volume profiles strictly inside the BOS zone.\u003c\/li\u003e\n            \u003cli\u003eMonitor micro-structure alongside macro market moves.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eInstitutional Order Blocks\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eTrade The Bank's Hidden Levels.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eOrder blocks show you exactly where the big banks and institutions likely entered the market. These zones often act as powerful areas where price will bounce. The indicator automatically draws these forward until they are mitigated or broken, \u003cstrong\u003egiving you a massive edge by allowing you to stack your bids and offers exactly where the market makers do.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eAutomatically identify high-probability institutional entry zones.\u003c\/li\u003e\n            \u003cli\u003eDetect \"Breaker Blocks\" when a support zone flips to resistance.\u003c\/li\u003e\n            \u003cli\u003eDramatically improve your Risk\/Reward ratios.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Order blocks and institutional footprints\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/orderblock1.png?v=1700748472\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Fair Value Gaps on Sierra Chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/fairvaluegap-1669662761785.jpg?v=1669662762\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eLiquidity Voids\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eExploit Fair Value Gaps.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eA Fair Value Gap (FVG) is an algorithmic void left when the market moves with extreme, explosive velocity. Price acts as a magnet to these zones, returning to rebalance the inefficiency. \u003cstrong\u003eBy visualizing these gaps automatically, you can set pinpoint profit targets or identify high-probability bounce zones for trend continuation.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eStop guessing where to take profit.\u003c\/li\u003e\n            \u003cli\u003eIdentify the exact ticks where the market is mathematically unbalanced.\u003c\/li\u003e\n            \u003cli\u003eCombine FVGs with Order Blocks for ultimate confluence.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eStructural Filtering\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eTarget Weakness. Defend Strength.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eNot every swing high or low is equal. A Strong High is one that successfully pushed price to a new algorithmic low. A Weak High is one that failed its objective. \u003cstrong\u003eBy automatically categorizing these pivots, you can systematically target the \"weak\" liquidity levels for breakouts, while resting your stops securely behind the \"strong\" levels institutions are defending.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eStop getting swept out at random pivot points.\u003c\/li\u003e\n            \u003cli\u003eKnow exactly which levels the algorithms will hunt next.\u003c\/li\u003e\n            \u003cli\u003eDefine structure context mechanically, zero subjectivity.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Strong and weak highs and lows mapped out\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/weakhilos-1669634750252.jpg?v=1669634751\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eBOS \/ ChoCh Plotting\u003c\/strong\u003e\n                  \u003cp\u003eAutomatically maps major trend continuations (BOS) and early warnings of structural failure (ChoCh) instantly as bars close.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eStrong \u0026amp; Weak Highs\/Lows\u003c\/strong\u003e\n                  \u003cp\u003eAlgorithmically differentiates pivots based on their ability to create new structural extremes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eOrder \u0026amp; Breaker Blocks\u003c\/strong\u003e\n                  \u003cp\u003eIdentifies and extends institutional entry zones forward until mitigated, highlighting flipped S\/R zones (Breakers).\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eFair Value Gaps (FVG)\u003c\/strong\u003e\n                  \u003cp\u003eCalculates three-bar inefficiencies and draws structural magnets directly onto the price action.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eVolume Profiles for BOS\u003c\/strong\u003e\n                  \u003cp\u003eIntegrates granular volume profile math to identify the highest traded price levels inside a structural breakout.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eMicro Structure Support\u003c\/strong\u003e\n                  \u003cp\u003eAllows tracking of internal, secondary swings inside the larger macro market movements.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eAutomated \u0026amp; Programmatic Utility\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eThe TDU Market Structure Indicator is heavily engineered to act as the visual foundation for your systematic Smart Money Concept execution in Sierra Chart.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eConsistent Logic Rules:\u003c\/strong\u003e Remove human bias from determining what constitutes a valid order block or structural break.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eZero-Lag Native Rendering:\u003c\/strong\u003e Because it is compiled specifically for Sierra Chart's OpenGL environment, it handles immense data processing without freezing your DOM.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eClear Setup Definitions:\u003c\/strong\u003e Define your setups mathematically (e.g., \"Only enter a long if price sweeps a Weak Low, taps a bullish Order Block, and prints a bullish ChoCh\").\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eVersion Changelog\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e21-oct-2023\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the TDU Market Structure Indicator for Sierra Chart.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eIs support included?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop guessing. Start executing with algorithmic precision.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e\n          Secure Your License Now\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    \/\/ Accordion Logic\n    const accordions = document.querySelectorAll('.accordion-item');\n    \n    accordions.forEach(acc =\u003e {\n      const header = acc.querySelector('.accordion-header');\n      const content = acc.querySelector('.accordion-content');\n      \n      header.addEventListener('click', () =\u003e {\n        const isActive = acc.classList.contains('active');\n        \n        \/\/ Close all other accordions (Optional logic, standard for FAQs)\n        accordions.forEach(otherAcc =\u003e {\n          otherAcc.classList.remove('active');\n          otherAcc.querySelector('.accordion-header').setAttribute('aria-expanded', 'false');\n          otherAcc.querySelector('.accordion-content').style.maxHeight = null;\n        });\n\n        \/\/ Toggle current accordion\n        if (!isActive) {\n          acc.classList.add('active');\n          header.setAttribute('aria-expanded', 'true');\n          content.style.maxHeight = content.scrollHeight + \"px\";\n        }\n      });\n    });\n\n    \/\/ Scroll-to-Buy Loop Logic\n    const buyButtons = document.querySelectorAll('.scroll-to-buy');\n    buyButtons.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43447456071879,"sku":null,"price":449.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/smc.png?v=1697908311"},{"product_id":"auto-fibonnacci-indicator-sierrachart","title":"Auto Fibonnacci Indicator (SierraChart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden;\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem;\n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYour Fib Levels Aren't Wrong. Your Timing Is.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost traders understand that Fibonacci retracements (like the 50%, 61.8%, and 65%) act as gravitational magnets for price action. The math works. The execution is where you fail.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou spend precious minutes manually zooming out, dragging anchors from swing high to swing low, trying to find the exact pivot point. By the time your lines are drawn, the market has already reacted to the zone. You are left chasing the move, completely blind to the real-time structural shifts.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe Auto Fibs Indicator destroys manual drawing fatigue. It systematically identifies high-probability swing points and dynamically plots the true Fibonacci math directly onto your chart, updating tick-by-tick. Professional traders like Sam from TradeDevils, Tim from EminiMind, and David Halsey from EminiAddict base entire strategies around these exact mathematical zones.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eStop second-guessing your anchor points. Stop cluttering your screen with broken levels. What you get is instant, automated precision—highlighting only the zones that matter right now, so you can focus entirely on your trigger.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Drowning in Lines.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map The Institutional Math.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders waste time drawing static levels that break. Professional systems react to dynamic flow. Step out of the noise.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eManual Drawing is Dead\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou lose your edge the moment you start fumbling with chart tools. Trying to subjectively pick the \"right\" swing high and low leaves you frustrated, inconsistent, and late to the trade.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eChart Paralysis\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou draw so many retracements and extensions that your screen looks like a spiderweb. With too many obsolete, broken levels staring back at you, identifying the true institutional defense zone becomes impossible.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eAlgorithmic Precision\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe Auto Fibs tool mathematically identifies verified swings and instantly plots the high-probability zones. It auto-hides broken levels and organizes data into clean clusters so your chart remains pristine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eWatch Once \u0026amp; NEVER Guess A Turning Point.\u003c\/h2\u003e\n      \u003cdiv class=\"video-proof-container\"\u003e\n        \u003ciframe title=\"Auto Fibs Indicator — Official Product Demo\" src=\"https:\/\/www.youtube.com\/embed\/8w_AKd4kJzo?start=0\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"Auto Fibonacci Cluster layout showing organized market structure\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/fibcluster_8c386df5-6ba6-4902-b284-c9e025a761e4_1024x1024.jpg?v=1621841201\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: Dynamic Fibonacci Clusters Keeping the Price Action Clean.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Indicator\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to automate your retracements, packed into one zero-lag C# tool.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eEliminate Drawing Fatigue\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eStop manually dragging anchor points. The algorithms instantly scan previous price action and plot the exact high-probability zones, \u003cstrong\u003eso you can stop playing charting technician and start executing like a trader.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eKeep Charts Pristine\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eDeploy the \"Smart-Hide\" engine. The indicator automatically deletes levels that have been broken and invalidated by the market, \u003cstrong\u003eso you only see the mathematically relevant defense lines blocking your immediate path.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eReact To Market Flow\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eLevels adjust on a tick-by-tick basis. As the market forms new structure, the Fib zones immediately adapt, \u003cstrong\u003eensuring you never accidentally trade off stale data from an old, invalidated swing point.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eProfessional Clustering\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eCollapse horizontal lines into organized data clusters on the right side of your chart. Thicker lines equal heavier confluence, \u003cstrong\u003egiving you a split-second visual cue of institutional weight without overlapping your raw price action.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Auto Fibonacci indicator showing dynamic levels\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/fib2_c5b3a612-ae39-4738-9a36-f37fa11d139e_1024x1024.jpg?v=1621841247\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eAlgorithmic Detection logic\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eAutomate Your Anchor Points.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eStop hunting for the perfect swing high or low. The indicator mathematically scans the entire trend and automatically snaps to the most significant pivots, \u003cstrong\u003eso you can trust your 50% and 61.8% levels reflect true market geometry, completely removing subjective human bias.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003ePlots both standard retracements and forward extensions.\u003c\/li\u003e\n            \u003cli\u003eCalculates the most mathematically pure swing pivots instantly.\u003c\/li\u003e\n            \u003cli\u003eEliminates time-wasting manual tool selection during fast moves.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eSmart-Hide Engine\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eEradicate Screen Clutter.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eA chart with too many lines is worthless. Our smart logic automatically tracks price interaction and instantly hides Fibonacci levels once they are decisively broken, \u003cstrong\u003eensuring you don't get trapped taking a setup off a level that the institutional algorithms have already destroyed.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eFocus purely on the immediate levels closest to current price.\u003c\/li\u003e\n            \u003cli\u003eNever hesitate staring at a \"spiderweb\" of old retracements.\u003c\/li\u003e\n            \u003cli\u003eCustomize exactly which standard and custom levels remain visible.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Sierra Chart Auto Fibs setup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/sierra-autofibs_480x480.png?v=1698223805\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Auto fibonacci cluster view\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/fibcluster_8c386df5-6ba6-4902-b284-c9e025a761e4_1024x1024.jpg?v=1621841201\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eFibonacci Cluster Mode\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eInstitutional-Grade Clarity.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eFree up your price action entirely. The exclusive Cluster Mode consolidates all critical Fib zones into a streamlined heat-map on the right margin of your chart. \u003cstrong\u003eWhen multiple levels converge, the cluster thickens—giving you an immediate visual command of massive support and resistance zones before price gets there.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eRead deep confluence without drawing a single line over candles.\u003c\/li\u003e\n            \u003cli\u003eVisually gauge the mathematical \"weight\" of an upcoming level.\u003c\/li\u003e\n            \u003cli\u003eMaintain absolute chart cleanliness for order flow reading.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eReal-Time Detection\u003c\/strong\u003e\n                  \u003cp\u003eAlgorithms continuously scan and plot retracements\/extensions without lag.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eSmart-Hide Technology\u003c\/strong\u003e\n                  \u003cp\u003eBroken or invalidated Fibonacci levels are automatically hidden to preserve chart clarity.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eCluster Rendering\u003c\/strong\u003e\n                  \u003cp\u003eConsolidates overlapping levels into dynamic visual clusters on the chart edge.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eMulti-Instrument Support\u003c\/strong\u003e\n                  \u003cp\u003eFully functional across Stocks, Futures, Forex, and Crypto pairs.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eUniversal Bar Compatibility\u003c\/strong\u003e\n                  \u003cp\u003eAdapts flawlessly to Renko, Tick, Range, Volume, or standard Time-based charts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eCustom Visibility Rules\u003c\/strong\u003e\n                  \u003cp\u003eFilter logic allows you to strictly display levels closest to the current trading price.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eAutomated Trading Data (Plots)\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, this indicator exports critical geometric coordinates directly into memory, allowing your automated systems to trade standard Fibonacci pulls natively.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eDynamic Level Values:\u003c\/strong\u003e Outputs the exact Y-axis price data of active 50%, 61.8%, 65%, and -23.6% levels.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eBroken State Validation:\u003c\/strong\u003e Access the internal logic state to verify whether a specific retracement level has been breached.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eCluster Confluence:\u003c\/strong\u003e Native arrays pass data to custom C# or Bloodhound systems to measure \"weight\" based on level overlap.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eVersion Changelog\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e10-Jan-2024\u003c\/span\u003e \u003cstrong\u003e(v2.1.0.0)\u003c\/strong\u003e - Enhanced clustering logic to prevent visual overlap on ultra-fast tick charts.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e15-Mar-2023\u003c\/span\u003e \u003cstrong\u003e(v2.0.0.0)\u003c\/strong\u003e - Major overhaul introducing the \"Smart-Hide\" engine for broken levels.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e01-Aug-2021\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the Auto Fibs Indicator architecture.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \n        \u003ch3 class=\"faq-category\"\u003eInstallation \u0026amp; Setup\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eHow do I install this on Sierra Chart?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              1) Send us your Sierra Chart Account name so we can permission your access.\u003cbr\u003e\n              2) Ensure you are running Sierra Chart version 2555 or higher to support our advanced logic.\u003cbr\u003e\n              3) Once granted access, go to Studies -\u0026gt; Click on Add Custom Study -\u0026gt; Add the \"TDU AutoFibs\" to your chart.\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs support included?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop drawing. Start executing.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e Secure Your License Now \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    \/\/ Accordion Logic\n    const accordions = document.querySelectorAll('.accordion-header');\n    accordions.forEach(acc =\u003e {\n      acc.addEventListener('click', function() {\n        const item = this.parentElement;\n        const content = item.querySelector('.accordion-content');\n        \n        \/\/ Toggle Active Class\n        item.classList.toggle('active');\n        \n        \/\/ Toggle ARIA expanded\n        const isExpanded = this.getAttribute('aria-expanded') === 'true';\n        this.setAttribute('aria-expanded', !isExpanded);\n        \n        \/\/ Handle max-height for smooth opening\/closing\n        if (item.classList.contains('active')) {\n          content.style.maxHeight = content.scrollHeight + \"px\";\n        } else {\n          content.style.maxHeight = null;\n        }\n      });\n    });\n\n    \/\/ Scroll-to-Buy Loop Logic\n    const buyBtns = document.querySelectorAll('.scroll-to-buy');\n    buyBtns.forEach(btn =\u003e {\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43457438548167,"sku":"","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/thumb_d36095f4-5d73-49f0-b5ef-49a9ad2b7200.webp?v=1698223418"},{"product_id":"measured-move-indicator-sierrachart","title":"Measured Move Indicator (SierraChart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden; \n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem); \n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem; \n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important; \n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px; \n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important; \n    color: var(--text-dim);\n    line-height: 1.6; \n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  \/* Video within an outcome row *\/\n  .outcome-video-wrap {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n  }\n\n  .outcome-video-wrap iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n\n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYou Are Trading Without A Compass. Direction Is Not A Guess.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost traders fail because they treat every new price bar in isolation. They zoom in on a 1-minute chart, guess the trend based on a lagging moving average, and completely ignore the mathematical price cycles that just completed right in front of them.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou take a trade that looks like a perfect setup, only to be crushed by a sudden, violent reversal. In hindsight, the trap was obvious: the market had just completed a massive \"measured move\" retracement cycle and was instantly resetting. You didn't just take a bad trade—you bought the exact top of an institutional target.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe Measured Move Indicator is built to solve this exact blind spot. It algorithmically scans historical price action and maps out every completed A-B-C retracement cycle that successfully hit its structural target. This isn't a lagging entry tool—it is your absolute compass for determining true market direction.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eBy visualizing these completed mathematical cycles across multiple timeframes simultaneously, you gain the ultimate contextual advantage. You no longer guess where the market is going; you trade in alignment with proven, verified momentum that has already tipped its hand.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Trading Illusions.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map The Geometry Of Profit.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders guess the trend based on emotion. Institutional algorithms follow exact 50-61.8% price retracement cycles. Stop fighting the math.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eTrading In A Vacuum\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou enter trades without understanding the broader market context. By failing to track historical structural cycles, you get chopped up in noise because you cannot see the completed patterns dictating the actual trend.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eBuying The Absolute Top\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou buy the breakout exactly as the market completes a major \"measured move.\" The institutions take their profit at this predefined target, the market instantly reverses, and your stop gets hunted before you even know what hit you.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eAlgorithmic Directional Bias\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe Measured Move indicator maps out historically completed A-B-C price cycles automatically. You gain immediate clarity on the prevailing trend, allowing you to align your entries exclusively with verified market momentum.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eUnderstand Market Direction Instantly.\u003c\/h2\u003e\n      \n      \u003cdiv class=\"video-proof-container\"\u003e\n        \u003ciframe title=\"Measured Move Indicator Demo\" src=\"https:\/\/www.youtube.com\/embed\/Hdel4pM6LtQ?rel=0\u0026amp;modestbranding=1\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"Measured Move Chart Example 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/mm.png?v=1698392419\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: Objective Historical Price Cycles Plotted Automatically.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Edge\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to automate cycle detection and lock in your directional bias.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eAutomated Cycle Detection\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eThe indicator continuously scans and plots completed 50-61.8% structural retracements, \u003cstrong\u003eso you can completely eliminate manual chart scanning and establish an objective directional bias instantly.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eMulti-Timeframe Context\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eLayer the algorithm's output to track measured moves across higher and lower timeframes simultaneously, \u003cstrong\u003eso you can pinpoint high-probability confluence zones where institutional algorithms are aggressively stepping in.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eFailure Analysis Logic\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eToggle the visibility of measured moves that broke their retracement rules or failed to hit their targets, \u003cstrong\u003eso you can analyze structural failures and anticipate massive, aggressive market reversals before they happen.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eUniversal Asset Compatibility\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eDeploy the algorithm effectively on any data feed—from 1-minute scalping charts to daily swing charts—\u003cstrong\u003eso you can exploit these universal market mechanics across Stocks, Futures, or Forex seamlessly.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Measured Move Chart Example mapping historical targets\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/mm.png?v=1698392419\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eAlgorithmic Pattern Recognition\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eEstablish Objective Direction.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eStop guessing the trend based on lagging oscillators. By visualizing which structural price cycles have recently completed and hit their designated targets, you gain an irrefutable, data-driven map of exactly where market momentum is flowing, \u003cstrong\u003eso your directional bias is mathematically locked before you even look for an entry trigger.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eInstantly spot A-B-C measured targets that held true.\u003c\/li\u003e\n            \u003cli\u003eEliminate subjective, hand-drawn retracement lines.\u003c\/li\u003e\n            \u003cli\u003eBase your market bias on historical mathematical fact, not opinion.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eMulti-Timeframe Alignment\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eDemand Contextual Confluence.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eA 5-minute setup means nothing if it's fighting a massive 60-minute structural cycle. Use this indicator to identify how price patterns stack up across multiple timeframes simultaneously, \u003cstrong\u003eensuring you only take trades where micro execution perfectly aligns with macro institutional momentum.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eFind \"confluence\" zones where multiple timeframe targets overlap.\u003c\/li\u003e\n            \u003cli\u003eAvoid trading directly into larger, unseen market walls.\u003c\/li\u003e\n            \u003cli\u003eStack probabilities aggressively in your favor.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cdiv class=\"outcome-video-wrap\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/_aUnWGeH45U?rel=0\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Measured Move Chart displaying failed patterns\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/mm2.png?v=1698401192\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eFailure Analysis Logic\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eExploit Failed Cycles.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eThe market reveals as much in failure as it does in success. Toggle the advanced settings to display measured moves that broke their critical retracement levels and failed to reach their projected targets, \u003cstrong\u003egiving you early warning signs of a shifting macro regime and allowing you to capitalize on violent trend reversals.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eSpot weakness before the broader market recognizes it.\u003c\/li\u003e\n            \u003cli\u003eAnalyze when standard 61.8% pullback mechanics break down.\u003c\/li\u003e\n            \u003cli\u003eFilter out low-probability environments entirely.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eSeamless Strategy Integration\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003ePair With Precision Triggers.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eThe Measured Move tool strictly identifies completed history to give you the ultimate directional bias. It tells you exactly *where* the market wants to go. \u003cstrong\u003eCombine this unparalleled contextual data with real-time entry triggers (like our Autofibs indicator) to build an unbreakable, start-to-finish trading strategy.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eStep 1: Use Measured Move to establish absolute directional bias.\u003c\/li\u003e\n            \u003cli\u003eStep 2: Use entry tools to pinpoint exact real-time execution.\u003c\/li\u003e\n            \u003cli\u003eStep 3: Stop counter-trend trading and ride the true institutional wave.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cdiv class=\"outcome-video-wrap\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/dx9UTFVc2mo?rel=0\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eCompleted Cycle Detection\u003c\/strong\u003e\n                  \u003cp\u003eAutomatically scans price history to detect and draw all measured moves that successfully hit their targets.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eFailed Move Logic\u003c\/strong\u003e\n                  \u003cp\u003eOptional toggle to display structural setups that failed to reach their target, allowing for deep failure analysis.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eUniversal Compatibility\u003c\/strong\u003e\n                  \u003cp\u003eWorks flawlessly across any instrument, including Equities, Futures (NQ\/ES\/CL), and Forex markets.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eMulti-Timeframe Agnostic\u003c\/strong\u003e\n                  \u003cp\u003eDeploy the algorithm on any timeframe—from high-frequency 1-minute charts to macro weekly swing charts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eStrict Contextual Filtering\u003c\/strong\u003e\n                  \u003cp\u003eExplicitly filters out \"in-progress\" moves, providing pure historical proof of directional bias.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eZero Repainting\u003c\/strong\u003e\n                  \u003cp\u003eOnce a move completes and hits its mathematical target, it locks into the chart permanently.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eAutomated Trading Data (Architecture)\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, this tool operates as the ultimate directional bias filter. Rather than executing entries directly, it mathematically defines the macro environment.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eDirectional Bias Filter:\u003c\/strong\u003e Programmatic access to the current prevailing measured move state, allowing automated strategies to only take longs during an upward structural bias.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eFailure Flagging:\u003c\/strong\u003e Export data points on broken 61.8% retracements to signal structural regime changes to your custom execution logic.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSynergistic Execution:\u003c\/strong\u003e Perfectly paired with automated entry tools (like Autofibs) inside Bloodhound to create a highly sophisticated, multi-layered algorithmic system.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eVersion Changelog\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e10-mar-2025\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.3)\u003c\/strong\u003e - Optimized multi-timeframe rendering and improved the optional failure analysis plotting.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e15-dec-2023\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the Measured Move structural architecture.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs support included?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop drawing. Start executing.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e \n          Secure Your License Now \n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    \/\/ ACCORDION LOGIC\n    const accordions = document.querySelectorAll('.accordion-item');\n    \n    accordions.forEach(item =\u003e {\n      const header = item.querySelector('.accordion-header');\n      const content = item.querySelector('.accordion-content');\n      \n      header.addEventListener('click', () =\u003e {\n        const isActive = item.classList.contains('active');\n        \n        \/\/ Close all other accordions (Optional, but good for cleanliness)\n        accordions.forEach(acc =\u003e {\n          acc.classList.remove('active');\n          acc.querySelector('.accordion-header').setAttribute('aria-expanded', 'false');\n          acc.querySelector('.accordion-content').style.maxHeight = null;\n        });\n\n        \/\/ Toggle current accordion\n        if (!isActive) {\n          item.classList.add('active');\n          header.setAttribute('aria-expanded', 'true');\n          content.style.maxHeight = content.scrollHeight + \"px\";\n        }\n      });\n    });\n\n    \/\/ SCROLL-TO-BUY CTA LOGIC (The Loop)\n    const ctaButtons = document.querySelectorAll('.scroll-to-buy');\n    ctaButtons.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        \/\/ Typically scrolls to the top pricing container. \n        \/\/ For Shopify\/Landing pages, this scrolls smoothly to the top of the window.\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43463029588167,"sku":"","price":193.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/mm-f_b4984131-84eb-4ee9-a875-5b57b4271641.jpg?v=1698392259"},{"product_id":"wicked-wave-sierrachart","title":"Wicked Wave (SierraChart)","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWicked Wave - TradeDevils\u003c\/title\u003e\n\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  body {\n    background-color: var(--bg-base);\n    margin: 0;\n    padding: 0;\n  }\n\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden; \/* Safety for wide breakouts *\/\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n   \/* Keeps the background full-width, but the text centered *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem;\n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important; \/* Strictly 15px *\/\n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"td-product-container\"\u003e\n\n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYou're Bleeding Capital Because Single-Metric Indicators Are Lying To You.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost traders don't fail because they lack a strategy. They fail because their oscillators are blindly feeding them incomplete momentum data.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou spot the MACD crossing. The RSI looks prime. You enter the trade and the market immediately chops you to pieces. Why? Because you are relying on isolated, lagging metrics that fail to calculate the full mathematical pressure of the market.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe Wicked Wave was engineered to obliterate this blind spot. Instead of cluttering your sub-panels with four different lagging indicators, it fuses the logic of RSI, QQE, MACD, and Stochastics into a single, cohesive momentum oscillator. When the Wave shifts, you aren't just seeing one metric react—you are seeing the entire weight of the market's momentum verified simultaneously.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eIt cuts through the noise, calculates exact start and exhaustion points, and plots objective entries directly on your chart. No more guessing if a trend is real. No more entering at the exact moment a move exhausts. Just pure, multi-dimensional execution.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Trading The Lag.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map The True Momentum.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders get trapped buying the exhaustion of old indicators. Institutional algorithms measure the underlying shift before the move happens.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eTrusting Singular Data\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou rely solely on MACD or basic RSI to dictate your entries. But these isolated tools routinely fail during complex market conditions, leaving you exposed to fakeouts and dead momentum.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eGetting Slaughtered By Chop\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou enter a position right as the market enters a tight range. Your basic oscillators whip back and forth, triggering false buy and sell signals that slowly bleed your account dry via a thousand paper cuts.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eMulti-Dimensional Convergence\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe Wicked Wave merges four institutional-grade calculations into one zero-lag engine. It objectively identifies when a trend is birthing, when it's surging, and the exact second it begins to die.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eWatch Once \u0026amp; Never Guess Momentum Again.\u003c\/h2\u003e\n      \u003cdiv class=\"video-proof-container\"\u003e\n        \u003ciframe title=\"Wicked Wave — Official Product Demo\" src=\"https:\/\/www.youtube.com\/embed\/jMEESZ1gj0E?start=0\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"Wicked Wave Indicator highly annotated chart showcasing exact trend shifts\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/wicked-wave-1_1024x1024.jpg?v=1622480346\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: Objective Trend Continuation and Reversal Signals Rendered Live.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Edge\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to automate your momentum analysis, packed into one master oscillator.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eSpot True Trends Instantly\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eStop guessing which way the market is moving. The color-coded histogram objectively visualizes trend velocity, \u003cstrong\u003eso you can immediately identify who is in control and confidently execute trades strictly with the prevailing institutional flow.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eVersatile Entry Signatures\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eWhether you are a trend-follower or mean-reversion trader, the system automatically plots explicit \"C\" (Continuation) and \"R\" (Reversal) signals directly on your chart, \u003cstrong\u003eensuring you have precise, mathematical validation for your entries rather than relying on gut feel.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eProtect Capital in Chop\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eThe algorithm automatically detects neutral, low-probability market environments. When the histogram turns white, the momentum has stalled, \u003cstrong\u003eallowing you to sit on your hands and protect your capital when the market is maliciously chopping other retail traders to pieces.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eAutomate The Edge\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eEngineered natively for advanced automation. Export hyper-specific Signal Plots directly into Bloodhound or custom Blackbird strategies, \u003cstrong\u003egiving you the power to build headless algorithmic execution systems that trade your rules with zero emotional interference.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Wicked Wave interface showing strong trend identification\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/wicked-wave-2_1024x1024.jpg?v=1622480370\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eDynamic Histogram Logic\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eRead Momentum Instantly.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eRemove the hesitation from your analysis. The dynamic histogram clearly divides buyer and seller dominance via the center line, while the heat-mapped colors dictate exact trend strength. \u003cstrong\u003eThis gives you the clarity to scale into strong moves aggressively and lock in profits the moment momentum turns dark.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eBright Red\/Green signals pure, aggressive trending environments.\u003c\/li\u003e\n            \u003cli\u003eDark Red\/Green warns of immediate trend exhaustion.\u003c\/li\u003e\n            \u003cli\u003eVisually confirm if buyers or sellers hold true structural control.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eIntegrated Chart Markers\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003ePinpoint Exact Reversals \u0026amp; Continuations.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eStop staring at sub-panels while price action leaves you behind. The indicator maps its internal logic directly onto your candlesticks, plotting highly accurate \"R\" markers when momentum rejects and \"C\" markers when a trend re-ignites, \u003cstrong\u003eso you can execute with sniper precision exactly where institutional liquidity steps in.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eExecute Reversal ('R') signals near proven support\/resistance zones.\u003c\/li\u003e\n            \u003cli\u003eAdd aggressively to winners using Continuation ('C') triggers.\u003c\/li\u003e\n            \u003cli\u003eNever miss a setup because your eyes were off the price action.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Reversal and Continuation Signals on chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/reversal-signal_1024x1024.jpg?v=1622479631\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Continuation signal plotted via Wicked Wave\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/continuation-signal_480x480.jpg?v=1622479827\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eNew Trend Inception\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eCapitalize On The Zero Cross.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eThe most explosive moves occur the moment power shifts hands. The indicator tracks structural momentum and fires a distinct \"X\" marker the exact tick the histogram crosses the zero line, \u003cstrong\u003eallowing you to enter new trends at absolute inception, establishing your position long before the retail masses realize what has happened.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eCatch macro trend shifts at the earliest mathematical point.\u003c\/li\u003e\n            \u003cli\u003eCombine the 'X' cross with structural breakouts for massive R:R.\u003c\/li\u003e\n            \u003cli\u003eEliminate late entries and reduce your stop-loss distance.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eThe Validation Line\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eConfirm With The Dynamic Signal Line.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eNever trade blindly against the macro current. The intelligent Signal Line tracks the overarching trend environment independent of immediate momentum spikes, \u003cstrong\u003egiving you a secondary fail-safe to ensure your trades are aligned perfectly with the dominant structural flow.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eLine below histogram confirms a pure, validated uptrend.\u003c\/li\u003e\n            \u003cli\u003eLine above histogram confirms a pure, validated downtrend.\u003c\/li\u003e\n            \u003cli\u003eFilter out weak signals by aligning the histogram with the Signal Line.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Wicked Wave showing signal line and histogram synergy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/wicked-wave-3_1024x1024.jpg?v=1622480383\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Zero Cross Signal identified via audio alerts\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/zero-cross-signal_1024x1024.jpg?v=1622479478\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eIntegrated Automation \u0026amp; Alerts\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eNever Miss A Tactical Shift.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eYou don't need to be glued to your charts for eight hours a day. Configure distinct audio and visual alerts for every 'C', 'R', or 'X' setup, \u003cstrong\u003eso you can reclaim your focus and manage multiple assets, knowing the system will explicitly alert you when your specific edge materializes.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eWalk away from the monitors without missing a setup.\u003c\/li\u003e\n            \u003cli\u003ePaint bars dynamically to color-match the trend strength.\u003c\/li\u003e\n            \u003cli\u003eExecute flawlessly on any timeframe and any bar type.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eMulti-Indicator Logic\u003c\/strong\u003e\n                  \u003cp\u003eFuses the mathematical models of RSI, QQE, MACD, and Stochastics into a single, cohesive engine.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eVisual Trade Signals\u003c\/strong\u003e\n                  \u003cp\u003eNative C# algorithms automatically print Continuation (C), Reversal (R), and Zero-Cross (X) markers directly on price bars.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eHeat-Mapped Histogram\u003c\/strong\u003e\n                  \u003cp\u003eColor-coded bars update live tick-by-tick to visually separate aggressive momentum from market exhaustion and chop.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eDynamic Paint Bars\u003c\/strong\u003e\n                  \u003cp\u003eOptional setting to change the physical color of your candlestick bars to instantly match the underlying trend calculation.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eChopzone Protection\u003c\/strong\u003e\n                  \u003cp\u003eAutomatically detects neutral, low-probability ranges and neutralizes the histogram, preventing trades in ranging environments.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eUniversal Compatibility\u003c\/strong\u003e\n                  \u003cp\u003eEngineered to calculate perfectly on any timeframe, any asset class, and any custom bar type within NinjaTrader.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eAutomated Trading Data (Plots)\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, the Wicked Wave explicitly exports raw signal plots directly into memory, rendering it 100% compatible with NinjaScript, Bloodhound, and Blackbird automated logic trees.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eContinuationLong \/ ContinuationShort:\u003c\/strong\u003e Emits a boolean signal when a 'C' continuation trigger fires in either direction.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eReversalLong \/ ReversalShort:\u003c\/strong\u003e Emits a boolean signal when an 'R' exhaustion\/reversal trigger fires against the main trend.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eZeroCrossLong \/ ZeroCrossShort:\u003c\/strong\u003e Emits a boolean signal the moment the histogram crosses the 0-line, indicating new trend inception ('X').\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHistogram \u0026amp; Signal Line Data:\u003c\/strong\u003e Raw integer\/double values of the oscillator are exported for advanced formula creation.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eVersion Changelog\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e28-may-2022\u003c\/span\u003e \u003cstrong\u003e(v1.0.1.5)\u003c\/strong\u003e - Minor bug fixes and performance enhancements.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e12-dec-2021\u003c\/span\u003e \u003cstrong\u003e(v1.0.1.4)\u003c\/strong\u003e - Added specialized extra plots directly for Bloodhound strategy integration.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e29-jul-2021\u003c\/span\u003e \u003cstrong\u003e(v1.0.1.2)\u003c\/strong\u003e - Fixed Chopzone color saving issue. Histogram now accurately utilizes chopzone color when momentum is inside the chopzone.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e31-may-2021\u003c\/span\u003e \u003cstrong\u003e(v1.0.1.1)\u003c\/strong\u003e - Added native support architecture for Bloodhound and Blackbird automated execution.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e14-feb-2021\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Core release. Added dynamic alerts for breaking out of chopzones and allowed customized color\/thickness settings for boundary lines.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eIs support included?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop guessing momentum. Start executing.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e\n          Secure Your License Now\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    \n    \/\/ Accordion Logic\n    const accordions = document.querySelectorAll('.accordion-item');\n    \n    accordions.forEach(item =\u003e {\n      const header = item.querySelector('.accordion-header');\n      const content = item.querySelector('.accordion-content');\n      \n      header.addEventListener('click', () =\u003e {\n        const isActive = item.classList.contains('active');\n        \n        \/\/ Close all accordions first (optional, for auto-collapse behavior)\n        accordions.forEach(acc =\u003e {\n          acc.classList.remove('active');\n          acc.querySelector('.accordion-header').setAttribute('aria-expanded', 'false');\n          acc.querySelector('.accordion-content').style.maxHeight = null;\n        });\n\n        \/\/ Toggle current accordion\n        if (!isActive) {\n          item.classList.add('active');\n          header.setAttribute('aria-expanded', 'true');\n          content.style.maxHeight = content.scrollHeight + 'px';\n        }\n      });\n    });\n\n    \/\/ Scroll to Top \/ Buy Button Logic\n    const buyButtons = document.querySelectorAll('.scroll-to-buy');\n    buyButtons.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n        \/\/ In a real Shopify environment, this would trigger the add to cart or scroll to the variants form.\n      });\n    });\n\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43466862166215,"sku":"","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/ww.jpg?v=1698598918"},{"product_id":"initial-balance-and-opening-range-indicator-sierrachart","title":"Initial Balance and Opening Range Indicator (SierraChart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden; \n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem); \n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem; \n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important; \n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px; \n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n\n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYou're Trading the Noise. Institutions are Trading the Boundaries.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost traders get chopped to pieces in the middle of the day because they ignore the most critical data set of the session: the first 60 minutes.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou chase erratic price action, drawing arbitrary lines and hoping for a bounce. Meanwhile, institutional algorithms use the Initial Balance to establish the day's true floor and ceiling. If you can't see these mathematical boundaries, you are the liquidity.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe Initial Balance Indicator is engineered to track this exact phenomenon. It locks in the first 30-minute and 60-minute ranges automatically, plotting verified structural walls directly on your chart. When price inevitably leaves these zones, it calculates the mathematical extensions (100% - 400%) where violent moves historically stall.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eNo more guessing where the market might reverse. You get instant, objective visual maps of premarket extremes and opening session limits, putting you on the same side of the math as the big players.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Trading Illusions.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map The Institutional Boundaries.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders guess where support is. Professional algorithms rely on the volume footprint left in the first hour. Stop trading blindly in the chop.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eBlind in the Chop\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou guess where the market will turn, relying on lagging indicators while completely ignoring the structural high and low established during the session's highest volume period.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eTrapped at Extremes\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou buy the high of the day just as price hits a 200% Initial Balance extension. You get stopped out instantly as the market reverses off a mathematically predictable institutional wall.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eVerified Range Dynamics\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe Initial Balance Indicator eliminates guesswork. It maps the opening 60 minutes and projects its mathematical extensions dynamically, so you only execute at proven turning points.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eWatch Once \u0026amp; NEVER Miss a Key Level.\u003c\/h2\u003e\n      \n      \u003cdiv class=\"video-proof-container\"\u003e\n        \u003ciframe title=\"Initial Balance Indicator Demo\" src=\"https:\/\/www.youtube.com\/embed\/os5dsdkLi18?si=bfwl5uZL8GNOe04c\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"Initial Balance indicator mapping objective ranges live\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/ib_393a9a50-05b6-4d98-9ea3-ecc9a5b9fbb7.png?v=1699010084\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: Objective Opening Range \u0026amp; Institutional Boundaries Identified Live.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Indicator\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to automate your structural analysis, packed into one zero-lag C# tool.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eMap Premarket Extremes\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eTracks overnight highs and lows automatically and projects them forward, \u003cstrong\u003eso you can anticipate critical reactions at the boundaries before the opening bell even rings.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eLock the Initial Balance\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eDefines the 30-min opening range and 60-min Initial Balance objectively, \u003cstrong\u003eso you can stop guessing market bias and trade exactly where major volume dictates the trend.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eProject Mathematical Extensions\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eAutomatically calculates 100% to 400% breakout targets once the initial range is breached, \u003cstrong\u003egiving you high-probability profit zones and reversal levels that retail traders are completely blind to.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eAutomate Your Edges\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eEngineered to work on any instrument (Futures, Forex, Crypto, Stocks) and any bar type, \u003cstrong\u003eallowing you to remove manual charting errors and execute flawlessly on time-tested, statistical ranges.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Opening Range mapping on chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/ib_393a9a50-05b6-4d98-9ea3-ecc9a5b9fbb7.png?v=1699010084\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eThe 60-Minute Edge\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eDictate The Daily Bias.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eUse the first hour of trading to identify where institutional players are establishing control. The algorithm plots the exact floor, ceiling, and midpoint of this critical window, \u003cstrong\u003egiving you immediate clarity on whether to buy pullbacks or fade the highs.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eMap the volatile 30-minute opening range.\u003c\/li\u003e\n            \u003cli\u003eLock in the definitive 60-minute Initial Balance.\u003c\/li\u003e\n            \u003cli\u003eGauge trend conviction instantly at a glance.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003ePredictive Mathematics\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eExploit Extension Targets.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eWhen price breaks out of the Initial Balance, it rarely moves randomly. The indicator automatically draws dynamic extension lines (100%, 200%, 300%, and 400%), \u003cstrong\u003egiving you exact \"hidden\" targets where price frequently finds friction or reverses entirely.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eSpot hidden institutional profit targets.\u003c\/li\u003e\n            \u003cli\u003eCatch high-probability mean-reversion bounces.\u003c\/li\u003e\n            \u003cli\u003eRemove guesswork and emotion from your take-profits.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Extension levels mapped accurately\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/ib_393a9a50-05b6-4d98-9ea3-ecc9a5b9fbb7.png?v=1699010084\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Premarket highs and lows tracked on chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/ib_393a9a50-05b6-4d98-9ea3-ecc9a5b9fbb7.png?v=1699010084\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003ePremarket Intelligence\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eDominate The Open.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eThe indicator tracks the highest and lowest prices reached before the market opens, projecting them directly onto the regular trading session. These levels often act as major \"walls\" for the day, \u003cstrong\u003eallowing you to anticipate powerful reversals and trap breakouts early in the session.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eAnticipate opening drive reactions with precision.\u003c\/li\u003e\n            \u003cli\u003eFade pre-market extremes with incredibly tight risk.\u003c\/li\u003e\n            \u003cli\u003eStop getting blindsided by erratic overnight gaps.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \n            \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003ePremarket Tracking\u003c\/strong\u003e\n                  \u003cp\u003eDraws current premarket highs and lows automatically onto the regular session chart.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eSession History\u003c\/strong\u003e\n                  \u003cp\u003eShows current session open\/high\/low and previous session close\/high\/low.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eCustom Intervals\u003c\/strong\u003e\n                  \u003cp\u003eDefine your own start and end times for global sessions and range calculations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eUniversal Compatibility\u003c\/strong\u003e\n                  \u003cp\u003eWorks flawlessly on any instrument (Futures, Forex, Crypto, Stocks) and any bar type.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eVisual Guidance\u003c\/strong\u003e\n                  \u003cp\u003eAutomatically draws Initial Balance extensions (100%–400%) upon range breakouts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eNinjaTrader Ready\u003c\/strong\u003e\n                  \u003cp\u003eFully compatible with all NinjaTrader license types and Bloodhound systems.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \n            \u003cspan\u003eAutomated Trading Data (Plots)\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, this indicator exports raw range data directly into memory, ready to be digested by NinjaScript strategies or Bloodhound logic trees.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eUpper Range Plot:\u003c\/strong\u003e Continuously tracks and outputs the exact Y-axis price of the Initial Balance high.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eLower Range Plot:\u003c\/strong\u003e Continuously tracks and outputs the exact Y-axis price of the Initial Balance low.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eExtension Tracking:\u003c\/strong\u003e Signals when price impacts mathematical targets (100% to 400% deviations).\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eMidpoint Bias:\u003c\/strong\u003e Emits boolean data based on whether price action sits above or below the session's volume midpoint.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \n            \u003cspan\u003eVersion Changelog\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e03-nov-2023\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the Initial Balance architecture.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs support included?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop drawing. Start executing.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e \n          Secure Your License Now \n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    \/\/ Accordion Logic\n    const accordionHeaders = document.querySelectorAll('.accordion-header');\n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', () =\u003e {\n        const item = header.closest('.accordion-item');\n        const content = item.querySelector('.accordion-content');\n        const isActive = item.classList.contains('active');\n\n        \/\/ Close all others\n        document.querySelectorAll('.accordion-item').forEach(otherItem =\u003e {\n          otherItem.classList.remove('active');\n          otherItem.querySelector('.accordion-header').setAttribute('aria-expanded', 'false');\n          otherItem.querySelector('.accordion-content').style.maxHeight = null;\n        });\n\n        \/\/ Open current if it wasn't active\n        if (!isActive) {\n          item.classList.add('active');\n          header.setAttribute('aria-expanded', 'true');\n          content.style.maxHeight = content.scrollHeight + 'px';\n        }\n      });\n    });\n\n    \/\/ Scroll-to-Buy Loop Logic\n    const scrollButtons = document.querySelectorAll('.scroll-to-buy');\n    scrollButtons.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        window.scrollTo({ top: 0, behavior: 'smooth' });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43478369501383,"sku":"","price":205.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/ib.png?v=1699010031"},{"product_id":"crazy-tma-bands-scalper-sierrachart","title":"Crazy TMA Bands Scalper (SierraChart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden;\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem;\n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%;\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n\n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYour Strategy Isn't Failing. Your Price Feed Is Lying.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost scalpers fail because they are trading the erratic noise of time-based candlesticks while relying on \"smoothed\" indicators that constantly rewrite history.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou see a perfect reversal signal on a standard TMA band. You enter the trade. The market immediately drops against you, and suddenly, the \"perfect\" arrow you just bought vanishes from the chart. You've been trapped by a repainting algorithm designed to look flawless in hindsight, but utterly useless in live execution.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe Crazy TMA Bands Scalper fixes this inherent flaw by fusing the structural purity of Renko bars with a rigidly non-repainting signal engine. While the visual bands organically adapt and smooth out price action using Half Length geometry, the actual execution triggers lock into place permanently.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eStop second-guessing your setups. With our architecture, what you see is what you get—an uncompromising, honest view of your edge, optimized specifically to keep you out of the chop and catch massive structural swings.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Trading Noise.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map The Velocity Of Profit.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eStandard scalping indicators repaint history to hide their flaws. Our algorithms lock in verified reversal points so you execute without hesitation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eRepainting Traps\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou rely on standard moving averages and bands that shift dynamically after the fact. The signal looks perfect historically, but in live markets, the arrows disappear, trapping you in bad trades while the indicator covers its tracks.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eExecution Paralysis\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eBecause you can't trust your tools, you hesitate. You wait for the candle to close, but by then, the optimal entry is gone. You are constantly late to the move, suffering massive slippage on every breakout attempt.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eAbsolute Signal Integrity\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe Crazy TMA Bands Scalper solves the repainting crisis. By utilizing Median Renko logic alongside a locked execution script, buy and sell signals render permanently. You get realistic, honest trading triggers the second exhaustion occurs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eWatch The Scalper Rip Through The Noise.\u003c\/h2\u003e\n      \u003cdiv class=\"video-proof-container\"\u003e\n        \u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/SsnctR748B8?start=0\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"Crazy TMA Bands Scalper highly annotated chart showcasing reversal signals\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/tma-bands-2.jpg?v=1664777403\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: Objective Reversal Signals Locked on Median Renko Structure.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Scalper\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to command the Renko charts, packed into one ruthless, non-repainting C# tool.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eEliminate Signal Repainting\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eExecute with total confidence. The software calculates structural exhaustion and locks the buy\/sell arrows permanently on the chart, \u003cstrong\u003eso that you never fall for hindsight illusions and execute your edge exactly as it tests.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eFilter Toxic Market Noise\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eLeverage direct optimization for Median Renko bars. The algorithm ignores volatile time-based wicks and purely processes price velocity, \u003cstrong\u003eso that you smooth out erratic intraday chop and only trade clean, verified structural rotations.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eCatch Reversals At Extremes\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eAdjust the TMA band width and ATR sensitivity to match your asset's volatility. Identify the exact micro-second price becomes mathematically overstretched, \u003cstrong\u003eso that you enter precise mean-reversion trades at the point of maximum institutional exhaustion.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eAutomate The Edge\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eBuilt for quants. Export the strictly non-repainting signal data directly into Bloodhound or custom NinjaScript strategies for headless algorithmic execution, \u003cstrong\u003eallowing you to scale your scalping logic across multiple markets automatically, 24\/7.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Crazy TMA Bands interface showing locked signals\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/tma-bands-1.jpg?v=1664777310\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eAbsolute Signal Integrity\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eLock In Your Entries.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eStop trading ghosts. While the visual TMA corridor dynamically smooths with price action, your trade triggers are mathematically locked the second they fire. \u003cstrong\u003eThis gives you an honest, unmanipulated view of your strategy, allowing you to execute aggressively without fear of vanishing arrows.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eSignals never repaint or shift post-bar close.\u003c\/li\u003e\n            \u003cli\u003eGain a realistic view of historical performance.\u003c\/li\u003e\n            \u003cli\u003eTrade what you see in real-time, every time.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eDynamic Parameter Control\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eDictate Band Sensitivity.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eYou control the frequency of your edge. Fine-tune the ATR multiplier and band width to perfectly adapt to current market volatility, \u003cstrong\u003eensuring you can switch instantly from high-frequency hyper-scalping to conservative, high-probability swing trading.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eWiden bands for fewer, ultra-high-conviction trades.\u003c\/li\u003e\n            \u003cli\u003eTighten bands to increase rapid-fire scalping triggers.\u003c\/li\u003e\n            \u003cli\u003eCustomize visual toggles to maintain a clean workspace.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Settings menu for indicator\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/bandssettings.png?v=1699087987\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Visual clean up on a live renko chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/tma-bands-3.jpg?v=1664777416\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eRenko-Optimized Architecture\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eFilter The Toxic Noise.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eTime-based charts are designed to stop you out. By optimizing specifically for Median Renko bar types, this scalper algorithm ignores meaningless time fluctuations and tracks pure price velocity, \u003cstrong\u003eallowing you to stay in winning trends longer and completely ignore the chaotic wicks of retail timeframes.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eBuilt from the ground up for Renko bar logic.\u003c\/li\u003e\n            \u003cli\u003eCreate visual corridors that map true market structure.\u003c\/li\u003e\n            \u003cli\u003eEliminate chart clutter and focus purely on price action.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eReversal Exhaustion Logic\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eExecute At Peak Extremes.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eThe algorithm continuously calculates the exact distance between live price and the TMA boundaries. The instant price mathematically breaches your defined \"overstretched\" threshold, an alert triggers, \u003cstrong\u003egiving you the exact entry coordinates to catch violent mean-reversion pullbacks with surgically tight risk.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eReceive instant visual and audible alerts on threshold breach.\u003c\/li\u003e\n            \u003cli\u003eIdentify exhaustion before the retail crowd realizes it.\u003c\/li\u003e\n            \u003cli\u003eNever miss optimal reversal positioning again.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"Extreme mean reversion marked on chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/tma-bands-2.jpg?v=1664777403\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eRenko Optimization\u003c\/strong\u003e\n                  \u003cp\u003eEngineered entirely for the unique mathematical price movements of standard and Median Renko bars.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eNon-Repainting Core\u003c\/strong\u003e\n                  \u003cp\u003eWhile outer bands utilize Half Length smoothing, the signal arrows lock permanently onto historical and live data.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eAdjustable Sensitivity\u003c\/strong\u003e\n                  \u003cp\u003eFull control over the ATR period and band multiplier to widen or narrow your structural trading zone.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eInstant Alert Engine\u003c\/strong\u003e\n                  \u003cp\u003eGet notified immediately via audio or platform pop-ups when a new buy or sell signal generates.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eVisual Toggles\u003c\/strong\u003e\n                  \u003cp\u003eEasily turn specific signals and visual corridors on or off to keep your workspace tailored and decluttered.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eUniversal Compatibility\u003c\/strong\u003e\n                  \u003cp\u003eDeployable across all asset classes, futures markets, and timeframes supported by your platform.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eAutomated Trading Data (Plots)\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, this indicator exports raw plot data directly into memory. Because the signals NEVER repaint, they are perfectly suited to be digested by NinjaScript strategies or Bloodhound logic trees.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eBuy_Signal Plot:\u003c\/strong\u003e Emits a definitive integer (+1) the moment a verified, non-repainting long setup is triggered.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSell_Signal Plot:\u003c\/strong\u003e Emits a definitive integer (-1) the moment a verified, non-repainting short setup is triggered.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eTMA_Upper Plot:\u003c\/strong\u003e Continuously outputs the exact Y-axis price of the upper exhaustion boundary for trailing stop management.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eTMA_Lower Plot:\u003c\/strong\u003e Continuously outputs the exact Y-axis price of the lower exhaustion boundary for target placement.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eVersion Changelog\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e4-nov-2023\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the Crazy TMA Bands Scalper.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eIs support included?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop hesitating. Start executing.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e\n          Secure Your License Now\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    \/\/ Accordion Logic\n    const accordionItems = document.querySelectorAll('.accordion-item');\n    \n    accordionItems.forEach(item =\u003e {\n      const header = item.querySelector('.accordion-header');\n      const content = item.querySelector('.accordion-content');\n      \n      header.addEventListener('click', () =\u003e {\n        const isActive = item.classList.contains('active');\n        \n        \/\/ Close all other accordions (optional logic)\n        accordionItems.forEach(otherItem =\u003e {\n          if(otherItem !== item) {\n            otherItem.classList.remove('active');\n            otherItem.querySelector('.accordion-header').setAttribute('aria-expanded', 'false');\n            otherItem.querySelector('.accordion-content').style.maxHeight = null;\n          }\n        });\n        \n        \/\/ Toggle current accordion\n        if (isActive) {\n          item.classList.remove('active');\n          header.setAttribute('aria-expanded', 'false');\n          content.style.maxHeight = null;\n        } else {\n          item.classList.add('active');\n          header.setAttribute('aria-expanded', 'true');\n          content.style.maxHeight = content.scrollHeight + \"px\";\n        }\n      });\n    });\n\n    \/\/ Scroll-to-Buy CTA loop logic\n    const scrollButtons = document.querySelectorAll('.scroll-to-buy');\n    scrollButtons.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        \/\/ Typically targets the ATC section, but looping to top for layout demonstration\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43483296530631,"sku":"","price":345.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/tma.png?v=1699087849"},{"product_id":"support-resistance-indicator-sierra-chart","title":"Support\/Resistance Indicator (Sierra Chart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden; \/* Safety for wide breakouts *\/\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n   \/* Keeps the background full-width, but the text centered *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem;\n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important; \n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px; \n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6; \n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .video-proof-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n    background-color: #000;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    margin-bottom: 3rem;\n  }\n\n  .video-proof-container iframe,\n  .video-proof-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"td-product-container\"\u003e\n\u003csection class=\"problem-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n\u003ch2 class=\"problem-headline\"\u003eYou Aren't Trading the Market. You're Trading Your Imagination.\u003c\/h2\u003e\n\u003cp class=\"problem-text\"\u003eMost traders don't fail because of poor execution. They fail because their support and resistance zones are entirely subjective.\u003c\/p\u003e\n\u003cp class=\"problem-text\"\u003eYou draw a box based on a few recent wicks. You take the reversal. But price plows straight through, and in hindsight, the trap was obvious—you missed the true institutional liquidity pool sitting just a few ticks away, blinded by your own hand-drawn lines.\u003c\/p\u003e\n\u003cp class=\"problem-text\"\u003eThe Support \/ Resistance (Supply \u0026amp; Demand) Indicator is built specifically to fix this fatal flaw. It continuously scans the market to identify exact historical price reactions, calculating true mathematical supply and demand zones in real-time. It doesn't rely on your bias; it relies on cold, hard touch-data.\u003c\/p\u003e\n\u003cp class=\"problem-text\"\u003eEvery zone is mapped automatically and objectively. What you see is verified institutional structure—no subjective rectangles, no missing the higher-timeframe walls, and no guessing if a breakout is real or just a trap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"pas-header\"\u003e\n\u003ch2 class=\"td-heading-1\"\u003eYou're Trading Illusions.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map Institutional Liquidity.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eRetail traders rely on messy, subjective rectangles. Institutional algorithms rely on verifiable touch data. Stop guessing where the zones are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-grid\"\u003e\n\u003cdiv class=\"pas-card\"\u003e\n\u003cdiv class=\"pas-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"td-heading-3\"\u003eDrawing By Hand Is Dead\u003c\/h3\u003e\n\u003cp class=\"td-text-body\"\u003eYou clutter your charts with rectangles that may or may not matter. Two traders will draw two completely different demand zones on the same chart, leading to inconsistent, emotional trading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-card\"\u003e\n\u003cdiv class=\"pas-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"td-heading-3\"\u003eTrading Into Invisible Walls\u003c\/h3\u003e\n\u003cp class=\"td-text-body\"\u003eYou enter a perfect 1-minute setup, only to be instantly crushed because you traded directly into a 1-hour supply zone you forgot to draw. Your lack of situational awareness destroys your edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-card\"\u003e\n\u003cdiv class=\"pas-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"td-heading-3\"\u003eVerified Supply \u0026amp; Demand\u003c\/h3\u003e\n\u003cp class=\"td-text-body\"\u003eThe Support \u0026amp; Resistance Indicator mathematically verifies and plots historical reaction zones across multiple timeframes simultaneously, ensuring you only trade high-probability levels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"visual-proof-section wide-layout\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eWatch Once \u0026amp; NEVER Miss a Zone.\u003c\/h2\u003e\n\u003cdiv class=\"video-proof-container\"\u003e\u003ciframe title=\"Support and Resistance Indicator — Official Product Demo\" src=\"https:\/\/www.youtube.com\/embed\/5pvSAEaq4Tg?start=0\u0026amp;autoplay=0\u0026amp;loop=0\u0026amp;mute=0\u0026amp;controls=1\u0026amp;enablejsapi=1\u0026amp;rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"ape-test-wrapper\"\u003e\n\u003cimg alt=\"Support Resistance indicator showing historical touches and active zones\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/s_r_touches-1669992047671.jpg?v=1669992056\" loading=\"lazy\"\u003e\n\u003cp class=\"ape-test-caption\"\u003eRaw Output: Objective Touch Verification and Mathematical Market Turns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tldr-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"tldr-box\"\u003e\n\u003cdiv class=\"tldr-header\"\u003e\n\u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Indicator\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to automate your structural analysis, packed into one zero-lag C# tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-grid\"\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eEliminate Chart Clutter\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eStop manually updating zones. The algorithm dynamically plots active Supply and Demand regions and cleanly removes them when invalidated, \u003cstrong\u003eso you can maintain a crystal-clear chart and focus purely on your execution strategy.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eDemand Objective Verification\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eTrack exactly how many times a zone has been tested with automated visual touch markers, \u003cstrong\u003eso you stop taking weak trades and only risk capital when the market proves a level's historical strength.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eMaster Multi-Timeframe Awareness\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eOverlay macro support and resistance zones directly onto your micro execution chart, \u003cstrong\u003eensuring you never accidentally trade into a higher-timeframe brick wall and get crushed by unseen liquidity.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tldr-item\"\u003e\n\u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"td-heading-3\"\u003eAutomate The Edge\u003c\/h4\u003e\n\u003cp class=\"td-text-body\"\u003eBuilt for quants. Export real-time zone data and breakout metrics directly into Bloodhound or custom NinjaScript strategies, \u003cstrong\u003eallowing you to build emotionless execution algorithms that trade your supply and demand edges automatically, 24\/7.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"outcomes-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Retest strategy example with Support Resistance indicator\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/s_r_retest-1669986381252.jpg?v=1669986382\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eHigh-Probability Retests\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eCatch Mathematical Second Chances.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eStop chasing price. When the market returns to a validated level, the indicator highlights the exact zone for a high-probability bounce, \u003cstrong\u003eso you can execute mean-reversion trades with exceptionally tight, well-defined risk.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eIdentify exact locations where institutional buyers defend their entries.\u003c\/li\u003e\n\u003cli\u003eVisually confirm historical retest zones.\u003c\/li\u003e\n\u003cli\u003eTighten stops around proven mathematical boundaries.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eBreakout \u0026amp; Polarity Logic\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eExploit Structural Shifts.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eOld resistance becomes new support. The software tracks \"broken\" levels and maps their polarity shifts, \u003cstrong\u003eensuring you are positioned perfectly to catch the massive momentum acceleration when a ceiling becomes a floor.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eChoose between wick \"pierce\" or full candle close breakout logic.\u003c\/li\u003e\n\u003cli\u003eCapitalize on new trend formations the second a zone fractures.\u003c\/li\u003e\n\u003cli\u003eStop guessing if a breakout is a trap.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Breakout strategy example\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/s_r_support-1669985226740.jpg?v=1669985227\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wide-layout\"\u003e\n\u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n\u003cdiv class=\"conversion-banner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Line \u0026amp; Close Zone Type\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/s_r_zone_line2-1670245947389.jpg?v=1670245948\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eDynamic Zone Architecture\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eDictate Zone Calculation.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eAdapt the math to your specific trading style. Toggle between Wick, Body (Close), or Average calculations to define the depth of your zones, \u003cstrong\u003egiving you total control over how strictly or loosely you want to filter market noise.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eUse Line \u0026amp; Close for razor-thin, precise entry points.\u003c\/li\u003e\n\u003cli\u003eUse Wick \u0026amp; Average to capture broader institutional liquidity pools.\u003c\/li\u003e\n\u003cli\u003eFilter out minor price wobbles effortlessly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eMulti-Timeframe Matrix\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eSee The Invisible Walls.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eExecute on the 1-minute chart while seeing exactly where the 1-hour and 4-hour levels reside. The MTF engine automatically scales higher timeframe zones down to your execution chart, \u003cstrong\u003eso you never blindly short into a macro demand level again.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eOverlay higher timeframe zones simultaneously.\u003c\/li\u003e\n\u003cli\u003eMaintain situational awareness without clicking between tabs.\u003c\/li\u003e\n\u003cli\u003eAlign your micro entries with macro institutional flow.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Higher timeframe settings and zones\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/s_r_highertf-1669992474730.jpg?v=1669992475\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wide-layout\"\u003e\n\u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n\u003cdiv class=\"conversion-banner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outcome-row\"\u003e\n\u003cdiv class=\"outcome-media\"\u003e\u003cimg alt=\"Indicator Interface Preview with Alerts\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/t\/5\/assets\/smc-1669544363364.png?v=1669544367\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"outcome-text\"\u003e\n\u003cspan class=\"outcome-badge\"\u003eIntegrated Alert Systems\u003c\/span\u003e\n\u003ch2 class=\"td-heading-2\"\u003eNever Miss A Tactical Shift.\u003c\/h2\u003e\n\u003cp class=\"td-text-body\"\u003eStop burning your retinas staring at static charts. Configure precise audio alerts for when new zones form or major levels break, \u003cstrong\u003eso you can monitor multiple assets simultaneously and reclaim your focus, knowing the system will alert you exactly when an opportunity strikes.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003eWalk away from the monitors without missing a setup.\u003c\/li\u003e\n\u003cli\u003eReceive instant notification the millisecond a level fractures.\u003c\/li\u003e\n\u003cli\u003eFocus purely on order execution, not chart monitoring.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vault-section wide-layout\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n\u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eAutomatic Plotting\u003c\/strong\u003e\n\u003cp\u003eReal-time calculation and rendering of Support\/Resistance and Supply\/Demand levels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eDynamic RSI\u003c\/strong\u003e\n\u003cp\u003eBuilt-in momentum indicator logic to show when the market is structurally overextended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eStrength Filtering\u003c\/strong\u003e\n\u003cp\u003eCustom \"Left\/Right\" pivot settings to find significant market turns and ignore the noise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eBroken Level Logic\u003c\/strong\u003e\n\u003cp\u003eChoose if a zone definitively breaks on a price \"pierce\" or requires a full candle close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003ePrevious Touches\u003c\/strong\u003e\n\u003cp\u003eVisual dots highlight exactly how many times a historical level held firm against price.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eMulti-Timeframe (MTF)\u003c\/strong\u003e\n\u003cp\u003eProject and display higher-timeframe big-picture levels directly on your fast intraday charts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eAutomated Trading Data (Plots)\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, this indicator exports raw plot data directly into memory, ready to be digested by NinjaScript strategies or Bloodhound logic trees.\u003c\/p\u003e\n\u003cul class=\"outcome-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupport\/Resistance Zone Plots:\u003c\/strong\u003e Continuously outputs the exact upper and lower price boundaries of active zones.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTouch Counter:\u003c\/strong\u003e Outputs an integer representing exactly how many times a zone has been tested by price action.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBreakout Signal:\u003c\/strong\u003e Emits a discrete signal when a defined zone experiences a structural break.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePolarity Shift Logic:\u003c\/strong\u003e Exposes data when an old resistance zone flips to new support, enabling instant structural awareness.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eVersion Changelog\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cul class=\"changelog-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e11-Nov-2023\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the Support \/ Resistance (Supply \u0026amp; Demand) Indicator.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n\u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n\u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs support included?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bottom-cta-section wide-layout\"\u003e\n\u003cdiv class=\"td-container\"\u003e\n\u003cdiv class=\"bottom-cta-content\"\u003e\n\u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n\u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop drawing. Start executing.\u003c\/p\u003e\n\u003cbutton class=\"btn-primary scroll-to-buy\"\u003e Secure Your License Now \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43505478467783,"sku":"","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/Screenshot2023-11-11103004.png?v=1699698627"},{"product_id":"news-indicator-sierra-chart","title":"News indicator (Sierra Chart)","description":"\u003cstyle\u003e\n  \/* --- CSS VARIABLES \u0026 BRANDING --- *\/\n  :root {\n    --bg-base: #000000;\n    --bg-surface: #0a0a0a;\n    --bg-surface-alt: #121212;\n    --accent-primary: #a92323;\n    --accent-hover: #c42929;\n    --accent-glow: rgba(169, 35, 35, 0.4);\n    --text-main: #ffffff;\n    --text-dim: #a0a0a0;\n    --text-muted: #666666;\n    --border-subtle: #222222;\n    --border-focus: #333333;\n    --transition-fast: 0.2s ease;\n    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace;\n  }\n\n  \/* --- GLOBAL RESETS \u0026 UTILITIES --- *\/\n  .td-product-container {\n    background-color: var(--bg-base);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden;\n    padding-bottom: 80px;\n  }\n\n  .td-product-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* WIDE LAYOUT HACK (CRITICAL) *\/\n  .wide-layout {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--bg-surface);\n  }\n\n  \/* TYPOGRAPHY *\/\n  .td-heading-1 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .td-heading-2 {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .td-heading-3 {\n    font-size: clamp(1.25rem, 2vw, 1.75rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .td-text-lead {\n    font-size: 1.1rem;\n    color: var(--text-dim);\n    margin-bottom: 2rem;\n    max-width: 800px;\n  }\n\n  .td-text-body {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    margin-bottom: 1.5rem;\n    line-height: 1.5;\n  }\n\n  .td-accent-text {\n    color: var(--accent-primary);\n  }\n\n  \/* --- CONSTRAINED WIDTHS --- *\/\n  .td-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 2rem;\n  }\n\n  \/* BUTTONS *\/\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--accent-primary);\n    color: var(--text-main);\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    padding: 1.25rem 2.5rem;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: var(--transition-fast);\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(169, 35, 35, 0.2);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .btn-primary:hover {\n    background-color: var(--accent-hover);\n    box-shadow: 0 6px 20px rgba(169, 35, 35, 0.4);\n    transform: translateY(-2px);\n  }\n\n  .btn-primary svg {\n    margin-left: 10px;\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n    transition: transform var(--transition-fast);\n  }\n\n  .btn-primary:hover svg {\n    transform: translateX(4px);\n  }\n\n  \/* --- SECTION 0: THE REAL PROBLEM --- *\/\n  .problem-section {\n    padding: 6rem 0 2rem 0;\n  }\n  \n  .problem-eyebrow {\n    color: var(--accent-primary);\n    font-family: var(--font-heading);\n    font-size: 0.85rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n  \n  .problem-headline {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n    color: var(--text-main);\n    margin-bottom: 3rem;\n    max-width: 1000px;\n  }\n  \n  .problem-text {\n    font-size: 0.95rem !important;\n    color: var(--text-dim);\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    max-width: 850px;\n  }\n\n  \/* --- SECTION 1: EMOTIONAL ENTRY HOOK (PAS) --- *\/\n  .pas-section {\n    padding: 2rem 0 4rem 0;\n  }\n\n  .pas-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .pas-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n  }\n\n  .pas-card {\n    background: var(--bg-surface-alt);\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    padding: 2.5rem 2rem;\n    position: relative;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover {\n    border-color: var(--border-focus);\n    transform: translateY(-5px);\n  }\n\n  .pas-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--border-subtle);\n    border-radius: 8px 8px 0 0;\n    transition: var(--transition-smooth);\n  }\n\n  .pas-card:hover::before {\n    background: var(--accent-primary);\n  }\n\n  .pas-icon-wrap {\n    width: 50px;\n    height: 50px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n  }\n\n  .pas-icon-wrap svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--accent-primary);\n  }\n\n  .pas-label {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--accent-primary);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  \/* --- SECTION 2: VISUAL PROOF (DYNAMIC) --- *\/\n  .visual-proof-section {\n    background: var(--bg-surface);\n  }\n\n  .ape-test-wrapper {\n    text-align: center;\n  }\n\n  .ape-test-wrapper img {\n    max-width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .ape-test-caption {\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    font-family: var(--font-mono);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 3: THE TL;DR BOX --- *\/\n  .tldr-section {\n    padding: 5rem 0;\n  }\n\n  .tldr-box {\n    background: linear-gradient(145deg, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border: 1px solid var(--border-focus);\n    border-radius: 12px;\n    padding: 4rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tldr-box::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 100%;\n    height: 100%;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);\n    opacity: 0.1;\n    pointer-events: none;\n  }\n\n  .tldr-header {\n    margin-bottom: 3rem;\n    text-align: center;\n  }\n\n  .tldr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 3rem;\n  }\n\n  .tldr-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n  }\n\n  .tldr-check {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    background: rgba(169, 35, 35, 0.1);\n    border: 1px solid var(--accent-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .tldr-check svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--accent-primary);\n  }\n\n  \/* --- SECTION 4: OUTCOME-DRIVEN BENEFIT ROWS --- *\/\n  .outcomes-section {\n    padding: 2rem 0;\n  }\n\n  .outcome-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    margin-bottom: 6rem;\n  }\n\n  .outcome-row:nth-child(even) .outcome-text {\n    order: 2;\n  }\n\n  .outcome-row:nth-child(even) .outcome-media {\n    order: 1;\n  }\n\n  .outcome-media img {\n    width: 100%;\n    height: auto;\n    border: 1px solid var(--border-subtle);\n    border-radius: 8px;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.6);\n    transition: var(--transition-smooth);\n  }\n\n  .outcome-media img:hover {\n    border-color: var(--border-focus);\n    transform: scale(1.02);\n  }\n\n  .outcome-badge {\n    display: inline-block;\n    padding: 0.35rem 0.75rem;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n    font-size: 0.75rem;\n    font-family: var(--font-mono);\n    color: var(--text-dim);\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    letter-spacing: 0.05em;\n  }\n\n  ul.outcome-list {\n    list-style: none;\n    margin-top: 1.5rem;\n  }\n\n  ul.outcome-list li {\n    position: relative;\n    padding-left: 1.5rem;\n    margin-bottom: 0.75rem;\n    color: var(--text-dim);\n  }\n\n  ul.outcome-list li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--accent-primary);\n    font-weight: bold;\n  }\n\n  \/* CONVERSION BOOSTERS *\/\n  .conversion-banner {\n    background: var(--bg-surface-alt);\n    border-top: 1px solid var(--border-subtle);\n    border-bottom: 1px solid var(--border-subtle);\n    padding: 2rem;\n    text-align: center;\n    margin: 4rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 1rem;\n  }\n\n  .conversion-banner svg {\n    width: 28px;\n    height: 28px;\n    fill: var(--accent-primary);\n  }\n\n  .conversion-banner h4 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* --- SECTION 5 \u0026 6: ACCORDIONS (NERD VAULT \u0026 FAQ) --- *\/\n  .vault-section, .faq-section {\n    padding: 4rem 0;\n  }\n\n  .accordion-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .accordion-item {\n    border: 1px solid var(--border-subtle);\n    background: var(--bg-surface);\n    margin-bottom: 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .accordion-header {\n    width: 100%;\n    padding: 1.5rem 2rem;\n    background: transparent;\n    border: none;\n    text-align: left;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    color: var(--text-main);\n    font-size: 1.125rem;\n    font-weight: 600;\n    transition: var(--transition-fast);\n  }\n\n  .accordion-header:hover {\n    background: rgba(255,255,255,0.02);\n  }\n\n  .accordion-icon {\n    width: 24px;\n    height: 24px;\n    position: relative;\n  }\n\n  .accordion-icon::before,\n  .accordion-icon::after {\n    content: '';\n    position: absolute;\n    background-color: var(--text-dim);\n    transition: var(--transition-fast);\n  }\n\n  .accordion-icon::before {\n    top: 11px;\n    left: 4px;\n    width: 16px;\n    height: 2px;\n  }\n\n  .accordion-icon::after {\n    top: 4px;\n    left: 11px;\n    width: 2px;\n    height: 16px;\n  }\n\n  .accordion-item.active .accordion-header {\n    border-bottom: 1px solid var(--border-subtle);\n  }\n\n  .accordion-item.active .accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n    background: var(--bg-surface-alt);\n  }\n\n  .accordion-content-inner {\n    padding: 2rem;\n    color: var(--text-dim);\n  }\n\n  .faq-category {\n    margin-top: 3rem;\n    margin-bottom: 1.5rem;\n    font-size: 1.5rem;\n    color: var(--text-main);\n    border-bottom: 2px solid var(--border-subtle);\n    padding-bottom: 0.5rem;\n    display: inline-block;\n  }\n\n  \/* SPECIFIC NERD VAULT STYLES *\/\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .spec-item {\n    background: var(--bg-base);\n    padding: 1rem;\n    border: 1px solid var(--border-subtle);\n    border-radius: 4px;\n  }\n\n  .spec-item strong {\n    color: var(--text-main);\n    display: block;\n    margin-bottom: 0.25rem;\n  }\n\n  .changelog-list {\n    list-style: none;\n    font-family: var(--font-mono);\n    font-size: 0.9rem;\n  }\n\n  .changelog-list li {\n    margin-bottom: 1rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px dashed var(--border-subtle);\n  }\n\n  .changelog-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .changelog-date {\n    color: var(--accent-primary);\n    margin-right: 1rem;\n  }\n\n  \/* --- SECTION 7: BOTTOM CTA (THE LOOP) --- *\/\n  .bottom-cta-section {\n    padding: 8rem 0;\n    text-align: center;\n    background: radial-gradient(circle at center, var(--bg-surface-alt) 0%, var(--bg-base) 100%);\n    border-top: 1px solid var(--border-subtle);\n  }\n\n  .bottom-cta-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* --- MEDIA QUERIES --- *\/\n  @media (max-width: 992px) {\n    .pas-grid {\n      grid-template-columns: 1fr;\n    }\n    .tldr-grid {\n      grid-template-columns: 1fr;\n    }\n    .outcome-row {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    .outcome-row:nth-child(even) .outcome-text {\n      order: 1;\n    }\n    .outcome-row:nth-child(even) .outcome-media {\n      order: 2;\n    }\n    .tldr-box {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .td-heading-1 {\n      font-size: 2rem;\n    }\n    .problem-headline {\n      font-size: 2.25rem;\n    }\n    .td-container {\n      padding: 3rem 1.5rem;\n    }\n    .btn-primary {\n      width: 100%;\n    }\n    .conversion-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"td-product-container\"\u003e\n  \n  \u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cspan class=\"problem-eyebrow\"\u003eThe Real Problem\u003c\/span\u003e\n      \u003ch2 class=\"problem-headline\"\u003eYou Aren't Trading the Chart. You're Trading the News.\u003c\/h2\u003e\n      \u003cp class=\"problem-text\"\u003eMost traders don't fail because their technical analysis is wrong. They fail because they execute perfectly timed setups directly into the teeth of invisible macroeconomic volatility.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eYou spot the golden setup. You enter the trade. Suddenly, liquidity evaporates, spreads blow out, and price violently spikes through your stop loss in milliseconds. In hindsight, the trap was obvious—you traded exactly at a Tier-1 news release without knowing it.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eThe News Indicator is built specifically to bridge the gap between technical execution and fundamental reality. It doesn't clutter your chart with lagging oscillators; it plots precise chronological boundaries directly on your candles, warning you exactly when high-impact data will drop.\u003c\/p\u003e\n      \u003cp class=\"problem-text\"\u003eStop getting chopped to pieces by scheduled volatility. By visualizing exact macroeconomic impact zones, you can secure your capital, tighten stops, or confidently step aside until the algorithmic chaos subsides.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pas-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"pas-header\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eYou're Trading Illusions.\u003cbr\u003e\u003cspan class=\"td-accent-text\"\u003eWe Map The Volatility.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eTechnical perfection is useless if you get blindsided by global data. Stop guessing when the market will fracture.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pas-grid\"\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eFlying Blind\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou monitor price action flawlessly but ignore the global economic calendar. This blind spot forces you into high-risk, low-liquidity environments where technicals completely break down.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eThe Spread Wipeout\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eYou hold a position through a major central bank announcement without knowing it. Your platform freezes, algorithmic slippage destroys your risk-to-reward ratio, and you lose days of profit in seconds.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pas-card\"\u003e\n          \u003cdiv class=\"pas-icon-wrap\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"td-heading-3\"\u003eScheduled Certainty\u003c\/h3\u003e\n          \u003cp class=\"td-text-body\"\u003eThe News Indicator tracks global fundamental releases in real-time. By plotting specific chronological impact zones right on your chart, you filter out the noise and only execute when conditions are stable.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"visual-proof-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\" style=\"padding-top: 4rem;\"\u003e\n      \u003cdiv class=\"ape-test-wrapper\"\u003e\n        \u003cimg alt=\"News Indicator highly annotated chart showcasing volatility zones\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/news1.png?v=1704358767\" loading=\"lazy\"\u003e\n        \u003cp class=\"ape-test-caption\"\u003eRaw Output: High-Impact Macro Volatility Zones Mapped Live.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tldr-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"tldr-box\"\u003e\n        \u003cdiv class=\"tldr-header\"\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eThe Architecture Of The Indicator\u003c\/h2\u003e\n          \u003cp class=\"td-text-lead\" style=\"margin: 0 auto;\"\u003eEverything you need to automate your macro awareness, packed into one zero-lag C# tool.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tldr-grid\"\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eSurvive Slippage Traps\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eInstantly visualize high-impact macroeconomic releases as precise vertical boundaries on your chart, \u003cstrong\u003eso you can flatten positions before algorithmic spread-widening destroys your account.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eFilter Global Noise\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eCustom-tailor the data feed to ignore irrelevant currencies and low-tier announcements, \u003cstrong\u003eso you stay focused only on the tier-1 events that actively inject volatility into your specific instrument.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eMaintain Chart Clarity\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eAutomatically purge outdated news markers once the event horizon passes, \u003cstrong\u003eso you keep your workspace perfectly clean and distraction-free for pure technical analysis.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tldr-item\"\u003e\n            \u003cdiv class=\"tldr-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4 class=\"td-heading-3\"\u003eAutomate Time Sync\u003c\/h4\u003e\n              \u003cp class=\"td-text-body\"\u003eAutomatically calculate and align global event times with your local chart time-zone, \u003cstrong\u003eso you never miscalculate a release schedule or get caught off-guard by shifting GMT offsets.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"outcomes-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"News Indicator showing upcoming economic events directly on the chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/news1.png?v=1704358767\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eReal-Time Event Mapping\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eAnticipate The Chaos.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eStop blindly guessing when volatility will strike. The indicator plots precise vertical lines right on your price action while providing a condensed table of upcoming data, \u003cstrong\u003eso you can definitively see when high-impact news will disrupt your structural setups.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eMark exact release times directly on your candles.\u003c\/li\u003e\n            \u003cli\u003eDisplay upcoming events in a sleek, condensed dashboard.\u003c\/li\u003e\n            \u003cli\u003eNever get blindsided by sudden, unexplainable momentum spikes.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eUnlock A No-Strings-Attached 7-Day Trial Today.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"outcome-row\"\u003e\n        \u003cdiv class=\"outcome-text\"\u003e\n          \u003cspan class=\"outcome-badge\"\u003eGranular Data Filtration\u003c\/span\u003e\n          \u003ch2 class=\"td-heading-2\"\u003eSilence The Noise.\u003c\/h2\u003e\n          \u003cp class=\"td-text-body\"\u003eYou dictate what data reaches your chart. Filter out low-impact events and mute specific global currencies entirely, \u003cstrong\u003eensuring you only react to the fundamental catalysts that actually move the needle on your specific assets.\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cul class=\"outcome-list\"\u003e\n            \u003cli\u003eToggle between Low, Medium, and High impact alerts.\u003c\/li\u003e\n            \u003cli\u003eBlock specific currencies like JPY or CHF from rendering.\u003c\/li\u003e\n            \u003cli\u003eKeep your visual workspace aggressively optimized and clean.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"outcome-media\"\u003e\n          \u003cimg alt=\"News Indicator settings menu\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/settings_3c2bf97e-d384-455c-8427-1d5d811f8f5c.png?v=1704358860\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wide-layout\"\u003e\n        \u003cdiv class=\"td-container\" style=\"padding-top: 0; padding-bottom: 0;\"\u003e\n          \u003cdiv class=\"conversion-banner\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTrade With Confidence: Free Exchange Within 7 Days.\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vault-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eThe Nerd Vault\u003c\/h2\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"vault-accordions\"\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eFull Feature Specifications\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eReal-Time Alerts\u003c\/strong\u003e\n                  \u003cp\u003eOrganized on-chart table and precise vertical lines tracking upcoming events live.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eImpact Filters\u003c\/strong\u003e\n                  \u003cp\u003eInstantly toggle between Low, Medium, and High impact data to suit your strategy.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eCurrency Filtering\u003c\/strong\u003e\n                  \u003cp\u003eCustom logic to hide news from irrelevant countries or economies.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eGMT Offset\u003c\/strong\u003e\n                  \u003cp\u003eManual alignment protocols to perfectly match global data with your local chart time.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eAuto-Hide Past Events\u003c\/strong\u003e\n                  \u003cp\u003eSmart history management algorithm clears expired news to maintain a professional UI.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                  \u003cstrong\u003eUniversal Compatibility\u003c\/strong\u003e\n                  \u003cp\u003eDesigned natively for seamless operation on any instrument and any timeframe.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eAutomated Trading Data Integration\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cp class=\"td-text-body\" style=\"margin-bottom: 1.5rem;\"\u003eFor advanced quantitative traders, this indicator organizes complex chronological data so algorithmic systems can factor in time-based risk.\u003c\/p\u003e\n              \u003cul class=\"outcome-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eVolatility Event Flags:\u003c\/strong\u003e Allows programmatic logic to detect the exact distance to the next tier-1 release.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eExecution Pausing:\u003c\/strong\u003e Utilize the underlying schedule to temporarily halt automated entries moments before high-impact news.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRisk Adjustment:\u003c\/strong\u003e Trigger scripts to aggressively tighten trailing stops as fundamental events approach.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eVersion Changelog\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003e\n              \u003cul class=\"changelog-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e10-mar-2024\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.1)\u003c\/strong\u003e - Enhanced currency filtration performance and improved table rendering.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"changelog-date\"\u003e05-jan-2024\u003c\/span\u003e \u003cstrong\u003e(v1.0.0.0)\u003c\/strong\u003e - Initial core release of the News Indicator architecture.\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq-section\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003ch2 class=\"td-heading-2\" style=\"text-align: center; margin-bottom: 1rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto; text-align: center;\"\u003eEverything you need to know about licensing, platform architecture, and trials.\u003c\/p\u003e\n      \n      \u003cdiv class=\"accordion-container\" id=\"master-faq\"\u003e\n        \n        \u003ch3 class=\"faq-category\"\u003eGeneral Info \u0026amp; Trials\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhich platforms do you support?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe specialize in professional-grade indicators for NinjaTrader 8, Quantower, and Sierra Chart. Unlike competitors who use clunky \"wrapper\" code to port one indicator across 10 different platforms, we build natively in C# and C++ for each specific platform. This ensures maximum stability and zero-lag performance that retail alternatives simply can't offer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDo you offer a trial period?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYes. We offer a highly generous 7-day risk-free trial for our indicator packages, which is practically unheard of in an industry where competitors hide behind \"no trial\" policies or 24-hour locked demos. If you want to test our tools even further before committing to a lifetime license, many of our products feature a low-cost monthly billing option. Buy a month to see exactly why over 12,500 traders trust us.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs support included?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Most vendors vanish the second your payment clears. Every TradeDevils purchase or subscription includes access to our dedicated support team via Discord and email, plus ongoing software updates and video guides at no extra cost. We stand by our tech.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eLicensing \u0026amp; Billing\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhere exactly do I find my \"Contact ID\" for activation?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eYour Contact ID is in the Profile or Account Details section when you log into tradedevils-indicators.com. While competitors make you wait 24-48 hours for manual email keys, our system is entirely automated, getting you onto the live charts instantaneously.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eCan I use my indicators on two computers at the same time?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eLicenses are tied to one active machine to maintain security. However, unlike competitors who lock you to a single PC or charge you for a second key, we provide a real-time License Manager on our site. You can deactivate your home PC and activate your laptop in seconds, giving you ultimate portability for free.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI missed a few days of my trial. Can I have an extension?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eOur generous 7-day trial clock only starts when you first add the indicator to a chart, not when you sign up. Because this activation-based system is already far more flexible than industry standards, we do not offer extensions. If you need more time to dial in your setup, grab a 1-month subscription.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is your exchange policy?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eWe offer a 7-day Exchange Guarantee. Most competitors have a strict \"no refunds, no exchanges\" wall that traps you with software you don't like. We believe in our tools. If an indicator doesn't match your evolving strategy, contact us within 7 days of purchase and we'll swap it out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy does the Sierra Chart trial require me to join Discord?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eSierra Chart is notoriously complex with unique data handling protocols. While other vendors leave you to figure it out alone (often leading to broken trials), joining our Discord allows an admin to personally verify your setup and hand you the right templates. We guarantee you start on day one with a flawless chart.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003ePlatforms \u0026amp; Technical\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy do my indicators look different than the ones in your YouTube videos?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCheap retail indicators look the same everywhere because they use low-resolution, aggregated \"minute\" data. TradeDevils tools render with 100% accuracy using high-quality tick data. You must ensure you have a professional feed (Rithmic\/CQG) and that \"Tick Replay\" is enabled in NT8. Our indicators reveal hidden market dynamics that lesser tools are blind to.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eDoes TradeDevils support TradingView?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. TradingView is great for social charting, but its architecture cannot support the raw, tick-level data processing required for our advanced order flow tools. We refuse to \"dumb down\" our algorithms to fit into web-based platforms like our competitors do. We build exclusively for professional environments.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat is the difference between \"Fractal\" and \"PriceAction\" mode in Market Structure?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eCompetitor structure tools just use basic zigzag math. While our \"Fractal\" mode does this beautifully, our proprietary \"PriceAction\" mode is a volatility-adaptive algorithm based on ATR or ticks. It filters out market noise aggressively, giving scalpers an edge in volatile markets like NQ or Crude Oil that generic tools completely fail at.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eTools \u0026amp; Automation\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eIs the \"Auto Orderflow Footprint Trader\" the same as the \"Footprint Indicator\"?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eNo. The Footprint Indicator is a visual tool for manual trading. The Auto Orderflow Footprint Trader is a dedicated execution algorithm. Unlike competitors who bundle clunky, basic auto-execution features as an afterthought, our Auto Trader reads imbalances and delta divergences to execute trades faster than humanly possible.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eI’m not a coder. Can I still use Algo Studio Pro?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eAbsolutely. Other \"simplified\" builders on the market lack algorithmic depth. Algo Studio Pro integrates institutional-grade Genetic Algorithms into a drag-and-drop, no-code interface. You get the immense power of a C# programmer to test and optimize strategies, without writing a single line of code.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"faq-category\"\u003eHardware \u0026amp; Specs\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhat are the recommended system specs?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eBecause our tools process millions of raw order flow ticks rather than just drawing generic moving averages, they are computationally intensive. We recommend an Intel i7\/i9 or AMD Ryzen 7\/9, a minimum of 16GB RAM (32GB for multiple charts), and an NVMe SSD. We deliver pro performance, which requires pro hardware.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-header\" aria-expanded=\"false\"\u003e \u003cspan\u003eWhy is my \"Big Trades\" bubble appearing late?\u003c\/span\u003e\u003c\/button\u003e\n          \u003cdiv class=\"accordion-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cdiv class=\"accordion-content-inner\"\u003eThis is caused by internet latency. Retail vendors will blame the charting platform, but the truth is your residential internet is too slow. To eliminate this and get volume bubbles instantly, you must use a high-performance VPS located in the same data center as the exchange (e.g., Equinix in Chicago). TradeDevils sets you up to compete with the big players.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta-section wide-layout\"\u003e\n    \u003cdiv class=\"td-container\"\u003e\n      \u003cdiv class=\"bottom-cta-content\"\u003e\n        \u003ch2 class=\"td-heading-1\"\u003eReady to Automate Your Edges?\u003c\/h2\u003e\n        \u003cp class=\"td-text-lead\" style=\"margin: 0 auto 3rem auto;\"\u003eStop guessing. Start executing.\u003c\/p\u003e\n        \u003cbutton class=\"btn-primary scroll-to-buy\"\u003e Secure Your License Now \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    \/\/ Accordion Logic\n    const accordionHeaders = document.querySelectorAll('.accordion-header');\n    \n    accordionHeaders.forEach(header =\u003e {\n      header.addEventListener('click', () =\u003e {\n        const item = header.parentElement;\n        const content = item.querySelector('.accordion-content');\n        \n        const isActive = item.classList.contains('active');\n        \n        \/\/ Close all other accordions (optional, remove if you want multiple open)\n        document.querySelectorAll('.accordion-item').forEach(otherItem =\u003e {\n          if(otherItem !== item) {\n            otherItem.classList.remove('active');\n            otherItem.querySelector('.accordion-header').setAttribute('aria-expanded', 'false');\n            otherItem.querySelector('.accordion-content').style.maxHeight = null;\n          }\n        });\n        \n        \/\/ Toggle current accordion\n        if (!isActive) {\n          item.classList.add('active');\n          header.setAttribute('aria-expanded', 'true');\n          content.style.maxHeight = content.scrollHeight + 'px';\n        } else {\n          item.classList.remove('active');\n          header.setAttribute('aria-expanded', 'false');\n          content.style.maxHeight = null;\n        }\n      });\n    });\n\n    \/\/ Scroll to Top Loop Functionality\n    const scrollBtns = document.querySelectorAll('.scroll-to-buy');\n    scrollBtns.forEach(btn =\u003e {\n      btn.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        window.scrollTo({\n          top: 0,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"tradedevils-indicators","offers":[{"title":"Default Title","offer_id":43628015681735,"sku":"","price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6286\/3047\/files\/thumb_15eee572-a55a-4663-978d-7540e9591073.png?v=1704358485"}],"url":"https:\/\/tradedevils-indicators.com\/collections\/best-indicators-for-sierra-chart\/smc.oembed","provider":"tradedevils-indicators","version":"1.0","type":"link"}