<xml xmlns="http://www.w3.org/1999/xhtml" is_dbot="true" collection="false">
  <variables>
    <variable type="" id="id0001" islocal="false" iscloud="false">Stake Inicial</variable>
    <variable type="" id="id0002" islocal="false" iscloud="false">Stake Atual</variable>
    <variable type="" id="id0003" islocal="false" iscloud="false">Teto de Stake</variable>
    <variable type="" id="id0004" islocal="false" iscloud="false">Multiplicador Martingale</variable>
    <variable type="" id="id0005" islocal="false" iscloud="false">Max Passos Martingale</variable>
    <variable type="" id="id0006" islocal="false" iscloud="false">Passo Martingale Atual</variable>
    <variable type="" id="id0007" islocal="false" iscloud="false">Stop Loss Diario</variable>
    <variable type="" id="id0008" islocal="false" iscloud="false">Take Profit Diario</variable>
    <variable type="" id="id0009" islocal="false" iscloud="false">Max Trades Sessao</variable>
    <variable type="" id="id0010" islocal="false" iscloud="false">Contador de Trades</variable>
    <variable type="" id="id0011" islocal="false" iscloud="false">Digito Barreira (Over)</variable>
    <variable type="" id="id0012" islocal="false" iscloud="false">Mensagem</variable>
    <variable type="" id="id0013" islocal="false" iscloud="false">Filtro - Janela de Ticks</variable>
    <variable type="" id="id0014" islocal="false" iscloud="false">Filtro - Pct Minima Digitos Favoraveis</variable>
    <variable type="" id="id0015" islocal="false" iscloud="false">Filtro - Janela de Digitos</variable>
    <variable type="" id="id0016" islocal="false" iscloud="false">Filtro - Tamanho da Janela</variable>
    <variable type="" id="id0017" islocal="false" iscloud="false">Filtro - Contagem Favoravel</variable>
    <variable type="" id="id0018" islocal="false" iscloud="false">Filtro - Pct Favoravel Atual</variable>
    <variable type="" id="id0019" islocal="false" iscloud="false">Filtro - Digito Iterado</variable>
    <variable type="" id="id0020" islocal="false" iscloud="false">Perdas Seguidas Atual</variable>
    <variable type="" id="id0021" islocal="false" iscloud="false">Perdas Seguidas Limite</variable>
    <variable type="" id="id0022" islocal="false" iscloud="false">Pausa Apos Limite (Ticks)</variable>
    <variable type="" id="id0023" islocal="false" iscloud="false">Pausa Restante (Ticks)</variable>
  </variables>
  <block type="trade_definition" id="id0077" x="0" y="0">
  <statement name="TRADE_OPTIONS"><block type="trade_definition_market" id="id0024" deletable="false" movable="false">
  <field name="MARKET_LIST">synthetic_index</field>
  <field name="SUBMARKET_LIST">random_index</field>
  <field name="SYMBOL_LIST">R_100</field>
<next><block type="trade_definition_tradetype" id="id0025" deletable="false" movable="false">
  <field name="TRADETYPECAT_LIST">digits</field>
  <field name="TRADETYPE_LIST">overunder</field>
<next><block type="trade_definition_contracttype" id="id0026" deletable="false" movable="false">
  <field name="TYPE_LIST">both</field>
<next><block type="trade_definition_candleinterval" id="id0027" deletable="false" movable="false">
  <field name="CANDLEINTERVAL_LIST">60</field>
<next><block type="trade_definition_restartbuysell" id="id0028" deletable="false" movable="false">
  <field name="TIME_MACHINE_ENABLED">FALSE</field>
<next><block type="trade_definition_restartonerror" id="id0029" deletable="false" movable="false">
  <field name="RESTARTONERROR">TRUE</field>
</block></next></block></next></block></next></block></next></block></next></block></statement>
  <statement name="INITIALIZATION"><block type="text_print" id="id0030">
  <value name="TEXT">
    <shadow type="text" id="id0031"><field name="TEXT">Bot MIX - Gestao de Risco iniciado. Volatility 100 Index | Digit OVER 2 | Martingale suavizado 1.4x (max 5 passos) | Stop Loss / Take Profit ativos.</field></shadow>
  </value>
<next><block type="variables_set" id="id0033">
  <field name="VAR" id="id0001" variabletype="">Stake Inicial</field>
  <value name="VALUE"><block type="math_number" id="id0032"><field name="NUM">1</field></block></value>
