{"id":17,"date":"2026-03-13T01:24:28","date_gmt":"2026-03-13T01:24:28","guid":{"rendered":"https:\/\/newsite.theindicatorstore.com\/?page_id=17"},"modified":"2026-08-07T13:33:17","modified_gmt":"2026-08-07T13:33:17","slug":"home","status":"publish","type":"page","link":"https:\/\/theindicatorstore.com\/es\/","title":{"rendered":"Home"},"content":{"rendered":"<!-- ===================================================================\n     THE INDICATOR STORE - PORTADA \/ HOME - v5 PRODUCCION\n     Bloque Custom HTML de Kadence. Pegar en modo Text\/Code, NUNCA Visual.\n\n     QUE SE SACO respecto del archivo que estaba pegado (07-08-2026):\n       - meta charset, meta viewport y title          -> los pone WordPress\n       - El bloque de estilo del arnes de preview     -> pisaba el body del tema\n                                                        y duplicaba las reglas\n                                                        de idioma de functions.php\n       - El div \"pv\" con los botones ESPANOL\/ENGLISH  -> el selector real lo\n                                                        inyecta tis_lang_bar()\n       - El script del final que toggleaba la clase   -> lo hace tis_lang_js()\n       - La franja de promo del cupon vencido         -> vencio el 2 de agosto\n\n     QUE SE ARREGLO:\n       - Se definieron --cg y --cr. El SVG de las velas las usaba y no existian\n         en ningun lado: las velas se pintaban en negro sobre fondo oscuro.\n       - Se movio el max-width del arnes al .th para que renderice como el preview.\n\n     PATRON BILINGUE (verificado contra functions.php lineas 1989-1998):\n       1. El bloque de estilo va UNA sola vez arriba. No se duplica.\n       2. Despues el bloque EN completo:  tis-lang-block tis-lang-block--en\n       3. Despues el bloque ES completo:  tis-lang-block tis-lang-block--es\n       Los dos bloques viven en el DOM. El CSS del sitio muestra ES por\n       defecto y flipea a EN cuando el body tiene la clase tis-lang-en.\n       Nunca mezclar EN y ES dentro de una misma seccion.\n       Nunca anidar un bloque --en dentro de un bloque --es.\n\n     OJO CON LOS IDs: los ids de <defs> del SVG llevan sufijo EN\/ES. Dos\n     bloques en el mismo DOM no pueden compartir un id o el gradiente del\n     segundo termina apuntando al del primero. Lo mismo con los ids de\n     seccion (how-we-work-en \/ how-we-work-es).\n\n     El menu y la barra de idioma los inyecta el sitio. NO van aca.\n\n     Color: verde 00c46a = NinjaTrader - gold E0B33A = TradingView\n     =================================================================== -->\n\n<!-- Tabler icons. functions.php NO los encola (verificado, cero coincidencias).\n     Si algun dia se pasan a wp_enqueue_style, borrar esta linea. -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@3.11.0\/dist\/tabler-icons.min.css\">\n\n<style>\n.th{\n  --green:#00c46a;--green2:#00d278;--gold:#E0B33A;--gold2:#f0c14d;\n  \/* CLARIDAD - nivel CLARO. Para volver a oscuro:\n     --bg:#060708; --panel:#0b0d11; --line:var(--line);\n     --bd:#2a2e39; --bd2:#20232b; --bd3:#1a1c22; --fill:var(--fill);\n     --grid:rgba(255,255,255,.02); --band:var(--band)\n     Nivel medio:\n     --bg:#13161a; --panel:#1b1f25; --line:rgba(255,255,255,.10);\n     --bd:#333947; --bd2:#282d36; --bd3:#22252c; --fill:rgba(255,255,255,.028);\n     --grid:rgba(255,255,255,.028); --band:rgba(0,0,0,.2) *\/\n  --bg:#1c2027;--panel:#252a32;--line:rgba(255,255,255,.13);\n  --bd:#3a4150;--bd2:#2f353f;--bd3:#282d35;--fill:rgba(255,255,255,.042);\n  --grid:rgba(255,255,255,.038);--band:rgba(0,0,0,.18);\n  --ink:#e0e0e0;--white:#fff;--muted:#a5abb3;--muted2:#8b919b;--red:#e05a5a;\n  \/* Velas del panel del hero. Faltaban: el SVG las usa con var(--cg)\/var(--cr). *\/\n  --cg:#00c46a;--cr:#e05a5a;\n  \/* Ancho: lo daba el arnes de preview. Si se quiere a todo lo ancho, borrar\n     estas dos declaraciones y dejar Kadence en Fullwidth. *\/\n  max-width:1180px;margin:0 auto;\n  background:var(--bg);color:var(--ink);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;\n  line-height:1.6;border-radius:16px;overflow:hidden;position:relative;\n}\n.th *{box-sizing:border-box}\n.th a{color:inherit !important;text-decoration:none !important}\n\n.th-white{color:var(--white)!important}.th-green{color:var(--green)!important}\n.th-gold{color:var(--gold)!important}\n.th-ink-g{color:#04140b!important}.th-ink-y{color:#14130f!important}\n.th-grad{background:linear-gradient(90deg,var(--green),var(--gold));\n  -webkit-background-clip:text;background-clip:text;color:transparent}\n\n.th-muted2{color:var(--muted)!important}\n\n\/* HERO *\/\n.th-hero{position:relative;overflow:hidden;padding:56px 44px 40px}\n.th-glow{position:absolute;z-index:0;pointer-events:none;filter:blur(70px)}\n.th-glow--g{top:-140px;left:-120px;width:520px;height:520px;background:radial-gradient(circle,rgba(0,196,106,.22),transparent 68%)}\n.th-glow--y{bottom:-180px;right:-140px;width:560px;height:560px;background:radial-gradient(circle,rgba(224,179,58,.16),transparent 68%)}\n.th-hgrid{position:absolute;inset:0;z-index:0;pointer-events:none;\n  background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);\n  background-size:52px 52px;-webkit-mask-image:radial-gradient(ellipse at 30% 40%,#000 20%,transparent 75%);mask-image:radial-gradient(ellipse at 30% 40%,#000 20%,transparent 75%)}\n.th-hw{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr 1fr;gap:48px;align-items:center}\n.th-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.68rem;letter-spacing:2.2px;font-weight:700;margin-bottom:22px}\n.th-pulse{width:7px;height:7px;border-radius:50%;background:var(--green);animation:thp 2.4s infinite}\n@keyframes thp{0%{box-shadow:0 0 0 0 rgba(0,196,106,.55)}70%{box-shadow:0 0 0 9px rgba(0,196,106,0)}100%{box-shadow:0 0 0 0 rgba(0,196,106,0)}}\n.th-hero h1{color:var(--white);font-size:3.35rem;font-weight:800;margin:0 0 20px;line-height:1.04;letter-spacing:-1.7px}\n.th-lead{color:var(--muted);font-size:1rem;max-width:430px;margin:0 0 30px;line-height:1.65}\n.th-acts{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:34px}\n.th-cta1{background:linear-gradient(96deg,var(--green),var(--green2));font-size:1rem;font-weight:800;\n  padding:15px 28px;border-radius:10px;display:inline-flex;align-items:center;gap:9px;\n  box-shadow:0 10px 34px rgba(0,196,106,.3);transition:.18s}\n.th-cta1:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(0,196,106,.42)}\n.th-cta2{font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;gap:7px;\n  border-bottom:1px solid rgba(224,179,58,.35);padding-bottom:2px}\n.th-cta2:hover{border-bottom-color:var(--gold)}\n.th-stats{display:flex;gap:26px;flex-wrap:wrap;padding-top:22px;border-top:1px solid var(--line)}\n.th-stat b{display:block;color:var(--white);font-size:1.35rem;font-weight:800;line-height:1.2;letter-spacing:-.5px}\n.th-stat span{color:var(--muted2);font-size:.73rem;letter-spacing:.3px}\n\n\/* PANEL DE PRODUCTO *\/\n.hp{position:relative;border-radius:14px;background:var(--panel);border:1px solid var(--line);\n  box-shadow:0 30px 70px rgba(0,0,0,.6);transform:perspective(1400px) rotateY(-5deg) rotateX(1.5deg);transition:.4s}\n.hp:hover{transform:perspective(1400px) rotateY(-2deg) rotateX(.5deg)}\n.hp-bar{display:flex;align-items:center;gap:10px;padding:11px 14px;border-bottom:1px solid var(--line)}\n.hp-sym{color:var(--white);font-size:.8rem;font-weight:800;font-family:ui-monospace,monospace}\n.hp-tf{color:var(--muted2);font-weight:600;font-size:.72rem;margin-left:2px}\n.hp-pill{display:inline-flex;align-items:center;gap:6px;font-size:.68rem;font-weight:700;color:var(--green);\n  background:rgba(0,196,106,.12);border:1px solid rgba(0,196,106,.28);padding:4px 9px;border-radius:20px}\n.hp-dot{width:5px;height:5px;border-radius:50%;background:var(--green);animation:thp 2.4s infinite}\n.hp-auto{margin-left:auto;font-size:.6rem;letter-spacing:1.4px;color:#5a6069;font-weight:700}\n.hp-chart{position:relative;padding:4px 4px 0}\n.hp-chart svg{width:100%;display:block}\n.hp-body{animation:threv 1.5s cubic-bezier(.22,1,.36,1) .15s both}\n@keyframes threv{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}\n.hp-ema{stroke-dasharray:700;stroke-dashoffset:700;animation:thdraw 1.7s ease-out .3s forwards}\n@keyframes thdraw{to{stroke-dashoffset:0}}\n.hp-mk{opacity:0;transform-box:fill-box;transform-origin:center;animation:thpop .5s cubic-bezier(.34,1.56,.64,1) forwards}\n.hp-mk1{animation-delay:.9s}.hp-mk2{animation-delay:1.4s}.hp-mk3{animation-delay:1.65s}\n@keyframes thpop{0%{opacity:0;transform:scale(.4)}100%{opacity:1;transform:scale(1)}}\n.hp-last{opacity:0;animation:thfade .6s ease .5s forwards}\n@keyframes thfade{to{opacity:1}}\n.hp-toast{position:absolute;right:16px;bottom:16px;display:flex;gap:10px;align-items:flex-start;\n  background:var(--panel);border:1px solid rgba(0,196,106,.3);border-radius:10px;padding:10px 13px;\n  font-size:.72rem;color:#c8ccd3;max-width:230px;box-shadow:0 12px 30px rgba(0,0,0,.5);\n  opacity:0;animation:thslide .55s cubic-bezier(.22,1,.36,1) 1.9s forwards}\n@keyframes thslide{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}\n.hp-toast b{color:var(--white)}\n.hp-tk{color:var(--green);font-size:1rem;line-height:1}\n.hp-tsub{color:var(--muted2);font-size:.68rem}\n.hp-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 14px;\n  border-top:1px solid var(--line);font-size:.68rem;color:var(--muted2);flex-wrap:wrap}\n.hp-foot i{color:var(--green);margin-right:5px}\n.hp-cap{margin:12px 0 0;text-align:right;color:#5a6069;font-size:.68rem;font-style:italic}\n\n\/* CARDS DE PRODUCTO *\/\n.th-stars{position:relative;z-index:2;padding:0 44px 46px;display:grid;grid-template-columns:1fr 1fr;gap:18px}\n.th-star{position:relative;border-radius:14px;padding:24px;transition:.2s;display:block}\n.th-star:hover{transform:translateY(-4px)}\n.th-star--nt{border:1px solid rgba(0,196,106,.22);background:linear-gradient(160deg,rgba(0,196,106,.08),var(--fill))}\n.th-star--tv{border:1px solid rgba(224,179,58,.22);background:linear-gradient(160deg,rgba(224,179,58,.08),var(--fill))}\n.th-badge{position:absolute;top:18px;right:18px;font-size:.66rem;font-weight:800;padding:4px 10px;border-radius:6px;letter-spacing:.04em}\n.th-badge--nt{background:var(--green)}.th-badge--tv{background:var(--gold)}\n.th-splat{font-size:.7rem;letter-spacing:.5px;margin-bottom:8px;font-weight:700}\n.th-sname{color:var(--white);font-size:1.3rem;font-weight:800;margin:0 0 10px}\n.th-sdesc{color:#a8adb6;font-size:.84rem;line-height:1.55;margin:0 0 18px}\n.th-scta{display:inline-block;font-size:.9rem;font-weight:700;padding:11px 22px;border-radius:8px}\n.th-scta--nt{background:var(--green);box-shadow:0 6px 20px rgba(0,196,106,.25)}\n.th-scta--tv{background:var(--gold);box-shadow:0 6px 20px rgba(224,179,58,.22)}\n\n\/* Membership card (franja ancha bajo las estrella) *\/\n.th-mem{max-width:740px;margin:0 auto;padding:0 24px 44px}\n.th-mem a{display:flex;gap:20px;align-items:center;border-radius:14px;padding:22px 24px;\n  border:.5px solid rgba(0,196,106,.25);\n  background:linear-gradient(120deg,rgba(0,196,106,.08),var(--fill));\n  box-shadow:0 8px 30px rgba(0,196,106,.08);transition:.2s}\n.th-mem a:hover{transform:translateY(-3px);border-color:rgba(0,196,106,.5)}\n.th-mem-ico{flex:0 0 auto;width:52px;height:52px;border-radius:12px;display:flex;\n  align-items:center;justify-content:center;background:rgba(0,196,106,.14);color:var(--green);font-size:1.6rem}\n.th-mem-body{flex:1;text-align:left}\n.th-mem-plat{color:var(--green);font-size:.68rem;letter-spacing:.5px;font-weight:700;margin-bottom:4px}\n.th-mem-ttl{color:var(--white);font-size:1.15rem;font-weight:800;margin:0 0 4px}\n.th-mem-txt{color:#a8adb6;font-size:.82rem;line-height:1.5;margin:0}\n.th-mem-cta{flex:0 0 auto;background:var(--green);color:#04140b!important;font-size:.82rem;\n  font-weight:700;padding:11px 20px;border-radius:8px;white-space:nowrap;box-shadow:0 6px 20px rgba(0,196,106,.25)}\n@media(max-width:640px){.th-mem a{flex-direction:column;text-align:center}.th-mem-body{text-align:center}}\n\n\/* SECCIONES *\/\n.th-sec{position:relative;padding:52px 24px;border-top:.5px solid var(--bd3);overflow:hidden}\n.th-secglow{position:absolute;z-index:0;pointer-events:none;filter:blur(60px);opacity:.5}\n.th-h2{position:relative;z-index:2;color:var(--white);font-size:1.55rem;font-weight:800;\n  text-align:center;margin:0 0 8px;letter-spacing:-.3px}\n.th-sub{position:relative;z-index:2;color:var(--muted2);font-size:.92rem;text-align:center;\n  margin:0 auto 28px;max-width:540px;line-height:1.6}\n.th-label{position:relative;z-index:2;color:var(--muted2);font-size:.72rem;letter-spacing:1.5px;\n  text-align:center;margin-bottom:24px}\n.th-eyb{display:inline-block;font-size:.7rem;letter-spacing:2px;margin-bottom:14px;\n  padding:5px 14px;border-radius:20px;position:relative;z-index:2;\n  color:var(--green);border:1px solid rgba(0,196,106,.35)}\n\n\/* C\u00d3MO TRABAJAMOS (pilares) *\/\n.th-pillars{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:760px;margin:0 auto;text-align:left}\n.th-pillar{border:.5px solid var(--bd2);border-radius:14px;padding:24px;background:var(--fill);transition:.2s}\n.th-pillar:hover{border-color:rgba(0,196,106,.35);transform:translateY(-3px)}\n.th-pillar-ico{color:var(--green);font-size:1.6rem;margin-bottom:12px}\n.th-pillar-ttl{color:var(--white);font-size:1rem;font-weight:700;margin-bottom:8px}\n.th-pillar-txt{color:#a8adb6;font-size:.82rem;line-height:1.6}\n\n\/* PLATAFORMAS *\/\n.th-plats{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:18px}\n.th-plat{border-radius:14px;padding:26px;transition:.2s;display:block;position:relative;overflow:hidden}\n.th-plat--nt{border:.5px solid rgba(0,196,106,.22);\n  background:linear-gradient(160deg,rgba(0,196,106,.06),var(--fill));\n  box-shadow:0 8px 30px rgba(0,196,106,.08)}\n.th-plat--nt:hover{border-color:rgba(0,196,106,.5);transform:translateY(-3px)}\n.th-plat--tv{border:.5px solid rgba(224,179,58,.22);\n  background:linear-gradient(160deg,rgba(224,179,58,.06),var(--fill));\n  box-shadow:0 8px 30px rgba(224,179,58,.07)}\n.th-plat--tv:hover{border-color:rgba(224,179,58,.5);transform:translateY(-3px)}\n.th-plat-ttl{color:var(--white);font-size:1.2rem;font-weight:800}\n.th-plat-ttl i{margin-right:8px}\n.th-plat-meta{color:var(--muted2);font-size:.78rem;margin:4px 0 18px}\n.th-plat-list{list-style:none;padding:0;margin:0}\n.th-plat-list li{padding:9px 0;border-bottom:.5px solid var(--bd3)}\n.th-plat-list li:last-child{border-bottom:none}\n.th-plat-list a{color:#c8ccd3 !important;font-size:.85rem;display:block}\n.th-plat-list a:hover{color:#fff!important}\n.th-plat-list i{color:#5a6069;margin-right:10px}\n.th-plat-go{display:inline-block;margin-top:18px;font-size:.85rem;font-weight:700}\n\n\/* READY-TO-USE *\/\n.th-rtu{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;max-width:760px;margin:0 auto}\n.th-rtu a{border:.5px solid var(--bd2);border-radius:12px;padding:24px;text-align:center;\n  background:var(--fill);transition:.2s;display:block}\n.th-rtu a:hover{border-color:rgba(255,255,255,.35);transform:translateY(-3px);background:rgba(255,255,255,.06)}\n.th-rtu-ico{color:#c8ccd3;font-size:1.8rem;margin-bottom:12px}\n.th-rtu-ttl{color:var(--white);font-size:.98rem;font-weight:700;margin-bottom:6px}\n.th-rtu-txt{color:#a8adb6;font-size:.8rem;line-height:1.5}\n\n\/* TRUST *\/\n.th-trust{text-align:center;background:var(--band)}\n.th-disc{position:relative;z-index:2;margin-top:26px;font-size:.88rem;font-weight:700}\n.th-disc i{margin-right:7px}\n.th-trust-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}\n.th-trust-ico{color:#c8ccd3;font-size:1.6rem;margin-bottom:8px}\n.th-trust-txt{color:var(--muted);font-size:.8rem}\n\n\n@media(max-width:900px){\n  .th-hw{grid-template-columns:1fr;gap:34px}\n  .th-hero{padding:34px 22px 30px}\n  .th-hero h1{font-size:2.15rem;letter-spacing:-1px}\n  .hp,.hp:hover{transform:none}\n  .th-stars{grid-template-columns:1fr;padding:0 22px 34px}\n  .hp-cap{text-align:left}\n}\n@media(max-width:820px){\n  .th-plats,.th-pillars{grid-template-columns:1fr}\n  .th-rtu,.th-trust-grid{grid-template-columns:1fr 1fr}\n}\n@media(max-width:520px){\n  .th-hero h1{font-size:1.75rem}\n  .th-rtu,.th-trust-grid{grid-template-columns:1fr}\n  .th-stats{gap:18px}\n}\n@media(prefers-reduced-motion:reduce){\n  .hp-body,.hp-ema,.hp-mk,.hp-toast,.hp-last{animation:none!important;opacity:1!important;\n    clip-path:none!important;stroke-dashoffset:0!important;transform:none!important}\n  .th-pulse,.hp-dot{animation:none}\n}\n<\/style>\n\n<!-- ========================= ENGLISH ========================= -->\n<div class=\"tis-lang-block tis-lang-block--en\">\n<div class=\"th\">\n\n  <div class=\"th-hero\">\n    <div class=\"th-glow th-glow--g\"><\/div>\n    <div class=\"th-glow th-glow--y\"><\/div>\n    <div class=\"th-hgrid\"><\/div>\n    <div class=\"th-hw\">\n      <div>\n        <div class=\"th-eyebrow\"><span class=\"th-pulse\"><\/span>BY TRADERS, FOR TRADERS \u00b7 10+ YEARS<\/div>\n        <h1>We don&#8217;t just sell you indicators.<br>We help you <span class=\"th-grad\">trade them.<\/span><\/h1>\n        <p class=\"th-lead\">Your indicators mark the signal. Our tools turn it into a real order, with target and stop, on NinjaTrader or TradingView.<\/p>\n        <div class=\"th-acts\">\n          <a class=\"th-cta1\" href=\"\/es\/cat\/automation\/markers-system\/\" data-tis-cta=\"hero-markers-pro\"><span class=\"th-ink-g\"><i class=\"ti ti-bolt\" aria-hidden=\"true\"><\/i> View Markers Pro<\/span><\/a>\n          <a class=\"th-cta2\" href=\"\/es\/tradingview\/\" data-tis-cta=\"hero-automator\"><span class=\"th-gold\">Trading on TradingView? See the Automator <i class=\"ti ti-arrow-narrow-right\" aria-hidden=\"true\"><\/i><\/span><\/a>\n        <\/div>\n        <div class=\"th-stats\">\n          <div class=\"th-stat\"><b>10+<\/b><span>YEARS BUILDING<\/span><\/div>\n          <div class=\"th-stat\"><b>15,500<\/b><span>ON YOUTUBE<\/span><\/div>\n          <div class=\"th-stat\"><b>300+<\/b><span>ON DISCORD<\/span><\/div>\n          <div class=\"th-stat\"><b>Weekly<\/b><span>LIVE SEMINAR<\/span><\/div>\n        <\/div>\n      <\/div>\n      <div>\n        <div class=\"hp\">\n          <div class=\"hp-bar\">\n            <span class=\"hp-sym\">MNQ <span class=\"hp-tf\">5m<\/span><\/span>\n            <span class=\"hp-pill\"><span class=\"hp-dot\"><\/span>Markers Pro<\/span>\n            <span class=\"hp-auto\">AUTOMATED<\/span>\n          <\/div>\n          <div class=\"hp-chart\">\n            <svg viewbox=\"0 0 548 300\" aria-hidden=\"true\" focusable=\"false\" role=\"presentation\">\n      <defs><lineargradient id=\"hpEmaEN\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\n        <stop offset=\"0%\" stop-color=\"#00c46a\" stop-opacity=\".35\"><\/stop><stop offset=\"100%\" stop-color=\"#E0B33A\"><\/stop><\/lineargradient><\/defs>\n      <line x1=\"46\" y1=\"70\" x2=\"506\" y2=\"70\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"110\" x2=\"506\" y2=\"110\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"150\" x2=\"506\" y2=\"150\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"190\" x2=\"506\" y2=\"190\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"230\" x2=\"506\" y2=\"230\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line>\n      <text x=\"512\" y=\"77\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.520<\/text><text x=\"512\" y=\"117\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.480<\/text><text x=\"512\" y=\"157\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.440<\/text><text x=\"512\" y=\"197\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.400<\/text><text x=\"512\" y=\"237\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.360<\/text>\n      <g class=\"hp-body\"><line x1=\"54.8\" y1=\"219.8\" x2=\"54.8\" y2=\"239.1\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"49.7\" y=\"225.7\" width=\"10.3\" height=\"5.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"72.5\" y1=\"212.5\" x2=\"72.5\" y2=\"231.9\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"67.4\" y=\"218.1\" width=\"10.3\" height=\"7.6\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"90.2\" y1=\"206.4\" x2=\"90.2\" y2=\"224.6\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"85.1\" y=\"212.1\" width=\"10.3\" height=\"6.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"107.9\" y1=\"209.1\" x2=\"107.9\" y2=\"219.5\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"102.8\" y=\"212.1\" width=\"10.3\" height=\"3.1\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"125.6\" y1=\"207.6\" x2=\"125.6\" y2=\"235.4\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"120.5\" y=\"215.2\" width=\"10.3\" height=\"13.4\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"143.3\" y1=\"219.9\" x2=\"143.3\" y2=\"239.0\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"138.2\" y=\"228.5\" width=\"10.3\" height=\"1.9\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"161.0\" y1=\"209.7\" x2=\"161.0\" y2=\"233.9\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"155.9\" y=\"216.0\" width=\"10.3\" height=\"14.5\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"178.7\" y1=\"201.3\" x2=\"178.7\" y2=\"218.8\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"173.6\" y=\"207.0\" width=\"10.3\" height=\"9.0\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"196.4\" y1=\"200.2\" x2=\"196.4\" y2=\"209.6\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"191.3\" y=\"204.1\" width=\"10.3\" height=\"2.9\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"214.1\" y1=\"198.9\" x2=\"214.1\" y2=\"217.1\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"208.9\" y=\"204.1\" width=\"10.3\" height=\"5.2\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"231.8\" y1=\"193.0\" x2=\"231.8\" y2=\"214.9\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"226.6\" y=\"199.5\" width=\"10.3\" height=\"9.8\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"249.5\" y1=\"176.4\" x2=\"249.5\" y2=\"203.7\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"244.3\" y=\"181.7\" width=\"10.3\" height=\"17.8\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"267.2\" y1=\"154.6\" x2=\"267.2\" y2=\"189.5\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"262.0\" y=\"163.4\" width=\"10.3\" height=\"18.3\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"284.8\" y1=\"151.9\" x2=\"284.8\" y2=\"167.2\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"279.7\" y=\"156.3\" width=\"10.3\" height=\"7.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"302.5\" y1=\"153.4\" x2=\"302.5\" y2=\"173.9\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"297.4\" y=\"156.3\" width=\"10.3\" height=\"10.3\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"320.2\" y1=\"158.8\" x2=\"320.2\" y2=\"183.8\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"315.1\" y=\"166.6\" width=\"10.3\" height=\"12.3\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"337.9\" y1=\"159.6\" x2=\"337.9\" y2=\"181.3\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"332.8\" y=\"167.4\" width=\"10.3\" height=\"11.5\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"355.6\" y1=\"148.0\" x2=\"355.6\" y2=\"172.8\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"350.5\" y=\"156.3\" width=\"10.3\" height=\"11.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"373.3\" y1=\"128.4\" x2=\"373.3\" y2=\"159.1\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"368.2\" y=\"133.3\" width=\"10.3\" height=\"22.9\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"391.0\" y1=\"113.3\" x2=\"391.0\" y2=\"137.4\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"385.9\" y=\"120.7\" width=\"10.3\" height=\"12.6\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"408.7\" y1=\"112.8\" x2=\"408.7\" y2=\"129.2\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"403.6\" y=\"117.3\" width=\"10.3\" height=\"3.4\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"426.4\" y1=\"114.2\" x2=\"426.4\" y2=\"124.0\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"421.3\" y=\"117.3\" width=\"10.3\" height=\"2.7\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"444.1\" y1=\"108.9\" x2=\"444.1\" y2=\"127.5\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"438.9\" y=\"111.7\" width=\"10.3\" height=\"8.3\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"461.8\" y1=\"90.2\" x2=\"461.8\" y2=\"117.0\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"456.6\" y=\"96.2\" width=\"10.3\" height=\"15.6\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"479.5\" y1=\"78.2\" x2=\"479.5\" y2=\"99.4\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"474.3\" y=\"85.2\" width=\"10.3\" height=\"10.9\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"497.2\" y1=\"70.9\" x2=\"497.2\" y2=\"90.3\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"492.0\" y=\"74.0\" width=\"10.3\" height=\"11.2\" fill=\"var(--cg)\" rx=\"1\"><\/rect><\/g>\n      <polyline class=\"hp-ema\" points=\"54.8,225.7 72.5,224.0 90.2,221.4 107.9,220.0 125.6,221.9 143.3,223.8 161.0,222.1 178.7,218.7 196.4,215.5 214.1,214.1 231.8,210.9 249.5,204.4 267.2,195.3 284.8,186.6 302.5,182.2 320.2,181.4 337.9,178.3 355.6,173.4 373.3,164.5 391.0,154.8 408.7,146.4 426.4,140.6 444.1,134.2 461.8,125.7 479.5,116.7 497.2,107.2\" fill=\"none\" stroke=\"url(#hpEmaEN)\" stroke-width=\"1.8\" stroke-linejoin=\"round\"><\/polyline>\n      <g class=\"hp-mk hp-mk1\">\n        <path d=\"M143.3,250 l-7,11 h14 z\" fill=\"#00c46a\"><\/path>\n        <rect x=\"118\" y=\"262\" width=\"51\" height=\"15\" rx=\"3\" fill=\"#00c46a\"><\/rect>\n        <text x=\"143.3\" y=\"273\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"700\" fill=\"#04140b\" font-family=\"ui-monospace,monospace\">BUY<\/text>\n      <\/g>\n      <g class=\"hp-mk hp-mk2\">\n        <path d=\"M320.2,140 l-7,-11 h14 z\" fill=\"#e05a5a\"><\/path>\n        <rect x=\"295\" y=\"112\" width=\"51\" height=\"15\" rx=\"3\" fill=\"#e05a5a\"><\/rect>\n        <text x=\"320.2\" y=\"123\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"700\" fill=\"#2a0b0b\" font-family=\"ui-monospace,monospace\">SELL<\/text>\n      <\/g>\n      <g class=\"hp-mk hp-mk3\">\n        <path d=\"M337.9,193 l-7,11 h14 z\" fill=\"#00c46a\"><\/path>\n        <rect x=\"312\" y=\"205\" width=\"51\" height=\"15\" rx=\"3\" fill=\"#00c46a\"><\/rect>\n        <text x=\"337.9\" y=\"216\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"700\" fill=\"#04140b\" font-family=\"ui-monospace,monospace\">BUY<\/text>\n      <\/g>\n      <g class=\"hp-last\">\n        <line x1=\"46\" y1=\"74\" x2=\"506\" y2=\"74\" stroke=\"#00c46a\" stroke-width=\"1\" stroke-dasharray=\"3 3\" opacity=\".55\"><\/line>\n      <\/g>\n    <\/svg>\n            <div class=\"hp-toast\">\n              <span class=\"hp-tk\"><i class=\"ti ti-bolt\" aria-hidden=\"true\"><\/i><\/span>\n              <span><b>Order sent<\/b><br><span class=\"hp-tsub\">MNQ \u00b7 2 contracts \u00b7 target and stop in ticks<\/span><\/span>\n            <\/div>\n          <\/div>\n          <div class=\"hp-foot\">\n            <span><i class=\"ti ti-arrow-narrow-right\" aria-hidden=\"true\"><\/i>Indicator signal<\/span>\n            <span><i class=\"ti ti-settings-automation\" aria-hidden=\"true\"><\/i>Markers builds the order<\/span>\n            <span><i class=\"ti ti-check\" aria-hidden=\"true\"><\/i>Broker<\/span>\n          <\/div>\n        <\/div>\n        <p class=\"hp-cap\">Illustrative panel of the Markers flow.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"th-stars\">\n    <a class=\"th-star th-star--nt\" href=\"\/es\/cat\/automation\/markers-system\/\" data-tis-cta=\"card-markers-pro\">\n      <span class=\"th-badge th-badge--nt\"><span class=\"th-ink-g\">MOST POPULAR<\/span><\/span>\n      <div class=\"th-splat th-green\"><i class=\"ti ti-chart-candle\" aria-hidden=\"true\"><\/i> NINJATRADER 8<\/div>\n      <h3 class=\"th-sname\">Markers Pro<\/h3>\n      <p class=\"th-sdesc\">Automate signals from any indicator. Floating menu and multi-account copy trading.<\/p>\n      <span class=\"th-scta th-scta--nt\"><span class=\"th-ink-g\">View Markers Pro<\/span><\/span>\n    <\/a>\n    <a class=\"th-star th-star--tv\" href=\"\/es\/tradingview\/\" data-tis-cta=\"card-automator\">\n      <span class=\"th-badge th-badge--tv\"><span class=\"th-ink-y\">NEW<\/span><\/span>\n      <div class=\"th-splat th-gold\"><i class=\"ti ti-chart-line\" aria-hidden=\"true\"><\/i> TRADINGVIEW<\/div>\n      <h3 class=\"th-sname\">TIS Automator<\/h3>\n      <p class=\"th-sdesc\">Turn any TradingView indicator&#8217;s signals into broker-ready orders. 7-day trial.<\/p>\n      <span class=\"th-scta th-scta--tv\"><span class=\"th-ink-y\">View TIS Automator<\/span><\/span>\n    <\/a>\n  <\/div>\n\n  <!-- MARKERS SYSTEM MEMBERSHIP (tercera card) -->\n  <div class=\"th-mem\">\n    <a href=\"\/es\/ats-training\/\" data-tis-cta=\"membership\">\n      <div class=\"th-mem-ico\"><i class=\"ti ti-refresh-dot\" aria-hidden=\"true\"><\/i><\/div>\n      <div class=\"th-mem-body\">\n        <div class=\"th-mem-plat\">NINJATRADER 8 \u00b7 MEMBERSHIP<\/div>\n        <h3 class=\"th-mem-ttl\">Markers System Membership<\/h3>\n        <p class=\"th-mem-txt\">A complete trading system every month \u2014 ready template, step-by-step build video and a monthly Live System Lab. Strategies designed to help you pass and keep your prop firm account.<\/p>\n      <\/div>\n      <span class=\"th-mem-cta\">See the Membership \u2192<\/span>\n    <\/a>\n  <\/div>\n\n  <!-- C\u00d3MO TRABAJAMOS -->\n  <div class=\"th-sec\" id=\"how-we-work-en\" style=\"text-align:center\">\n    <div class=\"th-secglow\" style=\"top:-40px;left:50%;transform:translateX(-50%);width:420px;height:200px;background:radial-gradient(circle,rgba(0,196,106,.11),transparent 70%)\"><\/div>\n    <div class=\"th-eyb th-green\">HOW WE WORK<\/div>\n    <h2 class=\"th-h2\">A decade building tools by traders, for traders<\/h2>\n    <p class=\"th-sub\">Building trading tools by traders, for traders \u2014 and staying by our customers&#8217; side after the sale.<\/p>\n    <div class=\"th-pillars\">\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-code\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">Built by traders, for traders<\/div>\n        <div class=\"th-pillar-txt\">We&#8217;re not an arrow factory. Ten years programming indicators and strategies for NinjaTrader and TradingView, tested in real trading.<\/div>\n      <\/div>\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-lifebuoy\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">We stay with you after the sale<\/div>\n        <div class=\"th-pillar-txt\">We put the time into setups, answering questions and solving problems. The sale is the beginning, not the end.<\/div>\n      <\/div>\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-broadcast\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">Live training, every week<\/div>\n        <div class=\"th-pillar-txt\">A weekly seminar where we automate an indicator from scratch. You learn the method, not just push a button.<\/div>\n      <\/div>\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-users-group\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">We help you get results<\/div>\n        <div class=\"th-pillar-txt\">From the first setup to your prop firm evaluation, we&#8217;re in the community with you \u2014 answering, guiding and helping you move forward.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ELEG\u00cd PLATAFORMA -->\n  <div class=\"th-sec\" id=\"platforms-en\">\n    <div class=\"th-secglow\" style=\"top:20px;left:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(0,196,106,.10),transparent 70%)\"><\/div>\n    <div class=\"th-secglow\" style=\"top:20px;right:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(224,179,58,.09),transparent 70%)\"><\/div>\n    <div class=\"th-label\">EXPLORE EVERYTHING \u00b7 CHOOSE YOUR PLATFORM<\/div>\n    <div class=\"th-plats\">\n      <div class=\"th-plat th-plat--nt\">\n        <div class=\"th-plat-ttl th-white\"><i class=\"ti ti-chart-candle th-green\" aria-hidden=\"true\"><\/i>NinjaTrader<\/div>\n        <div class=\"th-plat-meta\">The established line \u00b7 NT8<\/div>\n        <ul class=\"th-plat-list\">\n          <li><a href=\"\/es\/cat\/indicators\/\" data-tis-cta=\"plat-nt-indicators\"><i class=\"ti ti-chart-dots\" aria-hidden=\"true\"><\/i>Indicators<\/a><\/li>\n          <li><a href=\"\/es\/cat\/automation\/markers-system\/\" data-tis-cta=\"plat-nt-automation\"><i class=\"ti ti-robot\" aria-hidden=\"true\"><\/i>Automation \u2014 Markers<\/a><\/li>\n          <li><a href=\"\/es\/cat\/bundles\/\" data-tis-cta=\"plat-nt-bundles\"><i class=\"ti ti-package\" aria-hidden=\"true\"><\/i>Bundles<\/a><\/li>\n        <\/ul>\n        <a href=\"\/es\/ninjatrader-2\/\" class=\"th-plat-go\" data-tis-cta=\"plat-nt-hub\"><span class=\"th-green\">Explore NinjaTrader \u2192<\/span><\/a>\n      <\/div>\n      <div class=\"th-plat th-plat--tv\">\n        <div class=\"th-plat-ttl th-white\"><i class=\"ti ti-chart-line th-gold\" aria-hidden=\"true\"><\/i>TradingView<\/div>\n        <div class=\"th-plat-meta\">The new line \u00b7 Pine Script<\/div>\n        <ul class=\"th-plat-list\">\n          <li><a href=\"\/es\/tradingview\/#indicators\" data-tis-cta=\"plat-tv-indicators\"><i class=\"ti ti-chart-dots\" aria-hidden=\"true\"><\/i>Indicators<\/a><\/li>\n          <li><a href=\"\/es\/tradingview\/#automator\" data-tis-cta=\"plat-tv-automator\"><i class=\"ti ti-robot\" aria-hidden=\"true\"><\/i>TIS Automator<\/a><\/li>\n          <li><a href=\"\/es\/tradingview\/#pricing\" data-tis-cta=\"plat-tv-combos\"><i class=\"ti ti-package\" aria-hidden=\"true\"><\/i>Combos<\/a><\/li>\n        <\/ul>\n        <a href=\"\/es\/tradingview\/\" class=\"th-plat-go\" data-tis-cta=\"plat-tv-hub\"><span class=\"th-gold\">Explore TradingView \u2192<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- READY-TO-USE -->\n  <div class=\"th-sec\" id=\"ready-to-use-en\">\n    <div class=\"th-secglow\" style=\"bottom:-40px;left:50%;transform:translateX(-50%);width:460px;height:220px;background:radial-gradient(circle,rgba(224,179,58,.08),transparent 70%)\"><\/div>\n    <h2 class=\"th-h2\">Don&#8217;t configure a thing. We set it all up.<\/h2>\n    <p class=\"th-sub\">Solutions built to trade your day-to-day without wasting hours on setup \u2014 and designed to help you pass and keep your prop firm account.<\/p>\n    <div class=\"th-rtu\">\n      <a href=\"\/es\/turnkey\/\" data-tis-cta=\"rtu-turnkey\">\n        <div class=\"th-rtu-ico\"><i class=\"ti ti-server-bolt\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-rtu-ttl\">Turnkey VPS<\/div>\n        <div class=\"th-rtu-txt\">Everything mounted on a server. Turn it on and trade.<\/div>\n      <\/a>\n      <a href=\"\/es\/cat\/templates\/\" data-tis-cta=\"rtu-templates\">\n        <div class=\"th-rtu-ico\"><i class=\"ti ti-template\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-rtu-ttl\">Ready templates<\/div>\n        <div class=\"th-rtu-txt\">Load the template and your chart is configured instantly.<\/div>\n      <\/a>\n      <a href=\"\/es\/rental-plans\/\" data-tis-cta=\"rtu-rental\">\n        <div class=\"th-rtu-ico\"><i class=\"ti ti-calendar-repeat\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-rtu-ttl\">Monthly rental<\/div>\n        <div class=\"th-rtu-txt\">Access without a big purchase. Start month by month.<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- TRUST -->\n  <div class=\"th-sec th-trust\" id=\"trust-en\">\n    <h2 class=\"th-h2\">Why traders stay with us<\/h2>\n    <div class=\"th-trust-grid\">\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-infinity\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Lifetime license on one-time purchase<\/div><\/div>\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-headphones\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Real Discord support<\/div><\/div>\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-shield-check\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Honesty and integrity<\/div><\/div>\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-refresh\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Free updates<\/div><\/div>\n    <\/div>\n    <div class=\"th-disc\"><a href=\"https:\/\/discord.com\/invite\/the-indicator-store-539206822691864576\" target=\"_blank\" rel=\"noopener\" data-tis-cta=\"discord\"><span class=\"th-green\"><i class=\"ti ti-brand-discord\" aria-hidden=\"true\"><\/i> Join 300+ traders in our Discord \u2192<\/span><\/a><\/div>\n  <\/div>\n\n<\/div>\n<\/div>\n\n<!-- ========================= ESPANOL ========================= -->\n<div class=\"tis-lang-block tis-lang-block--es\">\n<div class=\"th\">\n\n  <div class=\"th-hero\">\n    <div class=\"th-glow th-glow--g\"><\/div>\n    <div class=\"th-glow th-glow--y\"><\/div>\n    <div class=\"th-hgrid\"><\/div>\n    <div class=\"th-hw\">\n      <div>\n        <div class=\"th-eyebrow\"><span class=\"th-pulse\"><\/span>POR TRADERS, PARA TRADERS \u00b7 +10 A\u00d1OS<\/div>\n        <h1>No solo te vendemos indicadores.<br>Te ayudamos a <span class=\"th-grad\">operarlos.<\/span><\/h1>\n        <p class=\"th-lead\">Tus indicadores marcan la se\u00f1al. Nuestras herramientas la convierten en una orden real, con target y stop, en NinjaTrader o TradingView.<\/p>\n        <div class=\"th-acts\">\n          <a class=\"th-cta1\" href=\"\/es\/cat\/automation\/markers-system\/\" data-tis-cta=\"hero-markers-pro\"><span class=\"th-ink-g\"><i class=\"ti ti-bolt\" aria-hidden=\"true\"><\/i> Ver Markers Pro<\/span><\/a>\n          <a class=\"th-cta2\" href=\"\/es\/tradingview\/\" data-tis-cta=\"hero-automator\"><span class=\"th-gold\">\u00bfOper\u00e1s en TradingView? Mir\u00e1 el Automator <i class=\"ti ti-arrow-narrow-right\" aria-hidden=\"true\"><\/i><\/span><\/a>\n        <\/div>\n        <div class=\"th-stats\">\n          <div class=\"th-stat\"><b>+10<\/b><span>A\u00d1OS PROGRAMANDO<\/span><\/div>\n          <div class=\"th-stat\"><b>15.500<\/b><span>EN YOUTUBE<\/span><\/div>\n          <div class=\"th-stat\"><b>300+<\/b><span>EN DISCORD<\/span><\/div>\n          <div class=\"th-stat\"><b>Semanal<\/b><span>SEMINARIO EN VIVO<\/span><\/div>\n        <\/div>\n      <\/div>\n      <div>\n        <div class=\"hp\">\n          <div class=\"hp-bar\">\n            <span class=\"hp-sym\">MNQ <span class=\"hp-tf\">5m<\/span><\/span>\n            <span class=\"hp-pill\"><span class=\"hp-dot\"><\/span>Markers Pro<\/span>\n            <span class=\"hp-auto\">AUTOMATIZADO<\/span>\n          <\/div>\n          <div class=\"hp-chart\">\n            <svg viewbox=\"0 0 548 300\" aria-hidden=\"true\" focusable=\"false\" role=\"presentation\">\n      <defs><lineargradient id=\"hpEmaES\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\n        <stop offset=\"0%\" stop-color=\"#00c46a\" stop-opacity=\".35\"><\/stop><stop offset=\"100%\" stop-color=\"#E0B33A\"><\/stop><\/lineargradient><\/defs>\n      <line x1=\"46\" y1=\"70\" x2=\"506\" y2=\"70\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"110\" x2=\"506\" y2=\"110\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"150\" x2=\"506\" y2=\"150\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"190\" x2=\"506\" y2=\"190\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line><line x1=\"46\" y1=\"230\" x2=\"506\" y2=\"230\" stroke=\"rgba(255,255,255,.045)\" stroke-width=\"1\"><\/line>\n      <text x=\"512\" y=\"77\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.520<\/text><text x=\"512\" y=\"117\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.480<\/text><text x=\"512\" y=\"157\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.440<\/text><text x=\"512\" y=\"197\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.400<\/text><text x=\"512\" y=\"237\" fill=\"#5a6069\" font-size=\"9\" font-family=\"ui-monospace,monospace\">21.360<\/text>\n      <g class=\"hp-body\"><line x1=\"54.8\" y1=\"219.8\" x2=\"54.8\" y2=\"239.1\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"49.7\" y=\"225.7\" width=\"10.3\" height=\"5.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"72.5\" y1=\"212.5\" x2=\"72.5\" y2=\"231.9\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"67.4\" y=\"218.1\" width=\"10.3\" height=\"7.6\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"90.2\" y1=\"206.4\" x2=\"90.2\" y2=\"224.6\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"85.1\" y=\"212.1\" width=\"10.3\" height=\"6.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"107.9\" y1=\"209.1\" x2=\"107.9\" y2=\"219.5\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"102.8\" y=\"212.1\" width=\"10.3\" height=\"3.1\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"125.6\" y1=\"207.6\" x2=\"125.6\" y2=\"235.4\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"120.5\" y=\"215.2\" width=\"10.3\" height=\"13.4\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"143.3\" y1=\"219.9\" x2=\"143.3\" y2=\"239.0\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"138.2\" y=\"228.5\" width=\"10.3\" height=\"1.9\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"161.0\" y1=\"209.7\" x2=\"161.0\" y2=\"233.9\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"155.9\" y=\"216.0\" width=\"10.3\" height=\"14.5\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"178.7\" y1=\"201.3\" x2=\"178.7\" y2=\"218.8\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"173.6\" y=\"207.0\" width=\"10.3\" height=\"9.0\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"196.4\" y1=\"200.2\" x2=\"196.4\" y2=\"209.6\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"191.3\" y=\"204.1\" width=\"10.3\" height=\"2.9\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"214.1\" y1=\"198.9\" x2=\"214.1\" y2=\"217.1\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"208.9\" y=\"204.1\" width=\"10.3\" height=\"5.2\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"231.8\" y1=\"193.0\" x2=\"231.8\" y2=\"214.9\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"226.6\" y=\"199.5\" width=\"10.3\" height=\"9.8\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"249.5\" y1=\"176.4\" x2=\"249.5\" y2=\"203.7\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"244.3\" y=\"181.7\" width=\"10.3\" height=\"17.8\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"267.2\" y1=\"154.6\" x2=\"267.2\" y2=\"189.5\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"262.0\" y=\"163.4\" width=\"10.3\" height=\"18.3\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"284.8\" y1=\"151.9\" x2=\"284.8\" y2=\"167.2\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"279.7\" y=\"156.3\" width=\"10.3\" height=\"7.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"302.5\" y1=\"153.4\" x2=\"302.5\" y2=\"173.9\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"297.4\" y=\"156.3\" width=\"10.3\" height=\"10.3\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"320.2\" y1=\"158.8\" x2=\"320.2\" y2=\"183.8\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"315.1\" y=\"166.6\" width=\"10.3\" height=\"12.3\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"337.9\" y1=\"159.6\" x2=\"337.9\" y2=\"181.3\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"332.8\" y=\"167.4\" width=\"10.3\" height=\"11.5\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"355.6\" y1=\"148.0\" x2=\"355.6\" y2=\"172.8\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"350.5\" y=\"156.3\" width=\"10.3\" height=\"11.1\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"373.3\" y1=\"128.4\" x2=\"373.3\" y2=\"159.1\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"368.2\" y=\"133.3\" width=\"10.3\" height=\"22.9\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"391.0\" y1=\"113.3\" x2=\"391.0\" y2=\"137.4\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"385.9\" y=\"120.7\" width=\"10.3\" height=\"12.6\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"408.7\" y1=\"112.8\" x2=\"408.7\" y2=\"129.2\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"403.6\" y=\"117.3\" width=\"10.3\" height=\"3.4\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"426.4\" y1=\"114.2\" x2=\"426.4\" y2=\"124.0\" stroke=\"var(--cr)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"421.3\" y=\"117.3\" width=\"10.3\" height=\"2.7\" fill=\"var(--cr)\" rx=\"1\"><\/rect>\n<line x1=\"444.1\" y1=\"108.9\" x2=\"444.1\" y2=\"127.5\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"438.9\" y=\"111.7\" width=\"10.3\" height=\"8.3\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"461.8\" y1=\"90.2\" x2=\"461.8\" y2=\"117.0\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"456.6\" y=\"96.2\" width=\"10.3\" height=\"15.6\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"479.5\" y1=\"78.2\" x2=\"479.5\" y2=\"99.4\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"474.3\" y=\"85.2\" width=\"10.3\" height=\"10.9\" fill=\"var(--cg)\" rx=\"1\"><\/rect>\n<line x1=\"497.2\" y1=\"70.9\" x2=\"497.2\" y2=\"90.3\" stroke=\"var(--cg)\" stroke-width=\"1.1\" opacity=\".8\"><\/line>\n<rect x=\"492.0\" y=\"74.0\" width=\"10.3\" height=\"11.2\" fill=\"var(--cg)\" rx=\"1\"><\/rect><\/g>\n      <polyline class=\"hp-ema\" points=\"54.8,225.7 72.5,224.0 90.2,221.4 107.9,220.0 125.6,221.9 143.3,223.8 161.0,222.1 178.7,218.7 196.4,215.5 214.1,214.1 231.8,210.9 249.5,204.4 267.2,195.3 284.8,186.6 302.5,182.2 320.2,181.4 337.9,178.3 355.6,173.4 373.3,164.5 391.0,154.8 408.7,146.4 426.4,140.6 444.1,134.2 461.8,125.7 479.5,116.7 497.2,107.2\" fill=\"none\" stroke=\"url(#hpEmaES)\" stroke-width=\"1.8\" stroke-linejoin=\"round\"><\/polyline>\n      <g class=\"hp-mk hp-mk1\">\n        <path d=\"M143.3,250 l-7,11 h14 z\" fill=\"#00c46a\"><\/path>\n        <rect x=\"118\" y=\"262\" width=\"51\" height=\"15\" rx=\"3\" fill=\"#00c46a\"><\/rect>\n        <text x=\"143.3\" y=\"273\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"700\" fill=\"#04140b\" font-family=\"ui-monospace,monospace\">BUY<\/text>\n      <\/g>\n      <g class=\"hp-mk hp-mk2\">\n        <path d=\"M320.2,140 l-7,-11 h14 z\" fill=\"#e05a5a\"><\/path>\n        <rect x=\"295\" y=\"112\" width=\"51\" height=\"15\" rx=\"3\" fill=\"#e05a5a\"><\/rect>\n        <text x=\"320.2\" y=\"123\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"700\" fill=\"#2a0b0b\" font-family=\"ui-monospace,monospace\">SELL<\/text>\n      <\/g>\n      <g class=\"hp-mk hp-mk3\">\n        <path d=\"M337.9,193 l-7,11 h14 z\" fill=\"#00c46a\"><\/path>\n        <rect x=\"312\" y=\"205\" width=\"51\" height=\"15\" rx=\"3\" fill=\"#00c46a\"><\/rect>\n        <text x=\"337.9\" y=\"216\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"700\" fill=\"#04140b\" font-family=\"ui-monospace,monospace\">BUY<\/text>\n      <\/g>\n      <g class=\"hp-last\">\n        <line x1=\"46\" y1=\"74\" x2=\"506\" y2=\"74\" stroke=\"#00c46a\" stroke-width=\"1\" stroke-dasharray=\"3 3\" opacity=\".55\"><\/line>\n      <\/g>\n    <\/svg>\n            <div class=\"hp-toast\">\n              <span class=\"hp-tk\"><i class=\"ti ti-bolt\" aria-hidden=\"true\"><\/i><\/span>\n              <span><b>Orden enviada<\/b><br><span class=\"hp-tsub\">MNQ \u00b7 2 contratos \u00b7 target y stop en ticks<\/span><\/span>\n            <\/div>\n          <\/div>\n          <div class=\"hp-foot\">\n            <span><i class=\"ti ti-arrow-narrow-right\" aria-hidden=\"true\"><\/i>Se\u00f1al del indicador<\/span>\n            <span><i class=\"ti ti-settings-automation\" aria-hidden=\"true\"><\/i>Markers arma la orden<\/span>\n            <span><i class=\"ti ti-check\" aria-hidden=\"true\"><\/i>Broker<\/span>\n          <\/div>\n        <\/div>\n        <p class=\"hp-cap\">Panel ilustrativo del flujo de Markers.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"th-stars\">\n    <a class=\"th-star th-star--nt\" href=\"\/es\/cat\/automation\/markers-system\/\" data-tis-cta=\"card-markers-pro\">\n      <span class=\"th-badge th-badge--nt\"><span class=\"th-ink-g\">M\u00c1S POPULAR<\/span><\/span>\n      <div class=\"th-splat th-green\"><i class=\"ti ti-chart-candle\" aria-hidden=\"true\"><\/i> NINJATRADER 8<\/div>\n      <h3 class=\"th-sname\">Markers Pro<\/h3>\n      <p class=\"th-sdesc\">Automatiz\u00e1 las se\u00f1ales de cualquier indicador. Men\u00fa flotante y copy trading multi-cuenta.<\/p>\n      <span class=\"th-scta th-scta--nt\"><span class=\"th-ink-g\">Ver Markers Pro<\/span><\/span>\n    <\/a>\n    <a class=\"th-star th-star--tv\" href=\"\/es\/tradingview\/\" data-tis-cta=\"card-automator\">\n      <span class=\"th-badge th-badge--tv\"><span class=\"th-ink-y\">NUEVO<\/span><\/span>\n      <div class=\"th-splat th-gold\"><i class=\"ti ti-chart-line\" aria-hidden=\"true\"><\/i> TRADINGVIEW<\/div>\n      <h3 class=\"th-sname\">TIS Automator<\/h3>\n      <p class=\"th-sdesc\">Convert\u00ed las se\u00f1ales de cualquier indicador de TradingView en \u00f3rdenes broker-ready. Prueba de 7 d\u00edas.<\/p>\n      <span class=\"th-scta th-scta--tv\"><span class=\"th-ink-y\">Ver TIS Automator<\/span><\/span>\n    <\/a>\n  <\/div>\n\n  <!-- MARKERS SYSTEM MEMBERSHIP (tercera card) -->\n  <div class=\"th-mem\">\n    <a href=\"\/es\/ats-training\/\" data-tis-cta=\"membership\">\n      <div class=\"th-mem-ico\"><i class=\"ti ti-refresh-dot\" aria-hidden=\"true\"><\/i><\/div>\n      <div class=\"th-mem-body\">\n        <div class=\"th-mem-plat\">NINJATRADER 8 \u00b7 MEMBERSHIP<\/div>\n        <h3 class=\"th-mem-ttl\">Markers System Membership<\/h3>\n        <p class=\"th-mem-txt\">Un sistema de trading completo cada mes \u2014 template listo, video paso a paso y un Live System Lab mensual. Estrategias pensadas para ayudarte a pasar y mantener tu cuenta de prop firm.<\/p>\n      <\/div>\n      <span class=\"th-mem-cta\">Ver la Membership \u2192<\/span>\n    <\/a>\n  <\/div>\n\n  <!-- C\u00d3MO TRABAJAMOS -->\n  <div class=\"th-sec\" id=\"how-we-work-es\" style=\"text-align:center\">\n    <div class=\"th-secglow\" style=\"top:-40px;left:50%;transform:translateX(-50%);width:420px;height:200px;background:radial-gradient(circle,rgba(0,196,106,.11),transparent 70%)\"><\/div>\n    <div class=\"th-eyb th-green\">C\u00d3MO TRABAJAMOS<\/div>\n    <h2 class=\"th-h2\">Una d\u00e9cada creando herramientas por traders, para traders<\/h2>\n    <p class=\"th-sub\">Programar herramientas de trading por traders, para traders \u2014 y quedarnos al lado del cliente despu\u00e9s de la venta.<\/p>\n    <div class=\"th-pillars\">\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-code\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">Creado por traders, para traders<\/div>\n        <div class=\"th-pillar-txt\">No somos una f\u00e1brica de flechas. Diez a\u00f1os programando indicadores y estrategias para NinjaTrader y TradingView, probados en operativa real.<\/div>\n      <\/div>\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-lifebuoy\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">Te acompa\u00f1amos despu\u00e9s de la venta<\/div>\n        <div class=\"th-pillar-txt\">Dedicamos el tiempo a las configuraciones, a responder preguntas y a resolver problemas. La venta es el principio, no el final.<\/div>\n      <\/div>\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-broadcast\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">Formaci\u00f3n en vivo, todas las semanas<\/div>\n        <div class=\"th-pillar-txt\">Un seminario semanal donde automatizamos un indicador de cero. Aprend\u00e9s el m\u00e9todo, no solo apret\u00e1s un bot\u00f3n.<\/div>\n      <\/div>\n      <div class=\"th-pillar\">\n        <div class=\"th-pillar-ico\"><i class=\"ti ti-users-group\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-pillar-ttl\">Te ayudamos a conseguir resultados<\/div>\n        <div class=\"th-pillar-txt\">Desde la primera configuraci\u00f3n hasta tu evaluaci\u00f3n de prop firm, estamos en la comunidad con vos \u2014 respondiendo, guiando y ayud\u00e1ndote a avanzar.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ELEG\u00cd PLATAFORMA -->\n  <div class=\"th-sec\" id=\"platforms-es\">\n    <div class=\"th-secglow\" style=\"top:20px;left:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(0,196,106,.10),transparent 70%)\"><\/div>\n    <div class=\"th-secglow\" style=\"top:20px;right:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(224,179,58,.09),transparent 70%)\"><\/div>\n    <div class=\"th-label\">EXPLOR\u00c1 TODO \u00b7 ELEG\u00cd TU PLATAFORMA<\/div>\n    <div class=\"th-plats\">\n      <div class=\"th-plat th-plat--nt\">\n        <div class=\"th-plat-ttl th-white\"><i class=\"ti ti-chart-candle th-green\" aria-hidden=\"true\"><\/i>NinjaTrader<\/div>\n        <div class=\"th-plat-meta\">La l\u00ednea establecida \u00b7 NT8<\/div>\n        <ul class=\"th-plat-list\">\n          <li><a href=\"\/es\/cat\/indicators\/\" data-tis-cta=\"plat-nt-indicators\"><i class=\"ti ti-chart-dots\" aria-hidden=\"true\"><\/i>Indicadores<\/a><\/li>\n          <li><a href=\"\/es\/cat\/automation\/markers-system\/\" data-tis-cta=\"plat-nt-automation\"><i class=\"ti ti-robot\" aria-hidden=\"true\"><\/i>Automation \u2014 Markers<\/a><\/li>\n          <li><a href=\"\/es\/cat\/bundles\/\" data-tis-cta=\"plat-nt-bundles\"><i class=\"ti ti-package\" aria-hidden=\"true\"><\/i>Bundles<\/a><\/li>\n        <\/ul>\n        <a href=\"\/es\/ninjatrader-2\/\" class=\"th-plat-go\" data-tis-cta=\"plat-nt-hub\"><span class=\"th-green\">Explorar NinjaTrader \u2192<\/span><\/a>\n      <\/div>\n      <div class=\"th-plat th-plat--tv\">\n        <div class=\"th-plat-ttl th-white\"><i class=\"ti ti-chart-line th-gold\" aria-hidden=\"true\"><\/i>TradingView<\/div>\n        <div class=\"th-plat-meta\">La l\u00ednea nueva \u00b7 Pine Script<\/div>\n        <ul class=\"th-plat-list\">\n          <li><a href=\"\/es\/tradingview\/#indicators\" data-tis-cta=\"plat-tv-indicators\"><i class=\"ti ti-chart-dots\" aria-hidden=\"true\"><\/i>Indicadores<\/a><\/li>\n          <li><a href=\"\/es\/tradingview\/#automator\" data-tis-cta=\"plat-tv-automator\"><i class=\"ti ti-robot\" aria-hidden=\"true\"><\/i>TIS Automator<\/a><\/li>\n          <li><a href=\"\/es\/tradingview\/#pricing\" data-tis-cta=\"plat-tv-combos\"><i class=\"ti ti-package\" aria-hidden=\"true\"><\/i>Combos<\/a><\/li>\n        <\/ul>\n        <a href=\"\/es\/tradingview\/\" class=\"th-plat-go\" data-tis-cta=\"plat-tv-hub\"><span class=\"th-gold\">Explorar TradingView \u2192<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- READY-TO-USE -->\n  <div class=\"th-sec\" id=\"ready-to-use-es\">\n    <div class=\"th-secglow\" style=\"bottom:-40px;left:50%;transform:translateX(-50%);width:460px;height:220px;background:radial-gradient(circle,rgba(224,179,58,.08),transparent 70%)\"><\/div>\n    <h2 class=\"th-h2\">No configur\u00e9s nada. Nosotros dejamos todo listo.<\/h2>\n    <p class=\"th-sub\">Soluciones armadas para operar tu d\u00eda a d\u00eda sin perder horas en setup \u2014 y pensadas para ayudarte a pasar y mantener tu cuenta de prop firm.<\/p>\n    <div class=\"th-rtu\">\n      <a href=\"\/es\/turnkey\/\" data-tis-cta=\"rtu-turnkey\">\n        <div class=\"th-rtu-ico\"><i class=\"ti ti-server-bolt\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-rtu-ttl\">Turnkey VPS<\/div>\n        <div class=\"th-rtu-txt\">Todo montado en un servidor. Encend\u00e9s y oper\u00e1s.<\/div>\n      <\/a>\n      <a href=\"\/es\/cat\/templates\/\" data-tis-cta=\"rtu-templates\">\n        <div class=\"th-rtu-ico\"><i class=\"ti ti-template\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-rtu-ttl\">Templates listos<\/div>\n        <div class=\"th-rtu-txt\">Carg\u00e1s la plantilla y tu gr\u00e1fico queda configurado al instante.<\/div>\n      <\/a>\n      <a href=\"\/es\/rental-plans\/\" data-tis-cta=\"rtu-rental\">\n        <div class=\"th-rtu-ico\"><i class=\"ti ti-calendar-repeat\" aria-hidden=\"true\"><\/i><\/div>\n        <div class=\"th-rtu-ttl\">Alquiler mensual<\/div>\n        <div class=\"th-rtu-txt\">Acceso sin compra grande. Empez\u00e1s por mes.<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- TRUST -->\n  <div class=\"th-sec th-trust\" id=\"trust-es\">\n    <h2 class=\"th-h2\">Por qu\u00e9 los traders se quedan con nosotros<\/h2>\n    <div class=\"th-trust-grid\">\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-infinity\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Licencia de por vida en compra \u00fanica<\/div><\/div>\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-headphones\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Soporte real en Discord<\/div><\/div>\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-shield-check\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Honestidad e integridad<\/div><\/div>\n      <div><div class=\"th-trust-ico\"><i class=\"ti ti-refresh\" aria-hidden=\"true\"><\/i><\/div><div class=\"th-trust-txt\">Updates sin costo<\/div><\/div>\n    <\/div>\n    <div class=\"th-disc\"><a href=\"https:\/\/discord.com\/invite\/the-indicator-store-539206822691864576\" target=\"_blank\" rel=\"noopener\" data-tis-cta=\"discord\"><span class=\"th-green\"><i class=\"ti ti-brand-discord\" aria-hidden=\"true\"><\/i> Sumate a 300+ traders en nuestro Discord \u2192<\/span><\/a><\/div>\n  <\/div>\n\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>BY TRADERS, FOR TRADERS \u00b7 10+ YEARS We don&#8217;t just sell you indicators.We help you trade them. Your indicators mark the signal. Our tools turn it into a real order, with target and stop, on NinjaTrader or TradingView. View Markers Pro Trading on TradingView? See the Automator 10+YEARS BUILDING 15,500ON YOUTUBE 300+ON DISCORD WeeklyLIVE SEMINAR&#8230;<\/p>","protected":false},"author":1,"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":"fullwidth","_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-17","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/17","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":14,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":1386,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/17\/revisions\/1386"}],"wp:attachment":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/media?parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}