{"id":1255,"date":"2026-07-16T21:38:41","date_gmt":"2026-07-16T21:38:41","guid":{"rendered":"https:\/\/theindicatorstore.com\/?page_id=1255"},"modified":"2026-08-07T19:44:18","modified_gmt":"2026-08-07T19:44:18","slug":"rental-plans","status":"publish","type":"page","link":"https:\/\/theindicatorstore.com\/es\/rental-plans\/","title":{"rendered":"Monthly Rental Plans"},"content":{"rendered":"<!-- ===================================================================\n     TIS RENTAL PLANS - Landing de alquiler NinjaScript\n     Bloque Custom HTML de Kadence. Pegar en modo Text\/Code, NUNCA Visual.\n\n     CAMBIO 07-08-2026 (solo la tarjeta de 79):\n       - Se elimino la vinieta \"Ideal for manual trading\". Inducia a error:\n         \"manual\" es un modo de operacion de Markers, no una alternativa a\n         tenerlo. Un cliente sin Markers leia que el pack le servia igual.\n       - Se agrego una nota: las plantillas cargan Markers Copy junto con los\n         indicadores, asi que necesitan licencia de Markers (Plus o Pro) para\n         abrir. Los indicadores y las estrategias si funcionan solos.\n       Las tarjetas de 99 y 149 no se tocaron.\n\n     PATRON BILINGUE: el bloque de estilo va UNA sola vez arriba, despues el\n     bloque EN completo y despues el ES completo. Los dos viven en el DOM y\n     el CSS del sitio muestra el que corresponde. Nunca mezclar idiomas\n     dentro de una misma seccion ni anidar un bloque dentro del otro.\n\n     KADENCE: el color real de los enlaces va en los span internos, porque\n     Kadence fuerza el color en la etiqueta a con !important.\n     =================================================================== -->\n\n<style>\n    \/* ===== TIS Rental Landing \u2014 Paleta VERDE NinjaTrader (Markers = Ninja). CSS una sola vez, no duplicar ===== *\/\n    .tis-landing {\n        --green: #00a854;\n        --green-dark: #00934a;\n        --ink: #e0e0e0;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n        background-color: #0d0e12;\n        color: var(--ink);\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        line-height: 1.6;\n    }\n    .tis-landing * { box-sizing: border-box; }\n    .tis-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n    \/* Kadence override: <a> hereda color, el color real va en los <span> internos *\/\n    .tis-landing a { color: inherit !important; }\n    .tvh-txt-green { color: var(--green) !important; }\n    .tvh-txt-ink   { color: #0d0e12 !important; }\n    .tvh-txt-light { color: #ffffff !important; }\n    .tvh-txt-red   { color: #ff0000 !important; }\n    \/* Hero *\/\n    .tis-hero { text-align: center; padding: 80px 20px 40px; background: radial-gradient(circle at top, #1a1c23 0%, #0d0e12 80%); }\n    .tis-hero h1 { font-size: 3rem; color: #ffffff; margin-bottom: 15px; font-weight: 700; line-height: 1.2; }\n    .tis-hero p { font-size: 1.2rem; color: #a0aab5; max-width: 650px; margin: 0 auto 20px; }\n    .tis-hero-trial { display: inline-block; background: rgba(56,132,255,0.10); border: 1px solid rgba(56,132,255,0.5); color: #7db3ff; padding: 8px 22px; border-radius: 30px; font-size: 1rem; font-weight: 600; }\n    \/* Pricing *\/\n    .tis-pricing { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; padding: 40px 0 60px; }\n    .tis-card { background-color: #15171d; border: 1px solid #2a2e39; border-radius: 12px; padding: 40px 30px; width: 320px; text-align: left; position: relative; transition: transform 0.3s ease; }\n    .tis-card:hover { transform: translateY(-5px); }\n    .tis-card.popular { border-color: var(--green); box-shadow: 0 0 30px rgba(0, 168, 84, 0.15); }\n    .tis-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--green); color: #ffffff; padding: 5px 15px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }\n    .tis-badge.neutral { background: #2a2e39; color: #bac4d1; }\n    .tis-card h3 { font-size: 1.5rem; color: #fff; margin: 0 0 10px; }\n    .tis-price { font-size: 3.5rem; font-weight: 700; color: #fff; margin: 10px 0 4px; line-height: 1; }\n    .tis-price span { font-size: 1.2rem; color: #8892a0; font-weight: 400; }\n    .tis-trial-tag { color: #8fa0b3; font-weight: 600; font-size: 1rem; margin: 0 0 6px; }\n    .tis-fee { border-top: 1px dashed #2a2e39; margin: 12px 0 25px; padding-top: 12px; }\n    .tis-fee b { color: var(--green); font-weight: 700; font-size: 1rem; }\n    .tis-fee small { display: block; color: #8892a0; font-size: 0.82rem; margin-top: 3px; line-height: 1.4; }\n    .tis-features { list-style: none; padding: 0; margin: 0 0 30px; }\n    .tis-features li { padding: 12px 0; border-bottom: 1px solid #20232c; color: #bac4d1; font-size: 0.95rem; }\n    .tis-features li:last-child { border-bottom: none; }\n    .tis-features li::before { content: \"\u2713\"; color: var(--green); font-weight: bold; margin-right: 10px; }\n    \/* Nota de requisito. El margen negativo compensa el margin-bottom de .tis-features *\/\n    .tis-note { color: #8892a0; font-size: 0.82rem; line-height: 1.45; margin: -18px 0 24px; }\n    .tis-note b { color: #c9a227; }\n    .tis-btn { display: block; text-align: center; background-color: transparent; border: 1px solid var(--green); padding: 14px; text-decoration: none; border-radius: 6px; font-weight: 600; transition: all 0.2s; }\n    .tis-btn:hover { background-color: rgba(0,168,84,0.12); }\n    .tis-card.popular .tis-btn { border-color: var(--green); background-color: var(--green); }\n    .tis-card.popular .tis-btn .tvh-txt-green { color: #ffffff !important; }\n    .tis-card.popular .tis-btn:hover { background-color: var(--green-dark); }\n    \/* Included Systems *\/\n    .tis-systems-section { background-color: #111217; padding: 80px 20px; text-align: center; border-top: 1px solid #1a1c23; }\n    .tis-systems-section h2 { color: #fff; font-size: 2.2rem; margin-bottom: 15px; }\n    .tis-systems-section p { color: #a0aab5; font-size: 1.1rem; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }\n    .tis-youtube-link { font-weight: bold; text-decoration: none; padding: 5px 10px; border: 1px solid #ff0000; border-radius: 4px; transition: all 0.2s; }\n    .tis-youtube-link:hover { background-color: #ff0000; }\n    .tis-youtube-link:hover .tvh-txt-red { color: #fff !important; }\n    .tis-systems-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; list-style: none; padding: 0; margin: 40px auto 0; max-width: 1000px; }\n    .tis-systems-list li { background: #15171d; border: 1px solid #2a2e39; padding: 20px; border-radius: 8px; color: #bac4d1; font-size: 0.95rem; text-align: left; flex: 1 1 250px; }\n    .tis-systems-list li b { display: block; color: #ff9838; margin-bottom: 8px; font-size: 1.1rem; }\n    \/* Risk Disclosure *\/\n    .tis-risk { background-color: #0d0e12; padding: 30px 20px 40px; text-align: center; border-top: 1px solid #1a1c23; }\n    .tis-risk p { max-width: 800px; margin: 0 auto; color: #6b7280; font-size: 0.8rem; line-height: 1.6; }\n    .tis-risk a { text-decoration: underline; }\n<\/style>\n<!-- ============================= ENGLISH VERSION ============================= -->\n<div class=\"tis-lang-block tis-lang-block--en\">\n  <div class=\"tis-landing\">\n    <header class=\"tis-hero\">\n        <div class=\"tis-container\">\n            <h1>Choose Your Automation Plan<\/h1>\n            <p>Build, automate, and trade on NinjaTrader 8 with no long-term commitments. Cancel anytime.<\/p>\n            <div class=\"tis-hero-trial\">\u2713 7-day trial \u00b7 low activation fee \u00b7 cancel anytime<\/div>\n        <\/div>\n    <\/header>\n    <section class=\"tis-container tis-pricing\">\n        <div class=\"tis-card\">\n            <h3>Indicators + Templates<\/h3>\n            <div class=\"tis-price\">$79<span>\/mo<\/span><\/div>\n            <p class=\"tis-trial-tag\">then $79\/mo after your trial<\/p>\n            <div class=\"tis-fee\"><b>7-day trial + $29 activation fee<\/b><small>Charged today. Covers your license activation. Cancel anytime.<\/small><\/div>\n            <ul class=\"tis-features\">\n                <li>5 Premium TIS Indicators<\/li>\n                <li>Ready-to-load strategies<\/li>\n                <li>5 Ready-to-use Templates<\/li>\n                <li>Ideal if you already run Markers<\/li>\n            <\/ul>\n            <p class=\"tis-note\"><b>Templates need Markers.<\/b> They load Markers Copy together with the indicators, so a Markers license \u2014 Plus or Pro \u2014 is required for them to open. The indicators and strategies work on their own. No Markers yet? Take the Complete System plan.<\/p>\n            <a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-8VF8782241452990WNJMW4GY\" class=\"tis-btn\"><span class=\"tvh-txt-green\">Start Trial<\/span><\/a>\n        <\/div>\n        <div class=\"tis-card popular\">\n            <div class=\"tis-badge\">Core Engine<\/div>\n            <h3>Markers Pro Only<\/h3>\n            <div class=\"tis-price\">$99<span>\/mo<\/span><\/div>\n            <p class=\"tis-trial-tag\">then $99\/mo after your trial<\/p>\n            <div class=\"tis-fee\"><b>7-day trial + $29 activation fee<\/b><small>Charged today. Covers your license activation. Cancel anytime.<\/small><\/div>\n            <ul class=\"tis-features\">\n                <li>Markers Pro License (1 PC)<\/li>\n                <li>Full signal automation<\/li>\n                <li>Reads any indicator<\/li>\n                <li>Ideal if you have your strategy<\/li>\n            <\/ul>\n            <a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-1U415425NE021454CNJMW5VY\" class=\"tis-btn\"><span class=\"tvh-txt-green\">Start Trial<\/span><\/a>\n        <\/div>\n        <div class=\"tis-card\">\n            <div class=\"tis-badge neutral\">Complete System<\/div>\n            <h3>Complete System<\/h3>\n            <div class=\"tis-price\">$149<span>\/mo<\/span><\/div>\n            <p class=\"tis-trial-tag\">then $149\/mo after your trial<\/p>\n            <div class=\"tis-fee\"><b>7-day trial + $29 activation fee<\/b><small>Charged today. Covers your license activation. Cancel anytime.<\/small><\/div>\n            <ul class=\"tis-features\">\n                <li>Markers Pro (1 PC)<\/li>\n                <li>+ 5 Premium Indicators<\/li>\n                <li>+ 5 Ready-to-use Templates<\/li>\n                <li>100% integrated TIS ecosystem<\/li>\n            <\/ul>\n            <a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-1YH85708YK354984SNJMW6NA\" class=\"tis-btn\"><span class=\"tvh-txt-green\">Start Trial<\/span><\/a>\n        <\/div>\n    <\/section>\n    <section class=\"tis-systems-section\">\n        <div class=\"tis-container\">\n            <h2>5 Systems. Pre-loaded Templates.<\/h2>\n            <p>Included in the <strong>$79\/mo<\/strong> and <strong>$149\/mo<\/strong> plans. Watch live performance and setup tutorials on our\n                <a href=\"https:\/\/www.youtube.com\/@TheIndicatorStore\" target=\"_blank\" rel=\"noopener\" class=\"tis-youtube-link\"><span class=\"tvh-txt-red\">\u25ba YouTube Channel<\/span><\/a>.\n            <\/p>\n            <ul class=\"tis-systems-list\">\n                <li><b>TIS_ATR_Trend<\/b> Trend-following on ATR breakouts<\/li>\n                <li><b>TIS_Donchian_Trend<\/b> Donchian channel trend system<\/li>\n                <li><b>TIS_EDGE<\/b> High-frequency edge capture<\/li>\n                <li><b>TIS_Rebote<\/b> Mean reversion on key levels<\/li>\n                <li><b>TIS_REVERSAL<\/b> Reversal at exhaustion points<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n    <section class=\"tis-risk\">\n        <p><strong>Risk Disclosure:<\/strong> Futures and forex trading involves substantial risk and is not suitable for all investors. Past results do not guarantee future results. <a href=\"https:\/\/theindicatorstore.com\/es\/risk-disclosure\/\"><span class=\"tvh-txt-light\">View full<\/span><\/a><\/p>\n    <\/section>\n  <\/div>\n<\/div>\n<!-- ============================= VERSI\u00d3N EN ESPA\u00d1OL ============================= -->\n<div class=\"tis-lang-block tis-lang-block--es\">\n  <div class=\"tis-landing\">\n    <header class=\"tis-hero\">\n        <div class=\"tis-container\">\n            <h1>Eleg\u00ed tu Plan de Automatizaci\u00f3n<\/h1>\n            <p>Constru\u00ed, automatiz\u00e1 y oper\u00e1 en NinjaTrader 8 sin compromisos a largo plazo. Cancel\u00e1 cuando quieras.<\/p>\n            <div class=\"tis-hero-trial\">\u2713 7 d\u00edas de prueba \u00b7 cargo de activaci\u00f3n bajo \u00b7 cancel\u00e1s cuando quieras<\/div>\n        <\/div>\n    <\/header>\n    <section class=\"tis-container tis-pricing\">\n        <div class=\"tis-card\">\n            <h3>Indicadores + Plantillas<\/h3>\n            <div class=\"tis-price\">$79<span>\/mes<\/span><\/div>\n            <p class=\"tis-trial-tag\">luego $79\/mes al terminar la prueba<\/p>\n            <div class=\"tis-fee\"><b>7 d\u00edas de prueba + $29 de activaci\u00f3n<\/b><small>Se cobra hoy. Cubre la activaci\u00f3n de tu licencia. Cancel\u00e1s cuando quieras.<\/small><\/div>\n            <ul class=\"tis-features\">\n                <li>5 Indicadores Premium TIS<\/li>\n                <li>Estrategias listas para cargar<\/li>\n                <li>5 Plantillas listas para usar<\/li>\n                <li>Ideal si ya us\u00e1s Markers<\/li>\n            <\/ul>\n            <p class=\"tis-note\"><b>Las plantillas requieren Markers.<\/b> Cargan Markers Copy junto con los indicadores, as\u00ed que hace falta una licencia de Markers \u2014 Plus o Pro \u2014 para que abran. Los indicadores y las estrategias funcionan solos. \u00bfNo ten\u00e9s Markers? Eleg\u00ed el plan Sistema Completo.<\/p>\n            <a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-8VF8782241452990WNJMW4GY\" class=\"tis-btn\"><span class=\"tvh-txt-green\">Empezar Prueba<\/span><\/a>\n        <\/div>\n        <div class=\"tis-card popular\">\n            <div class=\"tis-badge\">Motor Central<\/div>\n            <h3>Solo Markers Pro<\/h3>\n            <div class=\"tis-price\">$99<span>\/mes<\/span><\/div>\n            <p class=\"tis-trial-tag\">luego $99\/mes al terminar la prueba<\/p>\n            <div class=\"tis-fee\"><b>7 d\u00edas de prueba + $29 de activaci\u00f3n<\/b><small>Se cobra hoy. Cubre la activaci\u00f3n de tu licencia. Cancel\u00e1s cuando quieras.<\/small><\/div>\n            <ul class=\"tis-features\">\n                <li>Licencia Markers Pro (1 PC)<\/li>\n                <li>Automatizaci\u00f3n total de se\u00f1ales<\/li>\n                <li>Lee cualquier indicador<\/li>\n                <li>Ideal si ya ten\u00e9s tu estrategia<\/li>\n            <\/ul>\n            <a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-1U415425NE021454CNJMW5VY\" class=\"tis-btn\"><span class=\"tvh-txt-green\">Empezar Prueba<\/span><\/a>\n        <\/div>\n        <div class=\"tis-card\">\n            <div class=\"tis-badge neutral\">Sistema Completo<\/div>\n            <h3>Sistema Completo<\/h3>\n            <div class=\"tis-price\">$149<span>\/mes<\/span><\/div>\n            <p class=\"tis-trial-tag\">luego $149\/mes al terminar la prueba<\/p>\n            <div class=\"tis-fee\"><b>7 d\u00edas de prueba + $29 de activaci\u00f3n<\/b><small>Se cobra hoy. Cubre la activaci\u00f3n de tu licencia. Cancel\u00e1s cuando quieras.<\/small><\/div>\n            <ul class=\"tis-features\">\n                <li>Markers Pro (1 PC)<\/li>\n                <li>+ 5 Indicadores Premium<\/li>\n                <li>+ 5 Plantillas listas para usar<\/li>\n                <li>Ecosistema TIS 100% integrado<\/li>\n            <\/ul>\n            <a href=\"https:\/\/www.paypal.com\/webapps\/billing\/plans\/subscribe?plan_id=P-1YH85708YK354984SNJMW6NA\" class=\"tis-btn\"><span class=\"tvh-txt-green\">Empezar Prueba<\/span><\/a>\n        <\/div>\n    <\/section>\n    <section class=\"tis-systems-section\">\n        <div class=\"tis-container\">\n            <h2>5 Sistemas. Plantillas precargadas.<\/h2>\n            <p>Incluidos en los planes de <strong>$79\/mes<\/strong> y <strong>$149\/mes<\/strong>. Mir\u00e1 el rendimiento en vivo y los tutoriales de configuraci\u00f3n en nuestro\n                <a href=\"https:\/\/www.youtube.com\/@TheIndicatorStore\" target=\"_blank\" rel=\"noopener\" class=\"tis-youtube-link\"><span class=\"tvh-txt-red\">\u25ba Canal de YouTube<\/span><\/a>.\n            <\/p>\n            <ul class=\"tis-systems-list\">\n                <li><b>TIS_ATR_Trend<\/b> Seguimiento de tendencia en breakouts de ATR<\/li>\n                <li><b>TIS_Donchian_Trend<\/b> Sistema de tendencia por canal de Donchian<\/li>\n                <li><b>TIS_EDGE<\/b> Captura de edge de alta frecuencia<\/li>\n                <li><b>TIS_Rebote<\/b> Reversi\u00f3n a la media en niveles clave<\/li>\n                <li><b>TIS_REVERSAL<\/b> Reversi\u00f3n en puntos de agotamiento<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n    <section class=\"tis-risk\">\n        <p><strong>Aviso de riesgo:<\/strong> El trading de futuros y forex conlleva un riesgo sustancial y no es apto para todos los inversores. Los resultados pasados no garantizan resultados futuros. <a href=\"https:\/\/theindicatorstore.com\/es\/risk-disclosure\/\"><span class=\"tvh-txt-light\">Ver completo<\/span><\/a><\/p>\n    <\/section>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Monthly plans for NinjaTrader 8. The templates need a Markers license (Plus or Pro) to load \u2014 the Complete System plan includes one.<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1255","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1255","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=1255"}],"version-history":[{"count":9,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1255\/revisions"}],"predecessor-version":[{"id":1405,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1255\/revisions\/1405"}],"wp:attachment":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/media?parent=1255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}