<next><block type="variables_set" id="id0035">
  <field name="VAR" id="id0002" variabletype="">Stake Atual</field>
  <value name="VALUE"><block type="variables_get" id="id0034"><field name="VAR" id="id0001" variabletype="">Stake Inicial</field></block></value>
<next><block type="variables_set" id="id0040">
  <field name="VAR" id="id0003" variabletype="">Teto de Stake</field>
  <value name="VALUE"><block type="math_arithmetic" id="id0036">
  <field name="OP">MULTIPLY</field>
  <value name="A"><shadow type="math_number" id="id0037"><field name="NUM">1</field></shadow><block type="variables_get" id="id0038"><field name="VAR" id="id0001" variabletype="">Stake Inicial</field></block></value>
  <value name="B"><shadow type="math_number" id="id0039"><field name="NUM">10</field></shadow></value>
</block></value>
<next><block type="variables_set" id="id0042">
  <field name="VAR" id="id0004" variabletype="">Multiplicador Martingale</field>
  <value name="VALUE"><block type="math_number" id="id0041"><field name="NUM">1.4</field></block></value>
<next><block type="variables_set" id="id0044">
  <field name="VAR" id="id0005" variabletype="">Max Passos Martingale</field>
  <value name="VALUE"><block type="math_number" id="id0043"><field name="NUM">5</field></block></value>
<next><block type="variables_set" id="id0046">
  <field name="VAR" id="id0006" variabletype="">Passo Martingale Atual</field>
  <value name="VALUE"><block type="math_number" id="id0045"><field name="NUM">0</field></block></value>
<next><block type="variables_set" id="id0048">
  <field name="VAR" id="id0007" variabletype="">Stop Loss Diario</field>
  <value name="VALUE"><block type="math_number" id="id0047"><field name="NUM">50</field></block></value>
<next><block type="variables_set" id="id0050">
  <field name="VAR" id="id0008" variabletype="">Take Profit Diario</field>
  <value name="VALUE"><block type="math_number" id="id0049"><field name="NUM">30</field></block></value>
<next><block type="variables_set" id="id0052">
  <field name="VAR" id="id0009" variabletype="">Max Trades Sessao</field>
  <value name="VALUE"><block type="math_number" id="id0051"><field name="NUM">50</field></block></value>
<next><block type="variables_set" id="id0054">
  <field name="VAR" id="id0010" variabletype="">Contador de Trades</field>
  <value name="VALUE"><block type="math_number" id="id0053"><field name="NUM">0</field></block></value>
<next><block type="variables_set" id="id0056">
  <field name="VAR" id="id0011" variabletype="">Digito Barreira (Over)</field>
  <value name="VALUE"><block type="math_number" id="id0055"><field name="NUM">2</field></block></value>
<next><block type="variables_set" id="id0058">
  <field name="VAR" id="id0013" variabletype="">Filtro - Janela de Ticks</field>
  <value name="VALUE"><block type="math_number" id="id0057"><field name="NUM">20</field></block></value>
<next><block type="variables_set" id="id0060">
  <field name="VAR" id="id0014" variabletype="">Filtro - Pct Minima Digitos Favoraveis</field>
  <value name="VALUE"><block type="math_number" id="id0059"><field name="NUM">40</field></block></value>
<next><block type="variables_set" id="id0062">
  <field name="VAR" id="id0018" variabletype="">Filtro - Pct Favoravel Atual</field>
  <value name="VALUE"><block type="math_number" id="id0061"><field name="NUM">0</field></block></value>
<next><block type="variables_set" id="id0064">
  <field name="VAR" id="id0020" variabletype="">Perdas Seguidas Atual</field>
  <value name="VALUE"><block type="math_number" id="id0063"><field name="NUM">0</field></block></value>
<next><block type="variables_set" id="id0066">
  <field name="VAR" id="id0021" variabletype="">Perdas Seguidas Limite</field>
  <value name="VALUE"><block type="math_number" id="id0065"><field name="NUM">4</field></block></value>
<next><block type="variables_set" id="id0068">
  <field name="VAR" id="id0022" variabletype="">Pausa Apos Limite (Ticks)</field>
  <value name="VALUE"><block type="math_number" id="id0067"><field name="NUM">5</field></block></value>
<next><block type="variables_set" id="id0070">
  <field name="VAR" id="id0023" variabletype="">Pausa Restante (Ticks)</field>
  <value name="VALUE"><block type="math_number" id="id0069"><field name="NUM">0</field></block></value>
