{"id":673,"date":"2026-04-23T18:05:53","date_gmt":"2026-04-23T18:05:53","guid":{"rendered":"https:\/\/newsite.theindicatorstore.com\/?page_id=673"},"modified":"2026-09-06T18:43:36","modified_gmt":"2026-09-06T18:43:36","slug":"turnkey","status":"publish","type":"page","link":"https:\/\/theindicatorstore.com\/es\/turnkey\/","title":{"rendered":"TIS Turnkey Trading VPS"},"content":{"rendered":"<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;family=Inter:wght@300;400;500;600&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n.tk * { box-sizing: border-box; margin: 0; padding: 0; }\n.tk {\n  background: #080d14;\n  color: #cdd9e8;\n  font-family: 'Inter', sans-serif;\n  line-height: 1.6;\n  overflow-x: hidden;\n  position: relative;\n}\n.tk::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.025) 1px, transparent 0);\n  background-size: 28px 28px;\n  z-index: 0;\n  pointer-events: none;\n}\n.tk-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }\n\/* TOKENS *\/\n:root {\n  --teal: #00c896;\n  --teal-dim: rgba(0,200,150,0.12);\n  --teal-glow: rgba(0,200,150,0.18);\n  --gold: #f5c842;\n  --bg: #080d14;\n  --bg2: #0e1620;\n  --bg3: #16202e;\n  --border: rgba(255,255,255,0.07);\n  --text: #cdd9e8;\n  --muted: #4a6080;\n  --mono: 'JetBrains Mono', 'Courier New', monospace;\n}\n\/* SECTION LABEL *\/\n.tk-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 12px;\n  display: block;\n}\n\/* BUTTONS *\/\n.tk-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 15px 30px;\n  border-radius: 10px;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  transition: all 0.25s ease;\n  border: none;\n  cursor: pointer;\n}\n.tk-btn-primary { background: var(--teal); color: #000; box-shadow: 0 4px 20px var(--teal-glow); }\n.tk-btn-primary:hover { background: #00ffca; transform: translateY(-2px); box-shadow: 0 6px 28px var(--teal-glow); color: #000; text-decoration: none; }\n.tk-btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }\n.tk-btn-ghost:hover { border-color: var(--teal); color: #fff; transform: translateY(-2px); text-decoration: none; }\n\/* El label va en un span para que el color caiga en el span y no en el <a>:\n   Kadence fuerza el verde sobre los anchors con !important. *\/\n.tk-btn .tk-btn-label { color: #000 !important; }\n.tk-btn-ghost .tk-btn-label { color: var(--text) !important; }\n\/* HERO *\/\n.tk-hero { padding: 72px 0 56px; text-align: center; }\n.tk-hero h1 {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  font-weight: 800;\n  font-size: clamp(32px, 5vw, 60px);\n  line-height: 1.1;\n  letter-spacing: -0.03em;\n  color: #fff;\n  margin-bottom: 20px;\n}\n.tk-hero h1 em { font-style: normal; color: var(--teal); }\n.tk-hero-sub {\n  font-size: 17px;\n  color: #8a9ab8;\n  max-width: 620px;\n  margin: 0 auto 32px;\n  line-height: 1.75;\n}\n.tk-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }\n\/* PERFORMANCE *\/\n.tk-chart-section { padding: 20px 0 56px; }\n.tk-chart-header { text-align: center; margin-bottom: 24px; }\n.tk-chart-header h2 { font-family: 'Plus Jakarta Sans'; font-size: 26px; color: #fff; margin-bottom: 8px; }\n.tk-chart-header p { color: #8a9ab8; font-size: 14px; max-width: 560px; margin: 0 auto; }\n.tk-report-cta { text-align: center; margin-bottom: 22px; }\n.tk-chart-disclaimer { text-align: center; font-size: 11px; color: var(--muted); max-width: 620px; margin: 0 auto; line-height: 1.6; }\n.tk-live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); margin-right: 6px; animation: tk-pulse 2s infinite; vertical-align: middle; }\n@keyframes tk-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }\n\/* SYSTEMS *\/\n.tk-systems-section { padding: 0 0 56px; }\n.tk-systems-header { text-align: center; margin-bottom: 28px; }\n.tk-systems-header h2 { font-family: 'Plus Jakarta Sans'; font-size: 26px; color: #fff; margin-bottom: 8px; }\n.tk-systems-header p { color: #8a9ab8; font-size: 14px; max-width: 620px; margin: 0 auto; }\n.tk-sys-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }\n.tk-sys-card {\n  background: var(--teal-dim);\n  border: 1px solid rgba(0,200,150,0.2);\n  border-radius: 12px;\n  padding: 12px 18px;\n  transition: all 0.2s;\n}\n.tk-sys-card:hover { background: rgba(0,200,150,0.18); transform: translateY(-2px); }\n.tk-sys-name { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--teal); margin-bottom: 3px; }\n.tk-sys-desc { font-size: 11px; color: var(--muted); }\n\/* HOW IT WORKS *\/\n.tk-how-section { padding: 0 0 56px; }\n.tk-how-header { text-align: center; margin-bottom: 36px; }\n.tk-how-header h2 { font-family: 'Plus Jakarta Sans'; font-size: 30px; color: #fff; margin-bottom: 8px; }\n.tk-how-header p { color: #8a9ab8; }\n.tk-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }\n.tk-step {\n  background: var(--bg2);\n  border: 1px solid var(--border);\n  padding: 32px 28px;\n  border-radius: 16px;\n  position: relative;\n  transition: all 0.3s;\n}\n.tk-step:hover { border-color: rgba(0,200,150,0.25); transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.4); }\n.tk-step-num {\n  position: absolute; top: -14px; left: 20px;\n  background: var(--teal); color: #000;\n  width: 32px; height: 32px; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 800; font-family: 'Plus Jakarta Sans'; font-size: 14px;\n}\n.tk-step h4 { font-family: 'Plus Jakarta Sans'; font-size: 18px; margin-bottom: 10px; color: #fff; }\n.tk-step p { font-size: 13px; color: #8a9ab8; line-height: 1.65; }\n.tk-step ul { margin: 12px 0 0 16px; }\n.tk-step ul li { font-size: 12px; color: #8a9ab8; margin-bottom: 6px; }\n.tk-step-link { display: inline-block; margin-top: 12px; color: var(--teal); font-weight: 700; font-size: 13px; text-decoration: none; }\n.tk-step-code { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }\n.tk-step-code span { font-size: 12px; color: #8a9ab8; margin-top: 4px; display: inline-block; }\n.tk-step-code strong { color: var(--text); }\n\/* COST *\/\n.tk-cost-section { padding: 0 0 56px; }\n.tk-cost-box {\n  background: var(--bg2);\n  border: 1px solid var(--border);\n  border-radius: 16px;\n  padding: 32px;\n  max-width: 640px;\n  margin: 0 auto;\n}\n.tk-cost-box h2 { font-family: 'Plus Jakarta Sans'; font-size: 24px; color: #fff; margin-bottom: 6px; }\n.tk-cost-box > p { color: #8a9ab8; font-size: 14px; margin-bottom: 24px; }\n.tk-cost-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--border); }\n.tk-cost-row:last-of-type { border-bottom: none; }\n.tk-cost-name { font-size: 14px; color: var(--text); font-weight: 500; }\n.tk-cost-amt { font-family: 'Plus Jakarta Sans'; font-size: 16px; font-weight: 700; color: var(--teal); text-align: right; }\n.tk-cost-note { margin-top: 20px; padding: 14px; background: var(--teal-dim); border-radius: 10px; font-size: 12px; color: #8a9ab8; line-height: 1.6; }\n.tk-cost-note a { color: var(--teal); text-decoration: none; }\n.tk-cost-note a span { color: var(--teal) !important; text-decoration: underline; }\n.tk-sizing { margin-top: 12px; padding: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 10px; font-size: 12px; color: #8a9ab8; line-height: 1.7; }\n.tk-sizing strong { color: var(--text); }\n\/* PRICING *\/\n.tk-pricing-section { padding: 0 0 56px; }\n.tk-pricing-header { text-align: center; margin-bottom: 28px; }\n.tk-pricing-header h2 { font-family: 'Plus Jakarta Sans'; font-size: 32px; color: #fff; margin-bottom: 20px; }\n.tk-billing { display: inline-flex; background: var(--bg2); padding: 5px; border-radius: 40px; border: 1px solid var(--border); gap: 4px; }\n.tk-billing button {\n  padding: 9px 18px; border-radius: 30px; border: none;\n  background: transparent; color: var(--muted);\n  font-weight: 600; cursor: pointer; transition: 0.25s;\n  font-family: 'Inter'; font-size: 13px;\n}\n.tk-billing button.active { background: var(--teal); color: #000; }\n.tk-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 28px; }\n.tk-plan {\n  background: var(--bg2);\n  border: 1px solid var(--border);\n  border-radius: 18px;\n  padding: 32px;\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  transition: all 0.3s;\n}\n.tk-plan:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-4px); }\n.tk-plan.featured { border-color: var(--teal); box-shadow: 0 10px 40px var(--teal-glow); }\n.tk-plan-badge {\n  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n  background: var(--teal); color: #000;\n  font-size: 10px; font-weight: 800;\n  padding: 5px 14px; border-radius: 20px; letter-spacing: 1px; white-space: nowrap;\n}\n.tk-plan-tag { color: var(--muted); font-weight: 700; font-size: 10px; letter-spacing: 1px; margin-bottom: 6px; }\n.tk-price { font-family: 'Plus Jakarta Sans'; font-size: 46px; font-weight: 800; line-height: 1; color: #fff; }\n.tk-price sup { font-size: 22px; }\n.tk-per { font-size: 13px; color: var(--muted); margin-top: 4px; }\n.tk-price-old { font-size: 18px; color: var(--muted); text-decoration: line-through; font-family: 'Plus Jakarta Sans'; font-weight: 700; }\n.tk-discount { background: var(--gold); color: #000; padding: 4px 10px; border-radius: 6px; font-size: 10px; font-weight: 800; display: inline-block; margin-bottom: 4px; letter-spacing: 0.5px; }\n.tk-price-eq { font-size: 12px; color: var(--teal); margin-top: 6px; }\n.tk-fee { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--border); }\n.tk-fee-amt { font-family: 'Plus Jakarta Sans'; font-size: 15px; font-weight: 800; color: var(--gold); }\n.tk-fee-amt span { font-weight: 600; font-size: 12px; color: #8a9ab8; }\n.tk-fee-note { font-size: 11px; color: var(--muted); margin-top: 3px; line-height: 1.5; }\n.tk-features { list-style: none; flex: 1; margin: 20px 0 24px; padding: 0; }\n.tk-features li { font-size: 13px; color: #8a9ab8; padding: 8px 0; display: flex; gap: 10px; align-items: flex-start; border-bottom: 1px solid var(--border); line-height: 1.4; }\n.tk-features li:last-child { border-bottom: none; }\n.tk-features li::before { content: '\\2713'; color: var(--teal); font-weight: bold; flex-shrink: 0; }\n.show-annual, .show-trial { display: none; }\n.annual-mode .show-annual { display: block; }\n.annual-mode .show-monthly { display: none; }\n.trial-mode .show-trial { display: block; }\n.trial-mode .show-monthly { display: none; }\n\/* COMPARE \u2014 cruce con \/rental-plans\/ *\/\n.tk-compare-section { padding: 0 0 56px; }\n.tk-compare-box {\n  background: var(--bg2);\n  border: 1px solid var(--border);\n  border-left: 3px solid var(--gold);\n  border-radius: 16px;\n  padding: 28px 32px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n.tk-compare-box h3 { font-family: 'Plus Jakarta Sans'; font-size: 20px; color: #fff; margin-bottom: 10px; }\n.tk-compare-box p { font-size: 13px; color: #8a9ab8; line-height: 1.7; margin-bottom: 14px; }\n.tk-compare-box a { color: var(--gold); font-weight: 700; font-size: 13px; text-decoration: none; }\n.tk-compare-box a span { color: var(--gold) !important; text-decoration: underline; }\n\/* POLICIES *\/\n.tk-policies-section { padding: 0 0 60px; }\n.tk-policies-box {\n  background: var(--bg2);\n  border: 1px solid var(--border);\n  border-left: 3px solid var(--teal);\n  border-radius: 16px;\n  padding: 32px;\n}\n.tk-policies-box h3 { font-family: 'Plus Jakarta Sans'; font-size: 20px; margin-bottom: 20px; color: #fff; }\n.tk-policies-box ul { list-style: disc; margin-left: 20px; }\n.tk-policies-box li { font-size: 13px; color: #8a9ab8; margin-bottom: 10px; line-height: 1.7; }\n@media (max-width: 700px) {\n  .tk-hero { padding: 48px 0 36px; }\n  .tk-hero h1 { font-size: 32px; }\n  .tk-hero-sub { font-size: 15px; }\n  .tk-cost-box { padding: 24px 20px; }\n  .tk-compare-box { padding: 24px 20px; }\n  .tk-plan { padding: 28px 22px; }\n}\n<\/style>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     ENGLISH\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"tis-lang-block tis-lang-block--en\">\n<div class=\"tk\" id=\"tk-en\">\n\n  <!-- HERO -->\n  <section class=\"tk-hero\">\n    <div class=\"tk-inner\">\n      <span class=\"tk-label\">The Indicator Store \u00d7 QuantVPS<\/span>\n      <h1>The systems running<br><em>live on YouTube \u2014 on your account.<\/em><\/h1>\n      <p class=\"tk-hero-sub\">NQ_Rebote and NQ_Donchian_Trend have been trading live since March \u2014 every trade logged publicly. Get the same setup deployed on a professional VPS in under 24 hours.<\/p>\n      <div class=\"tk-hero-btns\">\n        <a href=\"https:\/\/theindicatorstore.com\/es\/turnkey-reports\/\" target=\"_blank\" class=\"tk-btn tk-btn-primary\"><span class=\"tk-btn-label\">See the Live Results \u2192<\/span><\/a>\n        <a href=\"#en-pricing\" class=\"tk-btn tk-btn-ghost\"><span class=\"tk-btn-label\">View Plans<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PERFORMANCE -->\n  <section class=\"tk-chart-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-chart-header\">\n        <span class=\"tk-label\">Performance<\/span>\n        <h2>Live cumulative P&amp;L \u2014 updated daily<\/h2>\n        <p>Every trade logged automatically via Markers Pro. Explore the full interactive report \u2014 filter by system and time period.<\/p>\n      <\/div>\n      <div class=\"tk-report-cta\">\n        <a href=\"https:\/\/theindicatorstore.com\/es\/turnkey-reports\/\" target=\"_blank\" class=\"tk-btn tk-btn-primary\"><span class=\"tk-btn-label\">View the Live Reports \u2192<\/span><\/a>\n      <\/div>\n      <p class=\"tk-chart-disclaimer\"><span class=\"tk-live-dot\"><\/span>Results for 1 contract on NQ and ES. Systems can run on Micro contracts (MNQ\/MES) for lower risk exposure \u2014 with proportionally lower gains. Past performance does not guarantee future results.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- SYSTEMS -->\n  <section class=\"tk-systems-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-systems-header\">\n        <span class=\"tk-label\">Systems<\/span>\n        <h2>5 systems. Swap every weekend.<\/h2>\n        <p>All five are installed on your VPS. The ones included in your plan are licensed and running \u2014 and every weekend you can swap which ones those are, based on current market conditions.<\/p>\n      <\/div>\n      <div class=\"tk-sys-grid\">\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_ATR_Trend<\/div><div class=\"tk-sys-desc\">Trend-following on ATR breakouts<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_Donchian_Trend<\/div><div class=\"tk-sys-desc\">Donchian channel trend system<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_EDGE<\/div><div class=\"tk-sys-desc\">High-frequency edge capture<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_Rebote<\/div><div class=\"tk-sys-desc\">Mean reversion on key levels<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_REVERSAL<\/div><div class=\"tk-sys-desc\">Reversal at exhaustion points<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- HOW IT WORKS -->\n  <section class=\"tk-how-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-how-header\">\n        <span class=\"tk-label\">Getting Started<\/span>\n        <h2>From signup to live trading in 3 steps<\/h2>\n        <p>No installation. No configuration. We handle the setup \u2014 your VPS arrives ready to trade.<\/p>\n      <\/div>\n      <div class=\"tk-steps\">\n        <div class=\"tk-step\">\n          <div class=\"tk-step-num\">1<\/div>\n          <h4>Subscribe with TIS<\/h4>\n          <p>Pick your plan below and complete checkout. You&#8217;ll get a confirmation email immediately.<\/p>\n          <a href=\"#en-pricing\" class=\"tk-step-link\">View Plans \u2193<\/a>\n        <\/div>\n        <div class=\"tk-step\">\n          <div class=\"tk-step-num\">2<\/div>\n          <h4>Rent your VPS at QuantVPS<\/h4>\n          <p>Rent a low-latency professional server to host your setup. This is a separate subscription, billed by QuantVPS. Use our promo code for a discount on your first month.<\/p>\n          <div class=\"tk-step-code\">\n            <a href=\"https:\/\/go.theindicatorstore.com\/turnkey\" target=\"_blank\" class=\"tk-step-link\">Go to QuantVPS \u2192<\/a><br>\n            <span>Promo code: <strong>TISTURNKEY<\/strong><\/span>\n          <\/div>\n        <\/div>\n        <div class=\"tk-step\">\n          <div class=\"tk-step-num\">3<\/div>\n          <h4>We activate. You trade.<\/h4>\n          <p>Reply to our welcome email with your chosen systems. Look for the TIS logo on your VPS \u2014 that means you&#8217;re ready.<\/p>\n          <ul>\n            <li>Click <strong>Config Licenses<\/strong> and enter your email<\/li>\n            <li>Open NinjaTrader and load the <strong>Markers Pro 2026<\/strong> workspace<\/li>\n            <li>Systems start trading the next market open<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- COST -->\n  <section class=\"tk-cost-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-cost-box\">\n        <span class=\"tk-label\">Pricing<\/span>\n        <h2>What does it actually cost?<\/h2>\n        <p>Two subscriptions, both cancel anytime.<\/p>\n        <div class=\"tk-cost-row\"><span class=\"tk-cost-name\">TIS Turnkey (systems + licenses)<\/span><span class=\"tk-cost-amt\">from $99\/mo<\/span><\/div>\n        <div class=\"tk-cost-row\"><span class=\"tk-cost-name\">QuantVPS server<\/span><span class=\"tk-cost-amt\">billed by QuantVPS<\/span><\/div>\n        <div class=\"tk-cost-note\">The VPS is a separate subscription billed directly by QuantVPS, not by TIS. Their plans and promotions change, so check the current pricing on their site and pick the size that fits you. Use code <strong>TISTURNKEY<\/strong> for a discount on your first month. <a href=\"https:\/\/go.theindicatorstore.com\/turnkey\" target=\"_blank\"><span>See QuantVPS plans \u2192<\/span><\/a><\/div>\n        <div class=\"tk-sizing\">\n          <strong>Which size do you need?<\/strong><br>\n          \u2022 <strong>1 system<\/strong> (2 charts, ES &amp; NQ): their entry configuration is enough.<br>\n          \u2022 <strong>3 to 5 systems<\/strong> (up to 10 charts): around 8 GB of RAM and 4 cores.<br>\n          \u2022 For reference, we run 10 charts plus live video streaming on 6 cores and 16 GB.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRICING -->\n  <section class=\"tk-pricing-section\" id=\"en-pricing\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-pricing-header\">\n        <span class=\"tk-label\">Plans<\/span>\n        <h2>Choose your plan<\/h2>\n        <div class=\"tk-billing\" id=\"en-billing\">\n          <button id=\"en-btn-trial\" class=\"active\" data-lang=\"en\" data-mode=\"trial\">Free Trial<\/button>\n          <button id=\"en-btn-monthly\" data-lang=\"en\" data-mode=\"monthly\">Monthly<\/button>\n          <button id=\"en-btn-annual\" data-lang=\"en\" data-mode=\"annual\">Annual (2 months free)<\/button>\n        <\/div>\n      <\/div>\n\n      <div id=\"en-plans\" class=\"tk-plans trial-mode\">\n\n        <!-- STARTER -->\n        <div class=\"tk-plan\">\n          <div class=\"tk-plan-tag\">STARTER PACK<\/div>\n          <div class=\"show-monthly\">\n            <div class=\"tk-price\"><sup>$<\/sup>99<\/div>\n            <div class=\"tk-per\">\/mo<\/div>\n          <\/div>\n          <div class=\"show-annual\">\n            <div class=\"tk-discount\">17% OFF<\/div>\n            <div class=\"tk-price-old\"><sup>$<\/sup>1,188<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>990<\/div>\n            <div class=\"tk-per\">\/year<\/div>\n            <div class=\"tk-price-eq\">$82.50\/mo<\/div>\n          <\/div>\n          <div class=\"show-trial\">\n            <div class=\"tk-discount\">1 MONTH FREE<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>0<\/div>\n            <div class=\"tk-per\">Then $99\/mo<\/div>\n            <div class=\"tk-fee\">\n              <div class=\"tk-fee-amt\">+ $29 <span>one-time activation fee<\/span><\/div>\n              <div class=\"tk-fee-note\">Covers your VPS setup &amp; license activation<\/div>\n            <\/div>\n          <\/div>\n          <ul class=\"tk-features\">\n            <li><strong>1 system<\/strong> of your choice<\/li>\n            <li>Swap strategy every weekend<\/li>\n            <li>Markers Pro license included<\/li>\n            <li>2 pre-loaded charts (ES &amp; NQ)<\/li>\n          <\/ul>\n          <div class=\"show-monthly\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-3G549910YN793561LNHLMOJY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Get Starter<\/span><\/a><\/div>\n          <div class=\"show-annual\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-4L790794BW0821254NHLMUEY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Get Starter<\/span><\/a><\/div>\n          <div class=\"show-trial\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-5EF826980V384110ENIVN7XI\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;background:var(--gold);\"><span class=\"tk-btn-label\">Start Free Trial<\/span><\/a><\/div>\n        <\/div>\n\n        <!-- TRADER PRO -->\n        <div class=\"tk-plan featured\">\n          <div class=\"tk-plan-badge\">MOST POPULAR<\/div>\n          <div class=\"tk-plan-tag\">TRADER PRO<\/div>\n          <div class=\"show-monthly\">\n            <div class=\"tk-price\"><sup>$<\/sup>267<\/div>\n            <div class=\"tk-per\">\/mo<\/div>\n          <\/div>\n          <div class=\"show-annual\">\n            <div class=\"tk-discount\">17% OFF<\/div>\n            <div class=\"tk-price-old\"><sup>$<\/sup>3,204<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>2,670<\/div>\n            <div class=\"tk-per\">\/year<\/div>\n            <div class=\"tk-price-eq\">$222.50\/mo \u00b7 $74.16\/system<\/div>\n          <\/div>\n          <div class=\"show-trial\">\n            <div class=\"tk-discount\">1 MONTH FREE<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>0<\/div>\n            <div class=\"tk-per\">Then $267\/mo<\/div>\n            <div class=\"tk-fee\">\n              <div class=\"tk-fee-amt\">+ $59 <span>one-time activation fee<\/span><\/div>\n              <div class=\"tk-fee-note\">Covers your VPS setup &amp; license activation<\/div>\n            <\/div>\n          <\/div>\n          <ul class=\"tk-features\">\n            <li><strong>3 systems<\/strong> of your choice<\/li>\n            <li>Swap strategies every weekend<\/li>\n            <li>Markers Pro license included<\/li>\n            <li>6 pre-loaded charts (ES &amp; NQ)<\/li>\n          <\/ul>\n          <div class=\"show-monthly\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-0VG25513766114722NHLMSMI\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Get Trader Pro<\/span><\/a><\/div>\n          <div class=\"show-annual\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-539637983S424150ANHLMYLQ\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Get Trader Pro<\/span><\/a><\/div>\n          <div class=\"show-trial\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-11A99462V5805553MNIVN6MY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;background:var(--gold);\"><span class=\"tk-btn-label\">Start Free Trial<\/span><\/a><\/div>\n        <\/div>\n\n        <!-- ELITE SUITE -->\n        <div class=\"tk-plan\">\n          <div class=\"tk-plan-tag\">ELITE SUITE<\/div>\n          <div class=\"show-monthly\">\n            <div class=\"tk-price\"><sup>$<\/sup>395<\/div>\n            <div class=\"tk-per\">\/mo<\/div>\n          <\/div>\n          <div class=\"show-annual\">\n            <div class=\"tk-discount\">17% OFF<\/div>\n            <div class=\"tk-price-old\"><sup>$<\/sup>4,740<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>3,950<\/div>\n            <div class=\"tk-per\">\/year<\/div>\n            <div class=\"tk-price-eq\">$329.16\/mo \u00b7 $65.83\/system<\/div>\n          <\/div>\n          <div class=\"show-trial\">\n            <div class=\"tk-discount\">1 MONTH FREE<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>0<\/div>\n            <div class=\"tk-per\">Then $395\/mo<\/div>\n            <div class=\"tk-fee\">\n              <div class=\"tk-fee-amt\">+ $99 <span>one-time activation fee<\/span><\/div>\n              <div class=\"tk-fee-note\">Covers your VPS setup &amp; license activation<\/div>\n            <\/div>\n          <\/div>\n          <ul class=\"tk-features\">\n            <li><strong>All 5 systems<\/strong> running simultaneously<\/li>\n            <li>Maximum diversification<\/li>\n            <li>Markers Pro license included<\/li>\n            <li>10 pre-loaded charts (ES &amp; NQ)<\/li>\n          <\/ul>\n          <div class=\"show-monthly\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-6B851647L85469244NHLMTII\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Get Elite Suite<\/span><\/a><\/div>\n          <div class=\"show-annual\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-82F37113RE5090237NHLMWDY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Get Elite Suite<\/span><\/a><\/div>\n          <div class=\"show-trial\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-3WA417176N385435WNIVN4YQ\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;background:var(--gold);\"><span class=\"tk-btn-label\">Start Free Trial<\/span><\/a><\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- COMPARE -->\n  <section class=\"tk-compare-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-compare-box\">\n        <h3>Rather build it yourself?<\/h3>\n        <p>Turnkey is the managed option: we build, configure and maintain the environment, and the VPS is rented separately. If you&#8217;d prefer to install and run everything on your own machine, our monthly rental plans give you Markers Pro, the 5 indicators and the 5 templates as downloads \u2014 you handle the setup and keep the machine running during your session.<\/p>\n        <a href=\"https:\/\/theindicatorstore.com\/es\/rental-plans\/\"><span>See the monthly rental plans \u2192<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- POLICIES -->\n  <section class=\"tk-policies-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-policies-box\">\n        <h3>Service Policies<\/h3>\n        <ul>\n          <li><strong>All sales are final.<\/strong> No refunds accepted.<\/li>\n          <li>You have <strong>full control<\/strong> over which accounts the systems run on.<\/li>\n          <li>Swap your active systems for any of the 5 available <strong>every weekend.<\/strong><\/li>\n          <li>Markers licenses are <strong>included but non-transferable<\/strong> \u2014 they work only within your VPS.<\/li>\n          <li><strong>Your VPS arrives fully preconfigured and tested<\/strong> \u2014 there is nothing for you to install. Adding third-party software (trade copiers, add-ons, etc.) is outside the scope of the service and can break your NinjaTrader setup.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     ESPA\u00d1OL\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"tis-lang-block tis-lang-block--es\">\n<div class=\"tk\" id=\"tk-es\">\n\n  <!-- HERO -->\n  <section class=\"tk-hero\">\n    <div class=\"tk-inner\">\n      <span class=\"tk-label\">The Indicator Store \u00d7 QuantVPS<\/span>\n      <h1>Los sistemas que ves<br><em>en vivo en YouTube \u2014 en tu cuenta.<\/em><\/h1>\n      <p class=\"tk-hero-sub\">NQ_Rebote y NQ_Donchian_Trend operan en vivo desde marzo \u2014 cada trade registrado p\u00fablicamente. Obten\u00e9 el mismo setup desplegado en un VPS profesional en menos de 24 horas.<\/p>\n      <div class=\"tk-hero-btns\">\n        <a href=\"https:\/\/theindicatorstore.com\/es\/turnkey-reports\/\" target=\"_blank\" class=\"tk-btn tk-btn-primary\"><span class=\"tk-btn-label\">Ver Resultados en Vivo \u2192<\/span><\/a>\n        <a href=\"#es-pricing\" class=\"tk-btn tk-btn-ghost\"><span class=\"tk-btn-label\">Ver Planes<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PERFORMANCE -->\n  <section class=\"tk-chart-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-chart-header\">\n        <span class=\"tk-label\">Rendimiento<\/span>\n        <h2>P&amp;L acumulado en vivo \u2014 actualizaci\u00f3n diaria<\/h2>\n        <p>Cada trade registrado autom\u00e1ticamente v\u00eda Markers Pro. Explor\u00e1 el reporte interactivo completo \u2014 filtr\u00e1 por sistema y per\u00edodo.<\/p>\n      <\/div>\n      <div class=\"tk-report-cta\">\n        <a href=\"https:\/\/theindicatorstore.com\/es\/turnkey-reports\/\" target=\"_blank\" class=\"tk-btn tk-btn-primary\"><span class=\"tk-btn-label\">Ver los Reportes en Vivo \u2192<\/span><\/a>\n      <\/div>\n      <p class=\"tk-chart-disclaimer\"><span class=\"tk-live-dot\"><\/span>Resultados con 1 contrato en NQ y ES. Los sistemas pueden correr en contratos Micro (MNQ\/MES) para menor exposici\u00f3n al riesgo \u2014 con ganancias proporcionalmente menores. El rendimiento pasado no garantiza resultados futuros.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- SYSTEMS -->\n  <section class=\"tk-systems-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-systems-header\">\n        <span class=\"tk-label\">Sistemas<\/span>\n        <h2>5 sistemas. Rot\u00e1 cada fin de semana.<\/h2>\n        <p>Los cinco est\u00e1n instalados en tu VPS. Los que incluye tu plan quedan licenciados y corriendo \u2014 y cada fin de semana pod\u00e9s cambiar cu\u00e1les son, seg\u00fan las condiciones del mercado.<\/p>\n      <\/div>\n      <div class=\"tk-sys-grid\">\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_ATR_Trend<\/div><div class=\"tk-sys-desc\">Seguidor de tendencia en rupturas ATR<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_Donchian_Trend<\/div><div class=\"tk-sys-desc\">Sistema de tendencia por canal Donchian<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_EDGE<\/div><div class=\"tk-sys-desc\">Captura de ventaja de alta frecuencia<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_Rebote<\/div><div class=\"tk-sys-desc\">Reversi\u00f3n a la media en niveles clave<\/div><\/div>\n        <div class=\"tk-sys-card\"><div class=\"tk-sys-name\">TIS_REVERSAL<\/div><div class=\"tk-sys-desc\">Reversi\u00f3n en puntos de agotamiento<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- HOW IT WORKS -->\n  <section class=\"tk-how-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-how-header\">\n        <span class=\"tk-label\">C\u00f3mo empezar<\/span>\n        <h2>De la suscripci\u00f3n a operar en vivo en 3 pasos<\/h2>\n        <p>Sin instalaci\u00f3n. Sin configuraci\u00f3n. Nosotros nos encargamos \u2014 tu VPS llega listo para operar.<\/p>\n      <\/div>\n      <div class=\"tk-steps\">\n        <div class=\"tk-step\">\n          <div class=\"tk-step-num\">1<\/div>\n          <h4>Suscribite con TIS<\/h4>\n          <p>Eleg\u00ed tu plan abajo y complet\u00e1 el checkout. Recib\u00eds un email de confirmaci\u00f3n de inmediato.<\/p>\n          <a href=\"#es-pricing\" class=\"tk-step-link\">Ver Planes \u2193<\/a>\n        <\/div>\n        <div class=\"tk-step\">\n          <div class=\"tk-step-num\">2<\/div>\n          <h4>Rent\u00e1 tu VPS en QuantVPS<\/h4>\n          <p>Rent\u00e1 un servidor profesional de baja latencia para alojar tu setup. Es una suscripci\u00f3n aparte, que cobra QuantVPS. Us\u00e1 nuestro c\u00f3digo para un descuento en tu primer mes.<\/p>\n          <div class=\"tk-step-code\">\n            <a href=\"https:\/\/go.theindicatorstore.com\/turnkey\" target=\"_blank\" class=\"tk-step-link\">Ir a QuantVPS \u2192<\/a><br>\n            <span>C\u00f3digo: <strong>TISTURNKEY<\/strong><\/span>\n          <\/div>\n        <\/div>\n        <div class=\"tk-step\">\n          <div class=\"tk-step-num\">3<\/div>\n          <h4>Nosotros activamos. Vos oper\u00e1s.<\/h4>\n          <p>Respond\u00e9 el email de bienvenida con los sistemas elegidos. Cuando veas el logo TIS en tu VPS, est\u00e1s listo para operar.<\/p>\n          <ul>\n            <li>Hac\u00e9 clic en <strong>Config Licenses<\/strong> e ingres\u00e1 tu email<\/li>\n            <li>Abr\u00ed NinjaTrader y carg\u00e1 el workspace <strong>Markers Pro 2026<\/strong><\/li>\n            <li>Los sistemas comienzan a operar en la pr\u00f3xima apertura del mercado<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- COST -->\n  <section class=\"tk-cost-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-cost-box\">\n        <span class=\"tk-label\">Costos<\/span>\n        <h2>\u00bfCu\u00e1nto cuesta realmente?<\/h2>\n        <p>Dos suscripciones, ambas se cancelan cuando quieras.<\/p>\n        <div class=\"tk-cost-row\"><span class=\"tk-cost-name\">TIS Turnkey (sistemas + licencias)<\/span><span class=\"tk-cost-amt\">desde $99\/mes<\/span><\/div>\n        <div class=\"tk-cost-row\"><span class=\"tk-cost-name\">Servidor QuantVPS<\/span><span class=\"tk-cost-amt\">lo cobra QuantVPS<\/span><\/div>\n        <div class=\"tk-cost-note\">El VPS es una suscripci\u00f3n aparte que cobra QuantVPS directamente, no TIS. Sus planes y promociones cambian, as\u00ed que mir\u00e1 los precios actuales en su sitio y eleg\u00ed el tama\u00f1o que te sirva. Us\u00e1 el c\u00f3digo <strong>TISTURNKEY<\/strong> para un descuento en tu primer mes. <a href=\"https:\/\/go.theindicatorstore.com\/turnkey\" target=\"_blank\"><span>Ver planes de QuantVPS \u2192<\/span><\/a><\/div>\n        <div class=\"tk-sizing\">\n          <strong>\u00bfQu\u00e9 tama\u00f1o necesit\u00e1s?<\/strong><br>\n          \u2022 <strong>1 sistema<\/strong> (2 charts, ES y NQ): alcanza con su configuraci\u00f3n de entrada.<br>\n          \u2022 <strong>3 a 5 sistemas<\/strong> (hasta 10 charts): alrededor de 8 GB de RAM y 4 n\u00facleos.<br>\n          \u2022 Como referencia, nosotros corremos 10 charts m\u00e1s transmisi\u00f3n de video en vivo con 6 n\u00facleos y 16 GB.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRICING -->\n  <section class=\"tk-pricing-section\" id=\"es-pricing\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-pricing-header\">\n        <span class=\"tk-label\">Planes<\/span>\n        <h2>Eleg\u00ed tu plan<\/h2>\n        <div class=\"tk-billing\" id=\"es-billing\">\n          <button id=\"es-btn-trial\" class=\"active\" data-lang=\"es\" data-mode=\"trial\">Prueba Gratis<\/button>\n          <button id=\"es-btn-monthly\" data-lang=\"es\" data-mode=\"monthly\">Mensual<\/button>\n          <button id=\"es-btn-annual\" data-lang=\"es\" data-mode=\"annual\">Anual (2 meses gratis)<\/button>\n        <\/div>\n      <\/div>\n\n      <div id=\"es-plans\" class=\"tk-plans trial-mode\">\n\n        <!-- STARTER -->\n        <div class=\"tk-plan\">\n          <div class=\"tk-plan-tag\">STARTER PACK<\/div>\n          <div class=\"show-monthly\">\n            <div class=\"tk-price\"><sup>$<\/sup>99<\/div>\n            <div class=\"tk-per\">\/mes<\/div>\n          <\/div>\n          <div class=\"show-annual\">\n            <div class=\"tk-discount\">17% OFF<\/div>\n            <div class=\"tk-price-old\"><sup>$<\/sup>1,188<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>990<\/div>\n            <div class=\"tk-per\">\/a\u00f1o<\/div>\n            <div class=\"tk-price-eq\">$82.50\/mes<\/div>\n          <\/div>\n          <div class=\"show-trial\">\n            <div class=\"tk-discount\">1 MES GRATIS<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>0<\/div>\n            <div class=\"tk-per\">Luego $99\/mes<\/div>\n            <div class=\"tk-fee\">\n              <div class=\"tk-fee-amt\">+ $29 <span>fee \u00fanico de activaci\u00f3n<\/span><\/div>\n              <div class=\"tk-fee-note\">Cubre la preparaci\u00f3n de tu VPS y la activaci\u00f3n de licencias<\/div>\n            <\/div>\n          <\/div>\n          <ul class=\"tk-features\">\n            <li><strong>1 sistema<\/strong> de tu elecci\u00f3n<\/li>\n            <li>Rot\u00e1 la estrategia cada fin de semana<\/li>\n            <li>Licencia Markers Pro incluida<\/li>\n            <li>2 charts precargados (ES y NQ)<\/li>\n          <\/ul>\n          <div class=\"show-monthly\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-3G549910YN793561LNHLMOJY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Obtener Starter<\/span><\/a><\/div>\n          <div class=\"show-annual\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-4L790794BW0821254NHLMUEY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Obtener Starter<\/span><\/a><\/div>\n          <div class=\"show-trial\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-5EF826980V384110ENIVN7XI\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;background:var(--gold);\"><span class=\"tk-btn-label\">Comenzar Prueba Gratis<\/span><\/a><\/div>\n        <\/div>\n\n        <!-- TRADER PRO -->\n        <div class=\"tk-plan featured\">\n          <div class=\"tk-plan-badge\">M\u00c1S POPULAR<\/div>\n          <div class=\"tk-plan-tag\">TRADER PRO<\/div>\n          <div class=\"show-monthly\">\n            <div class=\"tk-price\"><sup>$<\/sup>267<\/div>\n            <div class=\"tk-per\">\/mes<\/div>\n          <\/div>\n          <div class=\"show-annual\">\n            <div class=\"tk-discount\">17% OFF<\/div>\n            <div class=\"tk-price-old\"><sup>$<\/sup>3,204<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>2,670<\/div>\n            <div class=\"tk-per\">\/a\u00f1o<\/div>\n            <div class=\"tk-price-eq\">$222.50\/mes \u00b7 $74.16\/sistema<\/div>\n          <\/div>\n          <div class=\"show-trial\">\n            <div class=\"tk-discount\">1 MES GRATIS<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>0<\/div>\n            <div class=\"tk-per\">Luego $267\/mes<\/div>\n            <div class=\"tk-fee\">\n              <div class=\"tk-fee-amt\">+ $59 <span>fee \u00fanico de activaci\u00f3n<\/span><\/div>\n              <div class=\"tk-fee-note\">Cubre la preparaci\u00f3n de tu VPS y la activaci\u00f3n de licencias<\/div>\n            <\/div>\n          <\/div>\n          <ul class=\"tk-features\">\n            <li><strong>3 sistemas<\/strong> de tu elecci\u00f3n<\/li>\n            <li>Rot\u00e1 estrategias cada fin de semana<\/li>\n            <li>Licencia Markers Pro incluida<\/li>\n            <li>6 charts precargados (ES y NQ)<\/li>\n          <\/ul>\n          <div class=\"show-monthly\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-0VG25513766114722NHLMSMI\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Obtener Trader Pro<\/span><\/a><\/div>\n          <div class=\"show-annual\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-539637983S424150ANHLMYLQ\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Obtener Trader Pro<\/span><\/a><\/div>\n          <div class=\"show-trial\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-11A99462V5805553MNIVN6MY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;background:var(--gold);\"><span class=\"tk-btn-label\">Comenzar Prueba Gratis<\/span><\/a><\/div>\n        <\/div>\n\n        <!-- ELITE SUITE -->\n        <div class=\"tk-plan\">\n          <div class=\"tk-plan-tag\">ELITE SUITE<\/div>\n          <div class=\"show-monthly\">\n            <div class=\"tk-price\"><sup>$<\/sup>395<\/div>\n            <div class=\"tk-per\">\/mes<\/div>\n          <\/div>\n          <div class=\"show-annual\">\n            <div class=\"tk-discount\">17% OFF<\/div>\n            <div class=\"tk-price-old\"><sup>$<\/sup>4,740<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>3,950<\/div>\n            <div class=\"tk-per\">\/a\u00f1o<\/div>\n            <div class=\"tk-price-eq\">$329.16\/mes \u00b7 $65.83\/sistema<\/div>\n          <\/div>\n          <div class=\"show-trial\">\n            <div class=\"tk-discount\">1 MES GRATIS<\/div>\n            <div class=\"tk-price\"><sup>$<\/sup>0<\/div>\n            <div class=\"tk-per\">Luego $395\/mes<\/div>\n            <div class=\"tk-fee\">\n              <div class=\"tk-fee-amt\">+ $99 <span>fee \u00fanico de activaci\u00f3n<\/span><\/div>\n              <div class=\"tk-fee-note\">Cubre la preparaci\u00f3n de tu VPS y la activaci\u00f3n de licencias<\/div>\n            <\/div>\n          <\/div>\n          <ul class=\"tk-features\">\n            <li><strong>Los 5 sistemas<\/strong> corriendo simult\u00e1neamente<\/li>\n            <li>M\u00e1xima diversificaci\u00f3n<\/li>\n            <li>Licencia Markers Pro incluida<\/li>\n            <li>10 charts precargados (ES y NQ)<\/li>\n          <\/ul>\n          <div class=\"show-monthly\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-6B851647L85469244NHLMTII\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Obtener Elite Suite<\/span><\/a><\/div>\n          <div class=\"show-annual\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-82F37113RE5090237NHLMWDY\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;\"><span class=\"tk-btn-label\">Obtener Elite Suite<\/span><\/a><\/div>\n          <div class=\"show-trial\"><a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-3WA417176N385435WNIVN4YQ\" class=\"tk-btn tk-btn-primary\" style=\"width:100%;background:var(--gold);\"><span class=\"tk-btn-label\">Comenzar Prueba Gratis<\/span><\/a><\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- COMPARE -->\n  <section class=\"tk-compare-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-compare-box\">\n        <h3>\u00bfPrefer\u00eds armarlo vos?<\/h3>\n        <p>Turnkey es la opci\u00f3n administrada: nosotros armamos, configuramos y mantenemos el entorno, y el VPS se renta aparte. Si prefer\u00eds instalar y correr todo en tu propia m\u00e1quina, nuestros planes de alquiler mensual te dan Markers Pro, los 5 indicadores y las 5 plantillas como descarga \u2014 vos hac\u00e9s la configuraci\u00f3n y manten\u00e9s la m\u00e1quina encendida durante tu sesi\u00f3n.<\/p>\n        <a href=\"https:\/\/theindicatorstore.com\/es\/rental-plans\/\"><span>Ver los planes de alquiler mensual \u2192<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- POLICIES -->\n  <section class=\"tk-policies-section\">\n    <div class=\"tk-inner\">\n      <div class=\"tk-policies-box\">\n        <h3>Pol\u00edticas del Servicio<\/h3>\n        <ul>\n          <li><strong>Todas las ventas son finales.<\/strong> No se aceptan reembolsos.<\/li>\n          <li>Ten\u00e9s <strong>control total<\/strong> sobre en qu\u00e9 cuentas corren los sistemas.<\/li>\n          <li>Rot\u00e1 tus sistemas activos entre los 5 disponibles <strong>cada fin de semana.<\/strong><\/li>\n          <li>Las licencias de Markers est\u00e1n <strong>incluidas pero no son transferibles<\/strong> \u2014 funcionan solo dentro de tu VPS.<\/li>\n          <li><strong>Tu VPS llega totalmente preconfigurado y probado<\/strong> \u2014 no ten\u00e9s que instalar nada. Agregar software de terceros (trade copiers, add-ons, etc.) queda fuera del alcance del servicio y puede romper tu configuraci\u00f3n de NinjaTrader.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     JS \u2014 solo el toggle de facturacion. El contenido ya esta en el HTML.\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<script>\n(function () {\n  document.querySelectorAll('.tk-billing button').forEach(function (btn) {\n    btn.addEventListener('click', function () {\n      var lang = btn.dataset.lang;\n      var mode = btn.dataset.mode;\n      document.querySelectorAll('#' + lang + '-billing button').forEach(function (b) {\n        b.classList.toggle('active', b.dataset.mode === mode);\n      });\n      var grid = document.getElementById(lang + '-plans');\n      if (!grid) return;\n      grid.classList.remove('annual-mode', 'trial-mode');\n      if (mode === 'annual') grid.classList.add('annual-mode');\n      if (mode === 'trial') grid.classList.add('trial-mode');\n    });\n  });\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Managed VPS with NinjaTrader 8, Markers Pro and five ready-to-run systems pre-installed. Live results on YouTube. Deployed in under 24 hours.<\/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":"default","_kad_post_title":"hide","_kad_post_layout":"normal","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"default","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-673","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/673","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=673"}],"version-history":[{"count":35,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/673\/revisions"}],"predecessor-version":[{"id":1624,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/673\/revisions\/1624"}],"wp:attachment":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/media?parent=673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}