{"id":1216,"date":"2026-07-09T18:48:57","date_gmt":"2026-07-09T18:48:57","guid":{"rendered":"https:\/\/theindicatorstore.com\/?page_id=1216"},"modified":"2026-07-10T15:48:20","modified_gmt":"2026-07-10T15:48:20","slug":"tis-automator","status":"publish","type":"page","link":"https:\/\/theindicatorstore.com\/es\/tis-automator\/","title":{"rendered":"tis-automator"},"content":{"rendered":"<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@500;700&display=swap');\n  .tia * { box-sizing: border-box; margin: 0; padding: 0; }\n  .tia {\n    --bg:        #0d0d0d;\n    --bg-2:      #161616;\n    --bg-3:      #1c1c1c;\n    --line:      #2a2a2a;\n    --gold:      #E0B33A;\n    --gold-dim:  #b89230;\n    --ink:       #0d0d0d;\n    --text:      #e6e4df;\n    --muted:     #9a978f;\n    --grey:      #6f6c65;\n    --red:       #c85a4a;\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'Inter', sans-serif;\n    line-height: 1.6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n  .tia a { color: var(--gold); text-decoration: none; }\n  .tia-sec { padding: 72px 40px; }\n  .tia-inner { max-width: 960px; margin: 0 auto; }\n  .tia-eyebrow {\n    display: inline-block;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 2.5px; text-transform: uppercase;\n    color: var(--gold);\n    border: 1px solid rgba(224,179,58,0.35);\n    border-radius: 20px; padding: 5px 15px; margin-bottom: 22px;\n  }\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .tia-hero {\n    background:\n      radial-gradient(ellipse 60% 55% at 50% 0%, rgba(224,179,58,0.10) 0%, transparent 68%),\n      var(--bg);\n    text-align: center; padding: 80px 40px 68px;\n    border-bottom: 1px solid var(--line);\n  }\n  .tia-hero h1 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(30px, 5vw, 50px); font-weight: 700;\n    line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 20px;\n  }\n  .tia-hero h1 .hl { color: var(--gold); }\n  .tia-hero p.lead {\n    font-size: 18px; color: var(--muted);\n    max-width: 660px; margin: 0 auto 32px;\n  }\n  \/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\n  .tia-btn {\n    display: inline-block; font-weight: 700; font-size: 15px;\n    padding: 14px 30px; border-radius: 9px; cursor: pointer;\n    transition: transform .12s ease, box-shadow .12s ease;\n  }\n  .tia-btn--gold {\n    background: var(--gold);\n    box-shadow: 0 4px 20px rgba(224,179,58,0.25);\n  }\n  .tia-btn--gold span { color: var(--ink); }\n  .tia-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 6px 26px rgba(224,179,58,0.38); }\n  .tia-btn--ghost {\n    background: transparent;\n    border: 1px solid var(--line);\n  }\n  .tia-btn--ghost span { color: var(--text); }\n  .tia-btn--ghost:hover { border-color: var(--gold); }\n  .tia-btn--ghost:hover span { color: var(--gold); }\n  .tia-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n  .tia-sec h2 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(24px, 3.4vw, 32px); font-weight: 700;\n    letter-spacing: -0.4px; margin-bottom: 14px;\n  }\n  .tia-sec .sub { color: var(--muted); font-size: 16px; max-width: 680px; margin-bottom: 40px; }\n  .tia-marker { border-left: 3px solid var(--gold); }\n  .tia-marker .tia-inner { padding-left: 4px; }\n  \/* \u2500\u2500 VIDEO \u2500\u2500 *\/\n  .tia-video-wrap {\n    position: relative; width: 100%; padding-top: 56.25%;\n    border-radius: 12px; overflow: hidden;\n    border: 1px solid var(--line); background: var(--bg-2);\n  }\n  .tia-video-wrap iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n  \/* \u2500\u2500 FLOW \u2500\u2500 *\/\n  .tia-flow {\n    display: flex; align-items: center; flex-wrap: wrap; gap: 10px;\n    background: var(--bg-2); border: 1px solid var(--line);\n    border-radius: 12px; padding: 22px 24px; margin-bottom: 40px;\n  }\n  .tia-flow .node {\n    font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700;\n    color: var(--text); background: var(--bg-3);\n    border: 1px solid var(--line); border-radius: 7px; padding: 9px 13px; white-space: nowrap;\n  }\n  .tia-flow .node.gold { border-color: var(--gold); color: var(--gold); }\n  .tia-flow .arrow { color: var(--grey); font-weight: 700; }\n  \/* \u2500\u2500 STEPS \u2500\u2500 *\/\n  .tia-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }\n  .tia-steps .step {\n    background: var(--bg-2); border: 1px solid var(--line); border-radius: 11px; padding: 24px 22px;\n  }\n  .tia-steps .step .num {\n    font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--gold);\n    font-size: 13px; margin-bottom: 10px;\n  }\n  .tia-steps .step h3 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 7px; }\n  .tia-steps .step p { font-size: 14px; color: var(--muted); }\n  \/* \u2500\u2500 FEATURES \u2500\u2500 *\/\n  .tia-feat { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  .tia-feat .card {\n    background: var(--bg-2); border: 1px solid var(--line);\n    border-radius: 11px; padding: 22px 24px;\n  }\n  .tia-feat .card h3 {\n    font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600;\n    color: var(--gold); margin-bottom: 7px;\n  }\n  .tia-feat .card p { font-size: 14px; color: var(--muted); }\n  \/* \u2500\u2500 ARCHITECTURE \/ TRANSPARENCY \u2500\u2500 *\/\n  .tia-arch-list { margin-bottom: 8px; }\n  .tia-arch-item {\n    display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line);\n  }\n  .tia-arch-item:last-child { border-bottom: none; }\n  .tia-arch-item .mark {\n    font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--gold);\n    flex: 0 0 auto; font-size: 13px; padding-top: 3px;\n  }\n  .tia-arch-item h3 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 6px; }\n  .tia-arch-item p { font-size: 14px; color: var(--muted); }\n  .tia-callout {\n    background: var(--bg-2); border: 1px solid rgba(224,179,58,0.3); border-left: 3px solid var(--gold);\n    border-radius: 10px; padding: 18px 22px; margin-top: 26px;\n  }\n  .tia-callout p { font-size: 14px; color: var(--text); }\n  .tia-callout p strong { color: var(--gold); }\n  \/* \u2500\u2500 COMPATIBILITY \u2500\u2500 *\/\n  .tia-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }\n  .tia-tags span {\n    font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.3px;\n    color: var(--text); background: var(--bg-3); border: 1px solid var(--line);\n    border-radius: 6px; padding: 8px 13px;\n  }\n  \/* \u2500\u2500 AUDIENCE \u2500\u2500 *\/\n  .tia-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  .tia-audience-grid .box {\n    background: var(--bg-2); border: 1px solid var(--line); border-radius: 11px; padding: 22px 24px;\n  }\n  .tia-audience-grid .box h3 { font-family: 'Space Grotesk', sans-serif; font-size: 15px; margin-bottom: 12px; }\n  .tia-audience-grid .box h3.yes { color: var(--gold); }\n  .tia-audience-grid .box h3.no { color: var(--grey); }\n  .tia-audience-grid ul { list-style: none; }\n  .tia-audience-grid li { font-size: 14px; color: var(--text); padding: 5px 0 5px 22px; position: relative; }\n  .tia-audience-grid li::before { position: absolute; left: 0; font-weight: 700; }\n  .tia-audience-grid .yes-list li::before { content: '\u2713'; color: var(--gold); }\n  .tia-audience-grid .no-list li::before { content: '\u2013'; color: var(--grey); }\n  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n  .tia-faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }\n  .tia-faq-item:last-child { border-bottom: none; }\n  .tia-faq-item h3 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; }\n  .tia-faq-item p { font-size: 14px; color: var(--muted); }\n  \/* \u2500\u2500 CLOSE \u2500\u2500 *\/\n  .tia-close {\n    text-align: center; padding: 76px 40px;\n    background: radial-gradient(ellipse 60% 70% at 50% 100%, rgba(224,179,58,0.09) 0%, transparent 70%), var(--bg);\n    border-top: 1px solid var(--line);\n  }\n  .tia-close h2 { margin-bottom: 18px; }\n  .tia-close .sub { margin: 0 auto 34px; }\n  \/* \u2500\u2500 DISCLAIMER \u2500\u2500 *\/\n  .tia-disclaimer {\n    background: var(--bg-2); border-top: 1px solid var(--line);\n    padding: 44px 40px;\n  }\n  .tia-disclaimer .tia-inner { max-width: 860px; }\n  .tia-disclaimer h3 {\n    font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700;\n    letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey); margin-bottom: 14px;\n  }\n  .tia-disclaimer p { font-size: 13px; color: var(--grey); margin-bottom: 10px; }\n  .tia-disclaimer p:last-child { margin-bottom: 0; }\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 720px) {\n    .tia-sec, .tia-hero, .tia-close, .tia-disclaimer { padding-left: 22px; padding-right: 22px; }\n    .tia-feat, .tia-steps, .tia-audience-grid { grid-template-columns: 1fr; }\n    .tia-flow { flex-direction: column; align-items: stretch; }\n    .tia-flow .node { text-align: center; }\n    .tia-flow .arrow { text-align: center; transform: rotate(90deg); }\n  }\n<\/style>\n\n<!-- ============================================================ -->\n<!-- ENGLISH VERSION -->\n<!-- ============================================================ -->\n<div class=\"tis-lang-block tis-lang-block--en\">\n<div class=\"tia\">\n  <!-- HERO -->\n  <section class=\"tia-hero\">\n    <span class=\"tia-eyebrow\">TIS Automator v4 \u00b7 TradingView<\/span>\n    <h1>Automate <span class=\"hl\">any indicator<\/span><br>on TradingView<\/h1>\n    <p class=\"lead\">The TIS Automator turns the signal of any indicator on your TradingView chart into a complete, well-formed order \u2014 entry, target, stop, session and size \u2014 with no coding required. Watch it running live below.<\/p>\n    <div class=\"tia-btn-row\">\n      <a class=\"tia-btn tia-btn--gold\" href=\"https:\/\/theindicatorstore.com\/es\/tradingview\/\"><span>See plans &amp; start free trial<\/span><\/a>\n      <a class=\"tia-btn tia-btn--ghost\" href=\"#how-it-works\"><span>See how it works<\/span><\/a>\n    <\/div>\n  <\/section>\n  <!-- VIDEO -->\n  <section class=\"tia-sec\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">See it in action<\/span>\n      <h2>Watch the Automator running live<\/h2>\n      <p class=\"sub\">A real walkthrough of the TIS Automator turning an indicator signal into a complete order on a live TradingView chart.<\/p>\n      <div class=\"tia-video-wrap\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/r9l7BInwC8M\" title=\"TIS Automator demo\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"><\/iframe>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- HOW IT WORKS -->\n  <section class=\"tia-sec tia-marker\" id=\"how-it-works\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">How it works<\/span>\n      <h2>From chart signal to a ready-to-execute order<\/h2>\n      <p class=\"sub\">The Automator reads the signal of any indicator on your chart \u2014 yours or a third party&#8217;s \u2014 and builds a complete order around it. It emits a standard strategy alert that any gateway supporting TradingView alerts can execute.<\/p>\n      <div class=\"tia-flow\">\n        <span class=\"node\">Indicator<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node gold\">TIS Automator<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node\">Strategy Alert<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node\">Gateway<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node\">Broker<\/span>\n      <\/div>\n      <div class=\"tia-steps\">\n        <div class=\"step\">\n          <div class=\"num\">STEP 1<\/div>\n          <h3>Attach it to any indicator<\/h3>\n          <p>Add the Automator to a chart alongside any indicator&#8217;s plots or signals. No code, no rewriting your strategy.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"num\">STEP 2<\/div>\n          <h3>It builds the full order<\/h3>\n          <p>Entry, target and stop in ticks, session filter and position size are calculated automatically around the signal.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"num\">STEP 3<\/div>\n          <h3>Your gateway executes it<\/h3>\n          <p>A standard TradingView strategy alert fires. Any gateway that supports TradingView alerts can route it to your broker.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tia-feat\">\n        <div class=\"card\"><h3>Universal signal input<\/h3><p>Works with any indicator&#8217;s plots or signals \u2014 yours or a third party&#8217;s. No code required.<\/p><\/div>\n        <div class=\"card\"><h3>Tick-based Target &amp; Stop<\/h3><p>Set exits in ticks, agnostic between full contracts and micros (e.g. NQ\/MNQ, ES\/MES).<\/p><\/div>\n        <div class=\"card\"><h3>DST-safe session filter<\/h3><p>Robust trading-hours filter that won&#8217;t drift with daylight-saving time changes.<\/p><\/div>\n        <div class=\"card\"><h3>Synced position sizing<\/h3><p>Contract quantity is wired directly into the order, matching what you see on your chart.<\/p><\/div>\n        <div class=\"card\"><h3>Standard TradingView alerts<\/h3><p>Emits standard strategy alerts compatible with any gateway that supports them \u2014 no proprietary lock-in.<\/p><\/div>\n        <div class=\"card\"><h3>Works with your existing setup<\/h3><p>Pair it with an indicator you already use and trust. The Automator doesn&#8217;t replace your strategy \u2014 it executes it.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ARCHITECTURE \/ TRANSPARENCY -->\n  <section class=\"tia-sec\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">How the execution actually works<\/span>\n      <h2>Full transparency on the architecture<\/h2>\n      <p class=\"sub\">We believe you should understand exactly what happens between your chart and your broker before you automate anything. Here&#8217;s the honest breakdown.<\/p>\n      <div class=\"tia-arch-list\">\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">01<\/span>\n          <div>\n            <h3>Target and Stop live entirely inside TradingView<\/h3>\n            <p>Your Target and Stop are managed by TradingView&#8217;s own simulator. They never reach your broker as pending orders. When TradingView&#8217;s price feed touches one of those levels, its engine fills the exit and that fill event fires the alert.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">02<\/span>\n          <div>\n            <h3>Your broker only ever sees market orders<\/h3>\n            <p>The only thing that travels through alerts are entry and exit events, executed at market on your broker&#8217;s side. Your broker functions as a stateless mirror of what happens on your TradingView chart \u2014 it never holds a limit or stop order.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">03<\/span>\n          <div>\n            <h3>What happens if an alert is missed<\/h3>\n            <p>If an exit alert is ever lost \u2014 due to a connectivity issue on your gateway, platform or internet connection \u2014 your broker will hold an open position with no stop attached to it. This is a real risk of any alert-based automation, not just ours, and it&#8217;s why we recommend the safeguard below.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">04<\/span>\n          <div>\n            <h3>Backtest results are not a live track record<\/h3>\n            <p>TradingView&#8217;s bar-based simulation tends to overperform real trading conditions, especially around fast reversals. Treat any backtest as a starting point for evaluation, not a guarantee of future results.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tia-callout\">\n        <p><strong>Our recommendation:<\/strong> set a daily loss limit at your gateway or prop firm level. That&#8217;s the structural safeguard against an orphaned position if an exit alert is ever missed \u2014 treat it as a standard part of setting up any alert-based automation, not an optional extra.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- COMPATIBILITY -->\n  <section class=\"tia-sec tia-marker\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">Compatibility<\/span>\n      <h2>A signal layer, not an execution gateway<\/h2>\n      <p class=\"sub\">The TIS Automator does not connect to your broker and does not execute orders itself. It shapes the order and emits a standard TradingView strategy alert. You still need a gateway that turns TradingView alerts into broker orders \u2014 the Automator is built to work with any of them.<\/p>\n      <div class=\"tia-tags\">\n        <span>CrossTrade<\/span>\n        <span>PickMyTrade<\/span>\n        <span>TradersPost<\/span>\n        <span>PineConnector<\/span>\n        <span>Any TradingView-alert gateway<\/span>\n      <\/div>\n      <p class=\"sub\" style=\"margin-bottom:0; font-size:13px;\">Mentioned as examples of the category of tool the Automator pairs with \u2014 not as confirmed partners. Check each gateway&#8217;s own requirements and pricing before choosing one.<\/p>\n    <\/div>\n  <\/section>\n  <!-- WHO IT'S FOR -->\n  <section class=\"tia-sec\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">Who it&#8217;s for<\/span>\n      <h2>Built for futures traders already on TradingView<\/h2>\n      <div class=\"tia-audience-grid\">\n        <div class=\"box\">\n          <h3 class=\"yes\">A good fit if you<\/h3>\n          <ul class=\"yes-list\">\n            <li>Already trade futures on TradingView (NQ, ES, MNQ, MES)<\/li>\n            <li>Use \u2014 or want to use \u2014 an indicator to time entries<\/li>\n            <li>Want signals converted into a complete order automatically<\/li>\n            <li>Have, or are willing to set up, a gateway to your broker<\/li>\n            <li>Value understanding exactly how your automation works<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"box\">\n          <h3 class=\"no\">Not the right fit if you<\/h3>\n          <ul class=\"no-list\">\n            <li>Want a broker or execution gateway built in \u2014 you&#8217;ll still need one<\/li>\n            <li>Trade only stocks, forex or crypto (sizing is tick-based for futures)<\/li>\n            <li>Want trailing stops or auto-breakeven today \u2014 planned for a future version<\/li>\n            <li>Are looking for a signal or strategy itself, not an execution layer<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- FAQ -->\n  <section class=\"tia-sec tia-marker\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">FAQ<\/span>\n      <h2>Common questions<\/h2>\n      <div class=\"tia-faq-item\">\n        <h3>Does the Automator place trades for me?<\/h3>\n        <p>No. It converts an indicator&#8217;s signal into a complete, well-formed alert. A separate gateway (see Compatibility above) is what actually sends that alert to your broker.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>Do I need my own indicator, or does it come with one?<\/h3>\n        <p>Either. Attach it to any indicator&#8217;s plots or signals \u2014 one you already built, one you already use, or one of ours.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>How do I get access?<\/h3>\n        <p>The script is invite-only on TradingView. Access starts with a 7-day free trial \u2014 see current plans and start your trial on our TradingView page.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>What markets does it support?<\/h3>\n        <p>Target and Stop are sized in ticks, built for index futures (NQ, ES, MNQ, MES). It is not designed for stocks, forex or crypto position sizing.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>Are trailing stops or auto-breakeven available?<\/h3>\n        <p>Not yet. Both are technically designed and are being evaluated for a future version, pending demand for the current v4.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>Is there a guarantee this will be profitable?<\/h3>\n        <p>No. The Automator executes whatever signal you give it \u2014 it does not create a trading edge, and no automation tool can guarantee results. See the disclaimer below.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- CLOSE -->\n  <section class=\"tia-close\">\n    <span class=\"tia-eyebrow\">Ready when you are<\/span>\n    <h2>See pricing and start your free trial<\/h2>\n    <p class=\"sub\">Full plan details, pricing and the 7-day free trial are on our TradingView page.<\/p>\n    <a class=\"tia-btn tia-btn--gold\" href=\"https:\/\/theindicatorstore.com\/es\/tradingview\/\"><span>Go to TIS on TradingView \u2192<\/span><\/a>\n  <\/section>\n  <!-- DISCLAIMER -->\n  <section class=\"tia-disclaimer\">\n    <div class=\"tia-inner\">\n      <h3>Important disclaimer<\/h3>\n      <p>The TIS Automator is an alert-shaping tool for TradingView. It does not execute trades, does not connect to any broker, and does not guarantee any trading result. Execution depends entirely on a separate gateway and broker chosen and configured by the user.<\/p>\n      <p>Trading futures involves substantial risk of loss and is not suitable for all investors. Past performance, including any backtest result, is not indicative of future results. TradingView&#8217;s simulated backtests can differ meaningfully from live trading conditions.<\/p>\n      <p>Users are solely responsible for configuring their own risk controls (including daily loss limits), and for complying with the rules of their broker, prop trading firm, or funding provider. The Indicator Store is not a broker, funding provider, or registered investment advisor.<\/p>\n    <\/div>\n  <\/section>\n<\/div>\n<\/div>\n\n<!-- ============================================================ -->\n<!-- VERSI\u00d3N EN ESPA\u00d1OL -->\n<!-- ============================================================ -->\n<div class=\"tis-lang-block tis-lang-block--es\">\n<div class=\"tia\">\n  <!-- HERO -->\n  <section class=\"tia-hero\">\n    <span class=\"tia-eyebrow\">TIS Automator v4 \u00b7 TradingView<\/span>\n    <h1>Automatiz\u00e1 <span class=\"hl\">cualquier indicador<\/span><br>en TradingView<\/h1>\n    <p class=\"lead\">El TIS Automator convierte la se\u00f1al de cualquier indicador en tu gr\u00e1fico de TradingView en una orden completa y bien formada \u2014 entrada, objetivo, stop, sesi\u00f3n y tama\u00f1o \u2014 sin necesidad de programar. Mir\u00e1 c\u00f3mo funciona en el video de abajo.<\/p>\n    <div class=\"tia-btn-row\">\n      <a class=\"tia-btn tia-btn--gold\" href=\"https:\/\/theindicatorstore.com\/es\/tradingview\/\"><span>Ver planes y empezar prueba gratis<\/span><\/a>\n      <a class=\"tia-btn tia-btn--ghost\" href=\"#how-it-works-es\"><span>Ver c\u00f3mo funciona<\/span><\/a>\n    <\/div>\n  <\/section>\n  <!-- VIDEO -->\n  <section class=\"tia-sec\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">Mir\u00e1 c\u00f3mo funciona<\/span>\n      <h2>Mir\u00e1 el Automator funcionando en vivo<\/h2>\n      <p class=\"sub\">Un recorrido real del TIS Automator convirtiendo la se\u00f1al de un indicador en una orden completa, en un gr\u00e1fico de TradingView en vivo.<\/p>\n      <div class=\"tia-video-wrap\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/srafXkeHlk8\" title=\"Demo del TIS Automator\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"><\/iframe>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- HOW IT WORKS -->\n  <section class=\"tia-sec tia-marker\" id=\"how-it-works-es\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">C\u00f3mo funciona<\/span>\n      <h2>De la se\u00f1al en el gr\u00e1fico a una orden lista para ejecutar<\/h2>\n      <p class=\"sub\">El Automator lee la se\u00f1al de cualquier indicador en tu gr\u00e1fico \u2014 tuyo o de terceros \u2014 y construye una orden completa alrededor de ella. Emite una alerta de estrategia est\u00e1ndar que cualquier gateway compatible con alertas de TradingView puede ejecutar.<\/p>\n      <div class=\"tia-flow\">\n        <span class=\"node\">Indicador<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node gold\">TIS Automator<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node\">Alerta de Estrategia<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node\">Gateway<\/span><span class=\"arrow\">\u2192<\/span>\n        <span class=\"node\">Broker<\/span>\n      <\/div>\n      <div class=\"tia-steps\">\n        <div class=\"step\">\n          <div class=\"num\">PASO 1<\/div>\n          <h3>Conectalo a cualquier indicador<\/h3>\n          <p>Agreg\u00e1 el Automator a un gr\u00e1fico junto a los plots o se\u00f1ales de cualquier indicador. Sin c\u00f3digo, sin reescribir tu estrategia.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"num\">PASO 2<\/div>\n          <h3>Construye la orden completa<\/h3>\n          <p>Entrada, objetivo y stop en ticks, filtro de sesi\u00f3n y tama\u00f1o de posici\u00f3n se calculan autom\u00e1ticamente alrededor de la se\u00f1al.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"num\">PASO 3<\/div>\n          <h3>Tu gateway la ejecuta<\/h3>\n          <p>Se dispara una alerta de estrategia est\u00e1ndar de TradingView. Cualquier gateway compatible con alertas de TradingView puede enviarla a tu broker.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tia-feat\">\n        <div class=\"card\"><h3>Entrada de se\u00f1al universal<\/h3><p>Funciona con los plots o se\u00f1ales de cualquier indicador \u2014 tuyo o de terceros. Sin necesidad de c\u00f3digo.<\/p><\/div>\n        <div class=\"card\"><h3>Objetivo y Stop en ticks<\/h3><p>Defin\u00ed las salidas en ticks, agn\u00f3stico entre contratos completos y micros (ej. NQ\/MNQ, ES\/MES).<\/p><\/div>\n        <div class=\"card\"><h3>Filtro de sesi\u00f3n a prueba de DST<\/h3><p>Filtro de horario de trading robusto que no se desalinea con los cambios de horario de verano.<\/p><\/div>\n        <div class=\"card\"><h3>Tama\u00f1o de posici\u00f3n sincronizado<\/h3><p>La cantidad de contratos est\u00e1 conectada directamente a la orden, coincidiendo con lo que ves en tu gr\u00e1fico.<\/p><\/div>\n        <div class=\"card\"><h3>Alertas est\u00e1ndar de TradingView<\/h3><p>Emite alertas de estrategia est\u00e1ndar compatibles con cualquier gateway que las soporte \u2014 sin dependencia de un proveedor propietario.<\/p><\/div>\n        <div class=\"card\"><h3>Funciona con tu configuraci\u00f3n actual<\/h3><p>Combinalo con un indicador que ya us\u00e1s y en el que confi\u00e1s. El Automator no reemplaza tu estrategia \u2014 la ejecuta.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ARCHITECTURE \/ TRANSPARENCY -->\n  <section class=\"tia-sec\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">C\u00f3mo funciona realmente la ejecuci\u00f3n<\/span>\n      <h2>Transparencia total sobre la arquitectura<\/h2>\n      <p class=\"sub\">Creemos que deber\u00edas entender exactamente qu\u00e9 pasa entre tu gr\u00e1fico y tu broker antes de automatizar nada. Ac\u00e1 va la explicaci\u00f3n honesta.<\/p>\n      <div class=\"tia-arch-list\">\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">01<\/span>\n          <div>\n            <h3>El Target y el Stop viven enteramente dentro de TradingView<\/h3>\n            <p>Tu Target y tu Stop son gestionados por el simulador propio de TradingView. Nunca llegan a tu broker como \u00f3rdenes pendientes. Cuando el feed de precios de TradingView toca uno de esos niveles, su motor ejecuta la salida y ese evento de fill dispara la alerta.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">02<\/span>\n          <div>\n            <h3>Tu broker solo ve \u00f3rdenes a mercado<\/h3>\n            <p>Lo \u00fanico que viaja a trav\u00e9s de las alertas son eventos de entrada y salida, ejecutados a mercado del lado de tu broker. Tu broker funciona como un espejo sin estado de lo que pasa en tu gr\u00e1fico de TradingView \u2014 nunca sostiene una orden l\u00edmite o stop.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">03<\/span>\n          <div>\n            <h3>Qu\u00e9 pasa si se pierde una alerta<\/h3>\n            <p>Si alguna vez se pierde una alerta de salida \u2014 por un problema de conectividad en tu gateway, plataforma o conexi\u00f3n a internet \u2014 tu broker quedar\u00e1 con una posici\u00f3n abierta sin ning\u00fan stop asociado. Este es un riesgo real de cualquier automatizaci\u00f3n basada en alertas, no solo la nuestra, y por eso recomendamos la protecci\u00f3n de abajo.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tia-arch-item\">\n          <span class=\"mark\">04<\/span>\n          <div>\n            <h3>Los resultados de backtest no son un track record en vivo<\/h3>\n            <p>La simulaci\u00f3n basada en barras de TradingView tiende a sobreestimar el rendimiento respecto a las condiciones reales de trading, especialmente en reversiones r\u00e1pidas. Trat\u00e1 cualquier backtest como un punto de partida para evaluar, no como una garant\u00eda de resultados futuros.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tia-callout\">\n        <p><strong>Nuestra recomendaci\u00f3n:<\/strong> configur\u00e1 un l\u00edmite de p\u00e9rdida diaria a nivel de tu gateway o prop firm. Esa es la protecci\u00f3n estructural contra una posici\u00f3n hu\u00e9rfana si alguna vez se pierde una alerta de salida \u2014 tratalo como una parte est\u00e1ndar de configurar cualquier automatizaci\u00f3n basada en alertas, no como algo opcional.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- COMPATIBILITY -->\n  <section class=\"tia-sec tia-marker\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">Compatibilidad<\/span>\n      <h2>Una capa de se\u00f1al, no un gateway de ejecuci\u00f3n<\/h2>\n      <p class=\"sub\">El TIS Automator no se conecta a tu broker ni ejecuta \u00f3rdenes por s\u00ed mismo. Da forma a la orden y emite una alerta de estrategia est\u00e1ndar de TradingView. Igual necesit\u00e1s un gateway que convierta las alertas de TradingView en \u00f3rdenes al broker \u2014 el Automator est\u00e1 construido para funcionar con cualquiera de ellos.<\/p>\n      <div class=\"tia-tags\">\n        <span>CrossTrade<\/span>\n        <span>PickMyTrade<\/span>\n        <span>TradersPost<\/span>\n        <span>PineConnector<\/span>\n        <span>Cualquier gateway compatible con alertas de TradingView<\/span>\n      <\/div>\n      <p class=\"sub\" style=\"margin-bottom:0; font-size:13px;\">Mencionados como ejemplos de la categor\u00eda de herramienta con la que combina el Automator \u2014 no como socios confirmados. Revis\u00e1 los requisitos y precios de cada gateway antes de elegir uno.<\/p>\n    <\/div>\n  <\/section>\n  <!-- WHO IT'S FOR -->\n  <section class=\"tia-sec\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">Para qui\u00e9n es<\/span>\n      <h2>Dise\u00f1ado para traders de futuros que ya operan en TradingView<\/h2>\n      <div class=\"tia-audience-grid\">\n        <div class=\"box\">\n          <h3 class=\"yes\">Es una buena opci\u00f3n si vos<\/h3>\n          <ul class=\"yes-list\">\n            <li>Ya oper\u00e1s futuros en TradingView (NQ, ES, MNQ, MES)<\/li>\n            <li>Us\u00e1s \u2014 o quer\u00e9s usar \u2014 un indicador para calcular tus entradas<\/li>\n            <li>Quer\u00e9s que las se\u00f1ales se conviertan en una orden completa autom\u00e1ticamente<\/li>\n            <li>Ten\u00e9s, o est\u00e1s dispuesto a configurar, un gateway hacia tu broker<\/li>\n            <li>Valor\u00e1s entender exactamente c\u00f3mo funciona tu automatizaci\u00f3n<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"box\">\n          <h3 class=\"no\">No es la opci\u00f3n correcta si vos<\/h3>\n          <ul class=\"no-list\">\n            <li>Busc\u00e1s un broker o gateway de ejecuci\u00f3n incluido \u2014 igual vas a necesitar uno<\/li>\n            <li>Oper\u00e1s solo acciones, forex o cripto (el tama\u00f1o est\u00e1 basado en ticks para futuros)<\/li>\n            <li>Quer\u00e9s trailing stops o auto-breakeven hoy \u2014 est\u00e1n planeados para una futura versi\u00f3n<\/li>\n            <li>Busc\u00e1s una se\u00f1al o estrategia en s\u00ed, no una capa de ejecuci\u00f3n<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- FAQ -->\n  <section class=\"tia-sec tia-marker\">\n    <div class=\"tia-inner\">\n      <span class=\"tia-eyebrow\">Preguntas frecuentes<\/span>\n      <h2>Preguntas comunes<\/h2>\n      <div class=\"tia-faq-item\">\n        <h3>\u00bfEl Automator coloca las operaciones por m\u00ed?<\/h3>\n        <p>No. Convierte la se\u00f1al de un indicador en una alerta completa y bien formada. Un gateway separado (ver Compatibilidad arriba) es lo que efectivamente env\u00eda esa alerta a tu broker.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>\u00bfNecesito mi propio indicador, o viene con uno?<\/h3>\n        <p>Cualquiera de las dos opciones. Conectalo a los plots o se\u00f1ales de cualquier indicador \u2014 uno que ya construiste, uno que ya us\u00e1s, o uno de los nuestros.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>\u00bfC\u00f3mo obtengo acceso?<\/h3>\n        <p>El script es de acceso por invitaci\u00f3n en TradingView. El acceso empieza con una prueba gratuita de 7 d\u00edas \u2014 mir\u00e1 los planes actuales y empez\u00e1 tu prueba en nuestra p\u00e1gina de TradingView.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>\u00bfQu\u00e9 mercados soporta?<\/h3>\n        <p>El Target y el Stop est\u00e1n dimensionados en ticks, pensados para futuros de \u00edndices (NQ, ES, MNQ, MES). No est\u00e1 dise\u00f1ado para el tama\u00f1o de posici\u00f3n de acciones, forex o cripto.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>\u00bfHay trailing stops o auto-breakeven disponibles?<\/h3>\n        <p>Todav\u00eda no. Ambos est\u00e1n dise\u00f1ados t\u00e9cnicamente y se est\u00e1n evaluando para una futura versi\u00f3n, seg\u00fan la demanda de la v4 actual.<\/p>\n      <\/div>\n      <div class=\"tia-faq-item\">\n        <h3>\u00bfHay alguna garant\u00eda de que esto sea rentable?<\/h3>\n        <p>No. El Automator ejecuta cualquier se\u00f1al que le des \u2014 no crea una ventaja de trading, y ninguna herramienta de automatizaci\u00f3n puede garantizar resultados. Ver el aviso legal abajo.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- CLOSE -->\n  <section class=\"tia-close\">\n    <span class=\"tia-eyebrow\">Listo cuando vos lo est\u00e9s<\/span>\n    <h2>Mir\u00e1 los planes y empez\u00e1 tu prueba gratis<\/h2>\n    <p class=\"sub\">Los detalles completos de los planes, precios y la prueba gratuita de 7 d\u00edas est\u00e1n en nuestra p\u00e1gina de TradingView.<\/p>\n    <a class=\"tia-btn tia-btn--gold\" href=\"https:\/\/theindicatorstore.com\/es\/tradingview\/\"><span>Ir a TIS en TradingView \u2192<\/span><\/a>\n  <\/section>\n  <!-- DISCLAIMER -->\n  <section class=\"tia-disclaimer\">\n    <div class=\"tia-inner\">\n      <h3>Aviso importante<\/h3>\n      <p>El TIS Automator es una herramienta de conformaci\u00f3n de alertas para TradingView. No ejecuta operaciones, no se conecta a ning\u00fan broker, y no garantiza ning\u00fan resultado de trading. La ejecuci\u00f3n depende enteramente de un gateway y un broker separados, elegidos y configurados por el usuario.<\/p>\n      <p>Operar futuros implica un riesgo sustancial de p\u00e9rdida y no es adecuado para todos los inversores. El desempe\u00f1o pasado, incluido cualquier resultado de backtest, no es indicativo de resultados futuros. Los backtests simulados de TradingView pueden diferir significativamente de las condiciones reales de trading.<\/p>\n      <p>Los usuarios son los \u00fanicos responsables de configurar sus propios controles de riesgo (incluyendo l\u00edmites de p\u00e9rdida diaria), y de cumplir con las reglas de su broker, prop trading firm o proveedor de fondeo. The Indicator Store no es un broker, proveedor de fondeo, ni asesor de inversi\u00f3n registrado.<\/p>\n    <\/div>\n  <\/section>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>TIS Automator v4 \u00b7 TradingView Automate any indicatoron TradingView The TIS Automator turns the signal of any indicator on your TradingView chart into a complete, well-formed order \u2014 entry, target, stop, session and size \u2014 with no coding required. Watch it running live below. See plans &amp; start free trial See how it works See&#8230;<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1216","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1216","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=1216"}],"version-history":[{"count":2,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1216\/revisions"}],"predecessor-version":[{"id":1219,"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/pages\/1216\/revisions\/1219"}],"wp:attachment":[{"href":"https:\/\/theindicatorstore.com\/es\/wp-json\/wp\/v2\/media?parent=1216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}