</block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></statement>
  <statement name="SUBMARKET"><block type="trade_definition_tradeoptions" id="id0071">
  <mutation has_first_barrier="false" has_second_barrier="false" has_prediction="true"></mutation>
  <field name="DURATIONTYPE_LIST">t</field>
  <value name="DURATION">
    <shadow type="math_number" id="id0072"><field name="NUM">1</field></shadow>
  </value>
  <value name="AMOUNT">
    <shadow type="math_number" id="id0073"><field name="NUM">1</field></shadow>
    <block type="variables_get" id="id0074"><field name="VAR" id="id0002" variabletype="">Stake Atual</field></block>
  </value>
  <value name="PREDICTION">
    <shadow type="math_number_positive" id="id0075"><field name="NUM">2</field></shadow>
    <block type="variables_get" id="id0076"><field name="VAR" id="id0011" variabletype="">Digito Barreira (Over)</field></block>
  </value>
</block></statement>
</block>
  <block type="before_purchase" id="id0091" x="0" y="700">
  <statement name="BEFOREPURCHASE_STACK"><block type="controls_if" id="id0090">
  <value name="IF0"><block type="logic_operation" id="id0089">
  <field name="OP">AND</field>
  <value name="A"><block type="logic_operation" id="id0085">
  <field name="OP">OR</field>
  <value name="A"><block type="logic_compare" id="id0079">
  <field name="OP">LTE</field>
  <value name="A"><block type="variables_get" id="id0080"><field name="VAR" id="id0014" variabletype="">Filtro - Pct Minima Digitos Favoraveis</field></block></value>
  <value name="B"><block type="math_number" id="id0081"><field name="NUM">0</field></block></value>
</block></value>
  <value name="B"><block type="logic_compare" id="id0082">
  <field name="OP">GTE</field>
  <value name="A"><block type="variables_get" id="id0083"><field name="VAR" id="id0018" variabletype="">Filtro - Pct Favoravel Atual</field></block></value>
  <value name="B"><block type="variables_get" id="id0084"><field name="VAR" id="id0014" variabletype="">Filtro - Pct Minima Digitos Favoraveis</field></block></value>
</block></value>
</block></value>
  <value name="B"><block type="logic_compare" id="id0086">
  <field name="OP">LTE</field>
  <value name="A"><block type="variables_get" id="id0087"><field name="VAR" id="id0023" variabletype="">Pausa Restante (Ticks)</field></block></value>
  <value name="B"><block type="math_number" id="id0088"><field name="NUM">0</field></block></value>
</block></value>
</block></value>
  <statement name="DO0"><block type="purchase" id="id0078">
  <field name="PURCHASE_LIST">DIGITOVER</field>
</block></statement>
</block></statement>
</block>
  <block type="after_purchase" id="id0206" x="700" y="0">
  <statement name="AFTERPURCHASE_STACK"><block type="math_change" id="id0131">
  <field name="VAR" id="id0010" variabletype="">Contador de Trades</field>
  <value name="DELTA"><shadow type="math_number" id="id0132"><field name="NUM">1</field></shadow></value>
<next><block type="controls_if" id="id0175">
  <mutation else="1"></mutation>
  <value name="IF0">
    <block type="contract_check_result" id="id0176">
      <field name="CHECK_RESULT">win</field>
    </block>
  </value>
  <statement name="DO0"><block type="variables_set" id="id0134">
  <field name="VAR" id="id0002" variabletype="">Stake Atual</field>
  <value name="VALUE"><block type="variables_get" id="id0133"><field name="VAR" id="id0001" variabletype="">Stake Inicial</field></block></value>
<next><block type="variables_set" id="id0136">
  <field name="VAR" id="id0006" variabletype="">Passo Martingale Atual</field>
  <value name="VALUE"><block type="math_number" id="id0135"><field name="NUM">0</field></block></value>
<next><block type="variables_set" id="id0138">
  <field name="VAR" id="id0020" variabletype="">Perdas Seguidas Atual</field>
  <value name="VALUE"><block type="math_number" id="id0137"><field name="NUM">0</field></block></value>
</block></next></block></next></block></statement>
  <statement name="ELSE"><block type="math_change" id="id0139">
  <field name="VAR" id="id0006" variabletype="">Passo Martingale Atual</field>
  <value name="DELTA"><shadow type="math_number" id="id0140"><field name="NUM">1</field></shadow></value>
