{"id":1234,"date":"2026-07-13T00:35:58","date_gmt":"2026-07-13T00:35:58","guid":{"rendered":"https:\/\/theindicatorstore.com\/?page_id=1234"},"modified":"2026-07-13T00:35:58","modified_gmt":"2026-07-13T00:35:58","slug":"auto-tv","status":"publish","type":"page","link":"https:\/\/theindicatorstore.com\/es\/auto-tv\/","title":{"rendered":"auto-tv"},"content":{"rendered":"\n<!-- =========================================================\n     \/auto-tv\/  \u2014 Meta Ads landing (ENGLISH ONLY)\n     The Indicator Store \u2014 TIS Automator\n     Paste into a Kadence \"Custom HTML\" block. Text\/Code mode only.\n     PayPal: MONTHLY plans (include 7-day free trial).\n     To switch to ANNUAL (no trial): swap the plan_id + value in the\n     two PAYPAL_PLANS entries below and delete the \".at-trial\" lines.\n     ========================================================= -->\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@500;700&display=swap');\n\n  .at * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .at {\n    --bg:       #0a0f1e;\n    --bg-2:     #12182b;\n    --bg-3:     #1a2135;\n    --line:     #283047;\n    --gold:     #E0B33A;\n    --green:    #00d278;\n    --ink:      #0a0f1e;\n    --text:     #e8e9ee;\n    --muted:    #9aa0b2;\n\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'Inter', sans-serif;\n    line-height: 1.6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n  .at a { color: var(--gold); text-decoration: none; }\n\n  .at-inner { max-width: 900px; margin: 0 auto; }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .at-hero {\n    background:\n      radial-gradient(ellipse 65% 55% at 50% 0%, rgba(224,179,58,0.12) 0%, transparent 68%),\n      var(--bg);\n    text-align: center;\n    padding: 64px 32px 48px;\n    border-bottom: 1px solid var(--line);\n  }\n  .at-eyebrow {\n    display: inline-block;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 2.5px; text-transform: uppercase;\n    color: var(--gold);\n    border: 1px solid rgba(224,179,58,0.35);\n    border-radius: 20px; padding: 5px 15px; margin-bottom: 22px;\n  }\n  .at-hero h1 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(30px, 5.2vw, 50px); font-weight: 700;\n    line-height: 1.07; letter-spacing: -0.5px; margin-bottom: 20px;\n  }\n  .at-hero h1 .hl { color: var(--gold); }\n  .at-hero p.lead {\n    font-size: 18px; color: var(--muted);\n    max-width: 620px; margin: 0 auto;\n  }\n\n  \/* \u2500\u2500 VIDEO \u2500\u2500 *\/\n  .at-video-wrap { padding: 44px 32px 8px; }\n  .at-video {\n    position: relative; width: 100%; max-width: 780px; margin: 0 auto;\n    aspect-ratio: 16 \/ 9;\n    border-radius: 14px; overflow: hidden;\n    border: 1px solid var(--line);\n    box-shadow: 0 18px 50px rgba(0,0,0,0.45);\n  }\n  .at-video iframe {\n    position: absolute; inset: 0; width: 100%; height: 100%; border: 0;\n  }\n\n  \/* \u2500\u2500 PRICING \u2500\u2500 *\/\n  .at-pricing { padding: 48px 32px 64px; }\n  .at-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr);\n    gap: 22px; max-width: 820px; margin: 0 auto;\n  }\n  .at-card {\n    background: var(--bg-2);\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    padding: 34px 30px 30px;\n    display: flex; flex-direction: column;\n    position: relative;\n  }\n  .at-card--feat { border-color: rgba(224,179,58,0.55); box-shadow: 0 0 0 1px rgba(224,179,58,0.25); }\n  .at-badge {\n    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: var(--gold); color: var(--ink);\n    font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;\n    padding: 5px 14px; border-radius: 20px; white-space: nowrap;\n  }\n  .at-card h3 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 20px; font-weight: 600; margin-bottom: 6px;\n  }\n  .at-card .at-tag { font-size: 14px; color: var(--muted); min-height: 44px; margin-bottom: 18px; }\n\n  \/* PRICE = biggest text on the card *\/\n  .at-price {\n    display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px;\n  }\n  .at-price .amt {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 60px; font-weight: 700; line-height: 1;\n    color: var(--text); letter-spacing: -1.5px;\n  }\n  .at-price .per { font-size: 16px; color: var(--muted); font-weight: 500; }\n  .at-trial {\n    font-size: 13px; font-weight: 700; color: var(--green);\n    letter-spacing: .3px; margin-bottom: 22px;\n  }\n\n  .at-pp { min-height: 48px; margin-top: auto; }\n  .at-pp-fallback {\n    display: none; font-size: 13px; color: var(--muted); text-align: center; padding: 10px 0;\n  }\n\n  \/* \u2500\u2500 MORE INFO \u2500\u2500 *\/\n  .at-more { text-align: center; padding: 0 32px 60px; }\n  .at-more p { color: var(--muted); font-size: 15px; margin-bottom: 16px; }\n  .at-btn-ghost {\n    display: inline-block; font-weight: 700; font-size: 15px;\n    padding: 14px 34px; border-radius: 9px; cursor: pointer;\n    background: transparent; color: var(--text) !important;\n    border: 1px solid var(--line);\n    transition: border-color .12s ease, color .12s ease;\n  }\n  .at-btn-ghost:hover { border-color: var(--gold); color: var(--gold) !important; }\n\n  @media (max-width: 640px) {\n    .at-grid { grid-template-columns: 1fr; }\n    .at-price .amt { font-size: 52px; }\n  }\n<\/style>\n\n<div class=\"at\">\n\n  <!-- HERO -->\n  <section class=\"at-hero\">\n    <div class=\"at-inner\">\n      <span class=\"at-eyebrow\">The Indicator Store<\/span>\n      <h1>Automate <span class=\"hl\">any<\/span> TradingView indicator &mdash; and watch it perform, <span class=\"hl\">live<\/span><\/h1>\n      <p class=\"lead\">The TIS Automator turns the signals from any TradingView indicator into fully automated trades &mdash; with dynamic, verifiable performance reports so you always know exactly how it&rsquo;s doing.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- DEMO VIDEO (English) -->\n  <div class=\"at-video-wrap\">\n    <div class=\"at-video\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/r9l7BInwC8M\"\n              title=\"TIS Automator demo\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n    <\/div>\n  <\/div>\n\n  <!-- PRICING -->\n  <section class=\"at-pricing\">\n    <div class=\"at-grid\">\n\n      <!-- Plan 1: Automator only -->\n      <div class=\"at-card\">\n        <h3>TIS Automator<\/h3>\n        <p class=\"at-tag\">Bring your own indicator &mdash; the Automator does the rest, hands-free.<\/p>\n        <div class=\"at-price\"><span class=\"amt\">$39<\/span><span class=\"per\">\/ month<\/span><\/div>\n        <div class=\"at-trial\">&#10003; 7-day free trial &middot; cancel anytime<\/div>\n        <div class=\"at-pp\" id=\"pp-automator\"><\/div>\n        <div class=\"at-pp-fallback\" id=\"fb-automator\">Checkout is loading&hellip;<\/div>\n      <\/div>\n\n      <!-- Plan 2: Automator + 5 indicators -->\n      <div class=\"at-card at-card--feat\">\n        <span class=\"at-badge\">Best value<\/span>\n        <h3>Automator + 5 Indicators<\/h3>\n        <p class=\"at-tag\">No indicators yet? Take our 5 best &mdash; ready to automate right out of the box.<\/p>\n        <div class=\"at-price\"><span class=\"amt\">$79<\/span><span class=\"per\">\/ month<\/span><\/div>\n        <div class=\"at-trial\">&#10003; 7-day free trial &middot; cancel anytime<\/div>\n        <div class=\"at-pp\" id=\"pp-combo\"><\/div>\n        <div class=\"at-pp-fallback\" id=\"fb-combo\">Checkout is loading&hellip;<\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- MORE INFO -->\n  <div class=\"at-more\">\n    <p>Want the full breakdown &mdash; individual indicators, annual pricing and everything else?<\/p>\n    <a class=\"at-btn-ghost\" href=\"\/tradingview\/\">Want more info?<\/a>\n  <\/div>\n\n<\/div>\n\n<script>\n(function () {\n  \/\/ Monthly plans include the 7-day free trial.\n  \/\/ To switch to ANNUAL (no trial): replace plan\/value below and remove .at-trial lines above.\n  var PAYPAL_PLANS = {\n    automator: { container: 'pp-automator', fallback: 'fb-automator',\n                 plan: 'P-33D397284B0864420NJHEOSQ', slug: 'automator', value: '39' },\n    combo:     { container: 'pp-combo', fallback: 'fb-combo',\n                 plan: 'P-4WR19365BJ420350SNJHFBCA', slug: 'combo', value: '79' }\n  };\n  var CLIENT_ID = 'AXDGRlqnksngyOeP4fAZ3Gwp4-yWAYrylm53zS8FIeaoJTrQicybbAUXYgQT7wfdAhGpvNHMcYLr6Vds';\n\n  function renderButton(cfg) {\n    document.getElementById(cfg.fallback).style.display = 'none';\n    paypal.Buttons({\n      style: { layout: 'vertical', color: 'gold', shape: 'pill', label: 'subscribe' },\n      createSubscription: function (data, actions) {\n        return actions.subscription.create({ plan_id: cfg.plan });\n      },\n      onApprove: function () {\n        window.location.href = '\/thanks-subscription\/?plan=' + cfg.slug + '&value=' + cfg.value;\n      }\n    }).render('#' + cfg.container);\n  }\n\n  function renderAll() {\n    Object.keys(PAYPAL_PLANS).forEach(function (k) { renderButton(PAYPAL_PLANS[k]); });\n  }\n\n  \/\/ Load the PayPal SDK once (single locale \u2014 page is English only).\n  var s = document.createElement('script');\n  s.src = 'https:\/\/www.paypal.com\/sdk\/js?client-id=' + CLIENT_ID +\n          '&vault=true&intent=subscription&locale=en_US';\n  s.onload = renderAll;\n  s.onerror = function () {\n    Object.keys(PAYPAL_PLANS).forEach(function (k) {\n      var fb = document.getElementById(PAYPAL_PLANS[k].fallback);\n      fb.textContent = 'Payment options are temporarily unavailable. Please refresh.';\n      fb.style.display = 'block';\n    });\n  };\n  document.head.appendChild(s);\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>The Indicator Store Automate any TradingView indicator &mdash; and watch it perform, live The TIS Automator turns the signals from any TradingView indicator into fully automated trades &mdash; with dynamic, verifiable performance reports so you always know exactly how it&rsquo;s doing. TIS Automator Bring your own indicator &mdash; the Automator does the rest, hands-free. $39\/&#8230;<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1234","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1234","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/comments?post=1234"}],"version-history":[{"count":1,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1234\/revisions"}],"predecessor-version":[{"id":1235,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1234\/revisions\/1235"}],"wp:attachment":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/media?parent=1234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}