<next><block type="math_change" id="id0141">
  <field name="VAR" id="id0020" variabletype="">Perdas Seguidas Atual</field>
  <value name="DELTA"><shadow type="math_number" id="id0142"><field name="NUM">1</field></shadow></value>
<next><block type="controls_if" id="id0143">
  <value name="IF0">
    <block type="logic_operation" id="id0144">
      <field name="OP">AND</field>
      <value name="A">
        <block type="logic_compare" id="id0145">
          <field name="OP">GT</field>
          <value name="A"><block type="variables_get" id="id0146"><field name="VAR" id="id0021" variabletype="">Perdas Seguidas Limite</field></block></value>
          <value name="B"><block type="math_number" id="id0147"><field name="NUM">0</field></block></value>
        </block>
      </value>
      <value name="B">
        <block type="logic_compare" id="id0148">
          <field name="OP">GTE</field>
          <value name="A"><block type="variables_get" id="id0149"><field name="VAR" id="id0020" variabletype="">Perdas Seguidas Atual</field></block></value>
          <value name="B"><block type="variables_get" id="id0150"><field name="VAR" id="id0021" variabletype="">Perdas Seguidas Limite</field></block></value>
        </block>
      </value>
    </block>
  </value>
  <statement name="DO0"><block type="variables_set" id="id0152">
  <field name="VAR" id="id0023" variabletype="">Pausa Restante (Ticks)</field>
  <value name="VALUE"><block type="variables_get" id="id0151"><field name="VAR" id="id0022" variabletype="">Pausa Apos Limite (Ticks)</field></block></value>
<next><block type="variables_set" id="id0154">
  <field name="VAR" id="id0020" variabletype="">Perdas Seguidas Atual</field>
  <value name="VALUE"><block type="math_number" id="id0153"><field name="NUM">0</field></block></value>
</block></next></block></statement>
<next><block type="controls_if" id="id0171">
  <mutation else="1"></mutation>
  <value name="IF0">
    <block type="logic_compare" id="id0172">
      <field name="OP">GTE</field>
      <value name="A"><block type="variables_get" id="id0173"><field name="VAR" id="id0006" variabletype="">Passo Martingale Atual</field></block></value>
      <value name="B"><block type="variables_get" id="id0174"><field name="VAR" id="id0005" variabletype="">Max Passos Martingale</field></block></value>
    </block>
  </value>
  <statement name="DO0"><block type="variables_set" id="id0156">
  <field name="VAR" id="id0002" variabletype="">Stake Atual</field>
  <value name="VALUE"><block type="variables_get" id="id0155"><field name="VAR" id="id0001" variabletype="">Stake Inicial</field></block></value>
<next><block type="variables_set" id="id0158">
  <field name="VAR" id="id0006" variabletype="">Passo Martingale Atual</field>
  <value name="VALUE"><block type="math_number" id="id0157"><field name="NUM">0</field></block></value>
</block></next></block></statement>
  <statement name="ELSE"><block type="variables_set" id="id0164">
  <field name="VAR" id="id0002" variabletype="">Stake Atual</field>
  <value name="VALUE"><block type="math_arithmetic" id="id0159">
  <field name="OP">MULTIPLY</field>
  <value name="A"><shadow type="math_number" id="id0160"><field name="NUM">1</field></shadow><block type="variables_get" id="id0161"><field name="VAR" id="id0002" variabletype="">Stake Atual</field></block></value>
  <value name="B"><shadow type="math_number" id="id0162"><field name="NUM">1</field></shadow><block type="variables_get" id="id0163"><field name="VAR" id="id0004" variabletype="">Multiplicador Martingale</field></block></value>
</block></value>
<next><block type="controls_if" id="id0165">
  <value name="IF0">
    <block type="logic_compare" id="id0166">
      <field name="OP">GT</field>
      <value name="A"><block type="variables_get" id="id0167"><field name="VAR" id="id0002" variabletype="">Stake Atual</field></block></value>
      <value name="B"><block type="variables_get" id="id0168"><field name="VAR" id="id0003" variabletype="">Teto de Stake</field></block></value>
    </block>
  </value>
  <statement name="DO0"><block type="variables_set" id="id0170">
  <field name="VAR" id="id0002" variabletype="">Stake Atual</field>
  <value name="VALUE"><block type="variables_get" id="id0169"><field name="VAR" id="id0003" variabletype="">Teto de Stake</field></block></value>
</block></statement>
</block></next></block></statement>
</block></next></block></next></block></next></block></statement>
<next><block type="controls_if" id="id0205">
  <mutation else="1"></mutation>
  <value name="IF0"><block type="logic_operation" id="id0188">
  <field name="OP">OR</field>
  <value name="A"><block type="logic_operation" id="id0187">
  <field name="OP">OR</field>
  <value name="A"><block type="logic_compare" id="id0177">
  <field name="OP">LTE</field>
  <value name="A"><block type="total_profit" id="id0178"></block></value>
  <value name="B">
    <block type="math_single" id="id0179">
      <field name="OP">NEG</field>
      <value name="NUM"><block type="variables_get" id="id0180"><field name="VAR" id="id0007" variabletype="">Stop Loss Diario</field></block></value>
    </block>
  </value>
</block></value>
  <value name="B"><block type="logic_compare" id="id0181">
  <field name="OP">GTE</field>
  <value name="A"><block type="total_profit" id="id0182"></block></value>
  <value name="B"><block type="variables_get" id="id0183"><field name="VAR" id="id0008" variabletype="">Take Profit Diario</field></block></value>
</block></value>
</block></value>
  <value name="B"><block type="logic_compare" id="id0184">
  <field name="OP">GTE</field>
  <value name="A"><block type="variables_get" id="id0185"><field name="VAR" id="id0010" variabletype="">Contador de Trades</field></block></value>
  <value name="B"><block type="variables_get" id="id0186"><field name="VAR" id="id0009" variabletype="">Max Trades Sessao</field></block></value>
</block></value>
</block></value>
  <statement name="DO0"><block type="text_join" id="id0189">
  <field name="VARIABLE" id="id0012" variabletype="">Mensagem</field>
  <statement name="STACK">
    <block type="text_statement" id="id0190">
      <value name="TEXT">
        <shadow type="text" id="id0191"><field name="TEXT"></field></shadow>
        <block type="text" id="id0192"><field name="TEXT">Bot finalizado. Lucro/Prejuizo total: </field></block>
      </value>
      <next>
        <block type="text_statement" id="id0193">
          <value name="TEXT">
            <shadow type="text" id="id0194"><field name="TEXT"></field></shadow>
            <block type="total_profit" id="id0195"></block>
          </value>
          <next>
            <block type="text_statement" id="id0196">
              <value name="TEXT">
                <shadow type="text" id="id0197"><field name="TEXT"></field></shadow>
                <block type="text" id="id0198"><field name="TEXT"> | Trades executados: </field></block>
              </value>
              <next>
                <block type="text_statement" id="id0199">
                  <value name="TEXT">
                    <shadow type="text" id="id0200"><field name="TEXT"></field></shadow>
                    <block type="variables_get" id="id0201"><field name="VAR" id="id0010" variabletype="">Contador de Trades</field></block>
                  </value>
                </block>
              </next>
            </block>
          </next>
        </block>
      </next>
    </block>
  </statement>
<next><block type="notify" id="id0202">
  <field name="NOTIFICATION_TYPE">warn</field>
  <field name="NOTIFICATION_SOUND">silent</field>
  <value name="MESSAGE"><block type="variables_get" id="id0203"><field name="VAR" id="id0012" variabletype="">Mensagem</field></block></value>
</block></next></block></statement>
  <statement name="ELSE"><block type="trade_again" id="id0204"></block></statement>
</block></next></block></next></block></statement>
</block>
  <block type="tick_analysis" id="id0130" x="0" y="1050">
  <statement name="TICKANALYSIS_STACK"><block type="variables_set" id="id0095">
  <field name="VAR" id="id0015" variabletype="">Filtro - Janela de Digitos</field>
  <value name="VALUE"><block type="lists_getSublist" id="id0092">
  <mutation at1="true" at2="false"></mutation>
  <field name="WHERE1">FROM_END</field>
  <field name="WHERE2">LAST</field>
  <value name="LIST">
    <block type="lastDigitList" id="id0093"></block>
  </value>
  <value name="AT1"><block type="variables_get" id="id0094"><field name="VAR" id="id0013" variabletype="">Filtro - Janela de Ticks</field></block></value>
</block></value>
<next><block type="variables_set" id="id0098">
  <field name="VAR" id="id0016" variabletype="">Filtro - Tamanho da Janela</field>
  <value name="VALUE"><block type="lists_length" id="id0096">
  <value name="VALUE"><block type="variables_get" id="id0097"><field name="VAR" id="id0015" variabletype="">Filtro - Janela de Digitos</field></block></value>
</block></value>
<next><block type="variables_set" id="id0100">
  <field name="VAR" id="id0017" variabletype="">Filtro - Contagem Favoravel</field>
  <value name="VALUE"><block type="math_number" id="id0099"><field name="NUM">0</field></block></value>
<next><block type="controls_forEach" id="id0101">
  <field name="VAR" id="id0019" variabletype="">Filtro - Digito Iterado</field>
  <value name="LIST"><block type="variables_get" id="id0102"><field name="VAR" id="id0015" variabletype="">Filtro - Janela de Digitos</field></block></value>
  <statement name="DO">
    <block type="controls_if" id="id0103">
      <value name="IF0">
        <block type="logic_compare" id="id0104">
          <field name="OP">GT</field>
          <value name="A"><block type="variables_get" id="id0105"><field name="VAR" id="id0019" variabletype="">Filtro - Digito Iterado</field></block></value>
          <value name="B"><block type="variables_get" id="id0106"><field name="VAR" id="id0011" variabletype="">Digito Barreira (Over)</field></block></value>
        </block>
      </value>
      <statement name="DO0">
        <block type="math_change" id="id0107">
          <field name="VAR" id="id0017" variabletype="">Filtro - Contagem Favoravel</field>
          <value name="DELTA"><shadow type="math_number" id="id0108"><field name="NUM">1</field></shadow></value>
        </block>
      </statement>
    </block>
  </statement>
<next><block type="controls_if" id="id0120">
  <mutation else="1"></mutation>
  <value name="IF0">
    <block type="logic_compare" id="id0121">
      <field name="OP">GT</field>
      <value name="A"><block type="variables_get" id="id0122"><field name="VAR" id="id0016" variabletype="">Filtro - Tamanho da Janela</field></block></value>
      <value name="B"><block type="math_number" id="id0123"><field name="NUM">0</field></block></value>
    </block>
  </value>
  <statement name="DO0"><block type="variables_set" id="id0117">
  <field name="VAR" id="id0018" variabletype="">Filtro - Pct Favoravel Atual</field>
  <value name="VALUE"><block type="math_arithmetic" id="id0109">
  <field name="OP">MULTIPLY</field>
  <value name="A">
    <shadow type="math_number" id="id0110"><field name="NUM">1</field></shadow>
    <block type="math_arithmetic" id="id0111">
      <field name="OP">DIVIDE</field>
      <value name="A"><shadow type="math_number" id="id0112"><field name="NUM">1</field></shadow><block type="variables_get" id="id0113"><field name="VAR" id="id0017" variabletype="">Filtro - Contagem Favoravel</field></block></value>
      <value name="B"><shadow type="math_number" id="id0114"><field name="NUM">1</field></shadow><block type="variables_get" id="id0115"><field name="VAR" id="id0016" variabletype="">Filtro - Tamanho da Janela</field></block></value>
    </block>
  </value>
  <value name="B"><shadow type="math_number" id="id0116"><field name="NUM">100</field></shadow></value>
</block></value>
</block></statement>
  <statement name="ELSE"><block type="variables_set" id="id0119">
  <field name="VAR" id="id0018" variabletype="">Filtro - Pct Favoravel Atual</field>
  <value name="VALUE"><block type="math_number" id="id0118"><field name="NUM">0</field></block></value>
</block></statement>
<next><block type="controls_if" id="id0124">
  <value name="IF0">
    <block type="logic_compare" id="id0125">
      <field name="OP">GT</field>
      <value name="A"><block type="variables_get" id="id0126"><field name="VAR" id="id0023" variabletype="">Pausa Restante (Ticks)</field></block></value>
      <value name="B"><block type="math_number" id="id0127"><field name="NUM">0</field></block></value>
    </block>
  </value>
  <statement name="DO0">
    <block type="math_change" id="id0128">
      <field name="VAR" id="id0023" variabletype="">Pausa Restante (Ticks)</field>
      <value name="DELTA"><shadow type="math_number" id="id0129"><field name="NUM">-1</field></shadow></value>
    </block>
  </statement>
</block></next></block></next></block></next></block></next></block></next></block></statement>
</block>
</xml>