﻿<xml xmlns="http://www.w3.org/1999/xhtml" collection="false">
  <block type="procedures_defreturn" id="_b//g0Q,2OW8MbY^`J3E" collapsed="true" x="0" y="0">
    <mutation>
      <arg name="martingale:profit"></arg>
      <arg name="martingale:resultIsWin"></arg>
    </mutation>
    <field name="NAME">Traditional Martingale System Trade Again</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <statement name="STACK">
      <block type="math_change" id="5ph^#sJ_|cnLn{}e(%Z{">
        <field name="VAR">martingale:totalProfit</field>
        <value name="DELTA">
          <shadow type="math_number" id="[)Nh?MH}TXeN]0n(Q?PP">
            <field name="NUM">1</field>
          </shadow>
          <block type="variables_get" id="Kj+o2HPe^1#-J*pl.VD9">
            <field name="VAR">martingale:profit</field>
          </block>
        </value>
        <next>
          <block type="variables_set" id="=``}2YqGE51x5XO#O{A6">
            <field name="VAR">martingale:totalProfit</field>
            <value name="VALUE">
              <block type="math_arithmetic" id="m9HUE{JvBzON.?`k.p0L">
                <field name="OP">DIVIDE</field>
                <value name="A">
                  <shadow type="math_number" id="Y445k*N9Y{3k^0nU:f/a">
                    <field name="NUM">1</field>
                  </shadow>
                  <block type="math_round" id="eOhznKTK*Yn[R~s!l7p;">
                    <field name="OP">ROUND</field>
                    <value name="NUM">
                      <shadow type="math_number" id="NxI4W6P)%aS~YX^5:fm(">
                        <field name="NUM">3.1</field>
                      </shadow>
                      <block type="math_arithmetic" id="a52-x:2(jo3fN-]co/k]">
                        <field name="OP">MULTIPLY</field>
                        <value name="A">
                          <shadow type="math_number" id="1IiDMd{pA4I8#Jv5:v)F">
                            <field name="NUM">1</field>
                          </shadow>
                          <block type="variables_get" id="djyZC:DVv!8AFfC.FoYS">
                            <field name="VAR">martingale:totalProfit</field>
                          </block>
                        </value>
                        <value name="B">
                          <shadow type="math_number" id="QPp6Ex`FL}B)uWsSrQ*o">
                            <field name="NUM">1</field>
                          </shadow>
                          <block type="math_number" id="qdaI}RV~2ic%D1==.15s">
                            <field name="NUM">100</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <shadow type="math_number" id=";(PBMt(9fPe84P0`MRRO">
                    <field name="NUM">1</field>
                  </shadow>
                  <block type="math_number" id=";)+n7kB.._k3n:rt!GvJ">
                    <field name="NUM">100</field>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="controls_if" id="5KFo!jX4/:fF7|O8_:AM">
                <mutation else="1"></mutation>
                <value name="IF0">
                  <block type="variables_get" id="L[N5wU8U4Fj~q=JK3e*3">
                    <field name="VAR">martingale:resultIsWin</field>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="notify" id="X!yLWFo.pnsN2p8.mhku">
                    <field name="NOTIFICATION_TYPE">success</field>
                    <field name="NOTIFICATION_SOUND">silent</field>
                    <value name="MESSAGE">
                      <block type="text_join" id="o|T}XF*xV|s^O[[T5-y_">
                        <mutation items="2"></mutation>
                        <value name="ADD0">
                          <block type="text" id=")A^KesPc24S7[#WdiUpC">
                            <field name="TEXT">Menang :</field>
                          </block>
                        </value>
                        <value name="ADD1">
                          <block type="variables_get" id="RgAIb=eB,f|Iou[N!-8I">
                            <field name="VAR">martingale:profit</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </statement>
                <statement name="ELSE">
                  <block type="notify" id="_i^CFKP~e49;_EKp{u/`">
                    <field name="NOTIFICATION_TYPE">warn</field>
                    <field name="NOTIFICATION_SOUND">silent</field>
                    <value name="MESSAGE">
                      <block type="text_join" id="u^Z8+w=IkvP+)w3`*lGO">
                        <mutation items="2"></mutation>
                        <value name="ADD0">
                          <block type="text" id="xoNPU9oIK8J)B^%vr%^~">
                            <field name="TEXT">Kalah :</field>
                          </block>
                        </value>
                        <value name="ADD1">
                          <block type="math_single" id="~h0K!.E)*v-|,9vGuFn1">
                            <field name="OP">ABS</field>
                            <value name="NUM">
                              <shadow type="math_number" id="GleSn`9j7Cm7/dqg}FIA">
                                <field name="NUM">9</field>
                              </shadow>
                              <block type="variables_get" id="tj[WVE=J+4/Z:KIQ:g}v">
                                <field name="VAR">martingale:profit</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </statement>
                <next>
                  <block type="procedures_callnoreturn" id="RHC~X)8#c;n3tE`]u1*.">
                    <mutation name="Traditional Martingale System Core Functionality">
                      <arg name="martingale:resultIsWin"></arg>
                    </mutation>
                    <value name="ARG0">
                      <block type="variables_get" id="[|xwly3+qnsyH8X40V0H">
                        <field name="VAR">martingale:resultIsWin</field>
                      </block>
                    </value>
                    <next>
                      <block type="notify" id="Cvi8%t{p9/_xm#+X]om(">
                        <field name="NOTIFICATION_TYPE">info</field>
                        <field name="NOTIFICATION_SOUND">silent</field>
                        <value name="MESSAGE">
                          <block type="text_join" id="BJCQ#/4O0}z[^DR9GgkO">
                            <mutation items="2"></mutation>
                            <value name="ADD0">
                              <block type="text" id="ijsv9!fxO*BB:8yHR`f|">
                                <field name="TEXT">Total Keuntungan : </field>
                              </block>
                            </value>
                            <value name="ADD1">
                              <block type="variables_get" id="Kc?RVUrXujr{1X[%y1sW">
                                <field name="VAR">martingale:totalProfit</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="ix3Jwr;,l7NS%LeIjciS">
                            <field name="VAR">martingale:tradeAgain</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="Z;.teZof4syfkPW!mqo,">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                            <next>
                              <block type="controls_if" id="]Kv}Tw=x^zr6@I@D@S4q">
                                <mutation else="1"></mutation>
                                <value name="IF0">
                                  <block type="logic_compare" id=")|LQhZk*#Wi64TgP!Xa^">
                                    <field name="OP">LT</field>
                                    <value name="A">
                                      <block type="variables_get" id="JIN._QaycDvYwCfcJGCM">
                                        <field name="VAR">martingale:totalProfit</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="variables_get" id="ca~g-NW_y(msxA`ID6uw">
                                        <field name="VAR">martingale:expectedProfit</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="controls_if" id="fVNi_Cv-~iB/uc)2U.3u">
                                    <mutation else="1"></mutation>
                                    <value name="IF0">
                                      <block type="logic_compare" id="+`bh%N2o{Y5P*([/ypeU">
                                        <field name="OP">GT</field>
                                        <value name="A">
                                          <block type="variables_get" id="J~+vmLG#*!wX@7rgH_a9">
                                            <field name="VAR">martingale:totalProfit</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_single" id="ETDn1dh]F.b#8{zcD@+|">
                                            <field name="OP">NEG</field>
                                            <value name="NUM">
                                              <shadow type="math_number" id="#4N:bIe?FzTA#rOZjMqo">
                                                <field name="NUM">9</field>
                                              </shadow>
                                              <block type="variables_get" id="OovN9^AB=zF:sTh-=oGq">
                                                <field name="VAR">martingale:maximumLoss</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="variables_set" id="y%eZ%16)YFB?;J!WT-/1">
                                        <field name="VAR">martingale:tradeAgain</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="qt?z|=[ordjkFsa{CxlK">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <statement name="ELSE">
                                      <block type="text_print" id="(!.##DU]KjPhy^tQC6YF">
                                        <value name="TEXT">
                                          <shadow type="text" id="kqlrIk.GO.^}hI,PoUV)">
                                            <field name="TEXT">abc</field>
                                          </shadow>
                                          <block type="text_join" id="oX?Ia)5gqDMl[H*da_9g">
                                            <mutation items="2"></mutation>
                                            <value name="ADD0">
                                              <block type="text" id="ox|AU:{^KZm`Bk=piPeZ">
                                                <field name="TEXT">Anda Mengalami Kerugian Karena Sudah Tembus Batas Limit Maksimal Kerugian!! Total Kerugian Anda :</field>
                                              </block>
                                            </value>
                                            <value name="ADD1">
                                              <block type="math_single" id="bc,1cQ})F_fQN*9Fird^">
                                                <field name="OP">NEG</field>
                                                <value name="NUM">
                                                  <shadow type="math_number" id="pi;;Fh3#fMUD2s`W_UJZ">
                                                    <field name="NUM">9</field>
                                                  </shadow>
                                                  <block type="variables_get" id="=b`joCv5,]G3N=_{)2ND">
                                                    <field name="VAR">martingale:totalProfit</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                  </block>
                                </statement>
                                <statement name="ELSE">
                                  <block type="text_print" id="RqQw_^5^@PdBOSiPMkW7">
                                    <value name="TEXT">
                                      <shadow type="text" id="kqlrIk.GO.^}hI,PoUV)">
                                        <field name="TEXT">abc</field>
                                      </shadow>
                                      <block type="text_join" id="uNhAtc%n?rJat;igy.i;">
                                        <mutation items="2"></mutation>
                                        <value name="ADD0">
                                          <block type="text" id="+Fd!Q%aw=bq2)~qEmqt=">
                                            <field name="TEXT">Target Keuntungan Telah Tercapai!!! Total Keuntungan Anda :</field>
                                          </block>
                                        </value>
                                        <value name="ADD1">
                                          <block type="variables_get" id="CxB@:}TG^Od;=yysk/#C">
                                            <field name="VAR">martingale:totalProfit</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
    <value name="RETURN">
      <block type="variables_get" id="zEXck3l4zHs1m9JF0^g.">
        <field name="VAR">martingale:tradeAgain</field>
      </block>
    </value>
  </block>
  <block type="procedures_defnoreturn" id="TY/(qs?1mzi0doraNq_[" collapsed="true" x="0" y="52">
    <mutation>
      <arg name="martingale:resultIsWin"></arg>
    </mutation>
    <field name="NAME">Traditional Martingale System Core Functionality</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <statement name="STACK">
      <block type="controls_if" id="wcQS%xc8=!!#P52Kt:1x">
        <mutation else="1"></mutation>
        <value name="IF0">
          <block type="variables_get" id="P]*Fp7~p#Lj1S#`(3rAr">
            <field name="VAR">martingale:resultIsWin</field>
          </block>
        </value>
        <statement name="DO0">
          <block type="variables_set" id=",*SKPEhPmhmsq#tq`G*9">
            <field name="VAR">martingale:size</field>
            <value name="VALUE">
              <block type="math_number" id="tNP@,EBgjET40TC9jh05">
                <field name="NUM">1</field>
              </block>
            </value>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="variables_set" id="t-K_E*m(aYDGloWhgc%=">
            <field name="VAR">martingale:size</field>
            <value name="VALUE">
              <block type="math_arithmetic" id=";x;#^I=T5+dN,Zu?u9%y">
                <field name="OP">MULTIPLY</field>
                <value name="A">
                  <shadow type="math_number" id="QujpfOq.d^A8_SMe`uvh">
                    <field name="NUM">1</field>
                  </shadow>
                  <block type="variables_get" id="!7jq#O^~DP+j~efJv=eV">
                    <field name="VAR">martingale:size</field>
                  </block>
                </value>
                <value name="B">
                  <shadow type="math_number" id="%6%m1;%94AYq9a7`g[u!">
                    <field name="NUM">1</field>
                  </shadow>
                  <block type="variables_get" id="bBj-mlXoO%KT)k(p0Rkq">
                    <field name="VAR">martingale:multiplierSize</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="procedures_defreturn" id="qq2xGirc*Byb/P/HE^]H" collapsed="true" x="0" y="104">
    <field name="NAME">Traditional Martingale System Stake Amount</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <statement name="STACK">
      <block type="controls_if" id="n4tz9*`uW5vI{Y(mwC)L">
        <value name="IF0">
          <block type="logic_compare" id="3qWA5gevZ|UpE{.gFl4n">
            <field name="OP">EQ</field>
            <value name="A">
              <block type="variables_get" id="nXPxXCq9p:hf1Xx:`D_{">
                <field name="VAR">martingale:expectedProfit</field>
              </block>
            </value>
            <value name="B">
              <block type="logic_null" id="Tp8pr^]@7PA~eGl`XK?b"></block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="variables_set" id="p8_@*8We560p~d]XEj-I">
            <field name="VAR">martingale:expectedProfit</field>
            <value name="VALUE">
              <block type="text_prompt_ext" id="%r0#U,KXY;)S1-I},GCs">
                <mutation type="NUMBER"></mutation>
                <field name="TYPE">NUMBER</field>
                <value name="TEXT">
                  <shadow type="text" id=".P`a1!r=yj-[H(SJX}_m">
                    <field name="TEXT">abc</field>
                  </shadow>
                  <block type="text" id="AlB(yFhIT1/FZu-ZEpqQ">
                    <field name="TEXT">Tetapkan Target Keuntungan Anda !!!</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </statement>
        <next>
          <block type="controls_if" id="qa:)sj8|A!lxwG*|YaO]">
            <value name="IF0">
              <block type="logic_compare" id="fo(G)bKdQhx,?aEY[Yl}">
                <field name="OP">EQ</field>
                <value name="A">
                  <block type="variables_get" id="`Geg[{!:(HTr6q)A];`0">
                    <field name="VAR">martingale:maximumLoss</field>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_null" id="!X8^fykpJtsH#Il8+Wh9"></block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="variables_set" id="t3Gw#E]HVqIM/6J-t-2Y">
                <field name="VAR">martingale:maximumLoss</field>
                <value name="VALUE">
                  <block type="text_prompt_ext" id="K[Cz2)F(1ny#Zw!j7j!V">
                    <mutation type="NUMBER"></mutation>
                    <field name="TYPE">NUMBER</field>
                    <value name="TEXT">
                      <shadow type="text" id=".P`a1!r=yj-[H(SJX}_m">
                        <field name="TEXT">abc</field>
                      </shadow>
                      <block type="text" id="dfNPxr:VpC%uF[yz%xk[">
                        <field name="TEXT">Batas Maksimal Kerugian !!!</field>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </statement>
            <next>
              <block type="controls_if" id="^CEM+~9aQ2uhnXtkL`kv">
                <value name="IF0">
                  <block type="logic_compare" id="wL4k~{ia}[/ON_+z47RO">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="WjGS@!}HI|kFH{rJqavk">
                        <field name="VAR">martingale:amount</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_null" id="qTK#~^WMVK;Wyz1LJ/@d"></block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="variables_set" id="ZxKDnNw2?MsznEZQtR6`">
                    <field name="VAR">martingale:amount</field>
                    <value name="VALUE">
                      <block type="text_prompt_ext" id="^4peSz1pJ=`,CaD#@6Jd">
                        <mutation type="NUMBER"></mutation>
                        <field name="TYPE">NUMBER</field>
                        <value name="TEXT">
                          <shadow type="text" id=".P`a1!r=yj-[H(SJX}_m">
                            <field name="TEXT">abc</field>
                          </shadow>
                          <block type="text" id="=6eX{Eblptb4BBlz7?U[">
                            <field name="TEXT">Tentukan Jumlah Stake Yang Akan Di Tradingkan !!!:</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </statement>
                <next>
                  <block type="controls_if" id="kC@O!Xl:KO^G_(uzKTzH">
                    <value name="IF0">
                      <block type="logic_compare" id="@|K%}q0X`VebpuZQ=EV*">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="variables_get" id="(xdUld=/ZoI`Y#*TZfMw">
                            <field name="VAR">martingale:size</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_null" id="CA@kQ}mQ:c8NW0=5Ed[."></block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="variables_set" id="i6f6Qwj?2nLE;^KlN:Z@">
                        <field name="VAR">martingale:multiplierSize</field>
                        <value name="VALUE">
                          <block type="text_prompt_ext" id="gHWIH5Fo4=j=J*,-~q??">
                            <mutation type="NUMBER"></mutation>
                            <field name="TYPE">NUMBER</field>
                            <value name="TEXT">
                              <shadow type="text" id=".P`a1!r=yj-[H(SJX}_m">
                                <field name="TEXT">abc</field>
                              </shadow>
                              <block type="text" id="|k}XGZZ}Z7RUCb!Tpg=+">
                                <field name="TEXT">Faktor Pengali Martingale !!!</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="^xOi2|SaRE2S4sk8(u74">
                            <field name="VAR">martingale:size</field>
                            <value name="VALUE">
                              <block type="math_number" id="V^QkcFsonsJWZ0pgI8IU">
                                <field name="NUM">1</field>
                              </block>
                            </value>
                          </block>
                        </next>
                      </block>
                    </statement>
                    <next>
                      <block type="controls_if" id="fwmgCgdRdN{)3S|t|fn7">
                        <value name="IF0">
                          <block type="logic_compare" id="pj:P)Py2NsbQ8@=5Y9D=">
                            <field name="OP">EQ</field>
                            <value name="A">
                              <block type="variables_get" id="5A]k/?)Q#Xi4G,Wpd;Pz">
                                <field name="VAR">martingale:totalProfit</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="logic_null" id=";,X}K#n`DxM#4`t;d~Cc"></block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="variables_set" id="MmEFyqc*]VjjlJZzlNt[">
                            <field name="VAR">martingale:totalProfit</field>
                            <value name="VALUE">
                              <block type="math_number" id="DcgRnz]nVdJyT*eH=v!;">
                                <field name="NUM">0</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
    <value name="RETURN">
      <block type="math_arithmetic" id="!BlRd)C:TXj@_wErj#qz">
        <field name="OP">MULTIPLY</field>
        <value name="A">
          <shadow type="math_number" id="F/^.gR-k|dBg*ZMQ,E?v">
            <field name="NUM">1</field>
          </shadow>
          <block type="variables_get" id="4;YLe/OL#s08%Fg6}T[#">
            <field name="VAR">martingale:size</field>
          </block>
        </value>
        <value name="B">
          <shadow type="math_number" id="v*eC4j=U!K8B76C5kQ*U">
            <field name="NUM">1</field>
          </shadow>
          <block type="variables_get" id="]6BmBNR~M:1|pttC(CT_">
            <field name="VAR">martingale:amount</field>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="Dek[+q%VfsCp.F^082wr" collapsed="true" x="0" y="156">
    <mutation>
      <arg name="Input List"></arg>
      <arg name="Periods"></arg>
    </mutation>
    <field name="NAME">Donchian Channel - High</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="math_on_list" id="/$#%v?oDj^D.k:HqO6fN">
        <mutation op="MAX"></mutation>
        <field name="OP">MAX</field>
        <value name="LIST">
          <block type="lists_getSublist" id="Eyh:5crqH4ukI4Fd7ZB%">
            <mutation at1="true" at2="false"></mutation>
            <field name="WHERE1">FROM_END</field>
            <field name="WHERE2">LAST</field>
            <value name="LIST">
              <block type="variables_get" id="%;bG0jm4jDE#ecF[yrJ8">
                <field name="VAR">Input List</field>
              </block>
            </value>
            <value name="AT1">
              <block type="variables_get" id="}e`?COZo$euK8*PWRTcA">
                <field name="VAR">Periods</field>
              </block>
            </value>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="l?0~5QxY.-ISpN:wpvrH" collapsed="true" x="0" y="208">
    <mutation>
      <arg name="Input List"></arg>
      <arg name="Periods"></arg>
    </mutation>
    <field name="NAME">Donchian Channel - Low</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="math_on_list" id="a`j,kTurLaN:Lj{^tYKR">
        <mutation op="MIN"></mutation>
        <field name="OP">MIN</field>
        <value name="LIST">
          <block type="lists_getSublist" id="l{]itKRUKmb1o_lEKp%H">
            <mutation at1="true" at2="false"></mutation>
            <field name="WHERE1">FROM_END</field>
            <field name="WHERE2">LAST</field>
            <value name="LIST">
              <block type="variables_get" id="m}#@sxsqX=?;Je+n?s5o">
                <field name="VAR">Input List</field>
              </block>
            </value>
            <value name="AT1">
              <block type="variables_get" id="m)ZH+GB[yE}yuOtyaw`6">
                <field name="VAR">Periods</field>
              </block>
            </value>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="tick_analysis" id="0S6P__{QYNQ2-BkyAA7_" collapsed="true" x="0" y="260">
    <statement name="TICKANALYSIS_STACK">
      <block type="variables_set" id="70OCN/*LJDt,vG*uX_O|">
        <field name="VAR">Highest - High</field>
        <value name="VALUE">
          <block type="procedures_callreturn" id="8hf.{LBuE~0!2L+;_u=_">
            <mutation name="Donchian Channel - High">
              <arg name="Input List"></arg>
              <arg name="Periods"></arg>
            </mutation>
            <value name="ARG0">
              <block type="ticks" id="5a4vL$kfPF@~=S=)19f8"></block>
            </value>
            <value name="ARG1">
              <block type="math_number" id="X5uPV=j^5uNK0*(ngfr*">
                <field name="NUM">30</field>
              </block>
            </value>
          </block>
        </value>
        <next>
          <block type="variables_set" id="MT4-!iIf%i*H%Rw|gZpC">
            <field name="VAR">Lowest - Low</field>
            <value name="VALUE">
              <block type="procedures_callreturn" id="Y:39}IE.m7hHag_UP;aJ">
                <mutation name="Donchian Channel - Low">
                  <arg name="Input List"></arg>
                  <arg name="Periods"></arg>
                </mutation>
                <value name="ARG0">
                  <block type="ticks" id="FmT.LDhq4Bpd%N}IC+o1"></block>
                </value>
                <value name="ARG1">
                  <block type="math_number" id="(/pZ9|J/)-r(nEV4{NWv">
                    <field name="NUM">30</field>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="notify" id="l^/gt{7F?FIwG[7L@uwG">
                <field name="NOTIFICATION_TYPE">warn</field>
                <field name="NOTIFICATION_SOUND">silent</field>
                <value name="MESSAGE">
                  <shadow type="text" id="tmhABSsIZ5TsRtLrl47E">
                    <field name="TEXT">abc</field>
                  </shadow>
                  <block type="text_join" id="r5{8BY.h@pb][1)TyKnw">
                    <mutation items="4"></mutation>
                    <value name="ADD0">
                      <block type="text" id="4ctDZJazCV$D2ra-UotJ">
                        <field name="TEXT">Highest Poin : </field>
                      </block>
                    </value>
                    <value name="ADD1">
                      <block type="variables_get" id="C0%g4Oqcp?@A_[S-13v6">
                        <field name="VAR">Highest - High</field>
                      </block>
                    </value>
                    <value name="ADD2">
                      <block type="text" id="sv~+H4D4(@*b}ycTFeGu">
                        <field name="TEXT"> | Lowest Poin : </field>
                      </block>
                    </value>
                    <value name="ADD3">
                      <block type="variables_get" id="DbjIR@/8./7Tc.!~~uk$">
                        <field name="VAR">Lowest - Low</field>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <block type="tick_analysis" id="$|L~VzGY:!J=`325bai8" collapsed="true" x="0" y="312">
    <statement name="TICKANALYSIS_STACK">
      <block type="variables_set" id="FM$`uUgpt5g}1$3x2Y:4">
        <field name="VAR">SMA-25</field>
        <value name="VALUE">
          <block type="sma" id="x5Xl.xk(nLU,8[[91G25">
            <value name="INPUT">
              <block type="ticks" id="[PROTECTED EMAIL](6kC%L|"></block>
            </value>
            <value name="PERIOD">
              <shadow type="math_number" id="[6Y0-zfXii7Mfv/;P?!.">
                <field name="NUM">10</field>
              </shadow>
              <block type="math_number" id="cns$%ltI+c!6(~N~T@Ny">
                <field name="NUM">25</field>
              </block>
            </value>
          </block>
        </value>
        <next>
          <block type="variables_set" id="RNU*`|j+M:n3Ibqj}ZEQ">
            <field name="VAR">SMA-30</field>
            <value name="VALUE">
              <block type="sma" id="x5^#*X.+%}~rkNRO*QC0">
                <value name="INPUT">
                  <block type="ticks" id="qUPog4dE~:[?L?fCB^I;"></block>
                </value>
                <value name="PERIOD">
                  <shadow type="math_number" id="[6Y0-zfXii7Mfv/;P?!.">
                    <field name="NUM">10</field>
                  </shadow>
                  <block type="math_number" id="Z46|=lX@QUs[#?]%_0^3">
                    <field name="NUM">30</field>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="variables_set" id="1*yAcY/k6Bb)B;DsLdv_">
                <field name="VAR">SMA-35</field>
                <value name="VALUE">
                  <block type="sma" id="t?uNY9|9rf1bj7%Ea5${">
                    <value name="INPUT">
                      <block type="ticks" id="eLW%f-x~NM?c_gg+rSh@"></block>
                    </value>
                    <value name="PERIOD">
                      <shadow type="math_number" id="[6Y0-zfXii7Mfv/;P?!.">
                        <field name="NUM">10</field>
                      </shadow>
                      <block type="math_number" id="EHwa-w-8jNT|MKD^xte-">
                        <field name="NUM">35</field>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="_UOLK|0%pq,p^)_y1*!}">
                    <field name="VAR">SMA-40</field>
                    <value name="VALUE">
                      <block type="sma" id="p09G7+fOrMysOVGsx+%P">
                        <value name="INPUT">
                          <block type="ticks" id="|G[Z@d{Q=)aFZ`8R@0J]"></block>
                        </value>
                        <value name="PERIOD">
                          <shadow type="math_number" id="[6Y0-zfXii7Mfv/;P?!.">
                            <field name="NUM">10</field>
                          </shadow>
                          <block type="math_number" id="@@Y[SNsz/bPYWb_2/hao">
                            <field name="NUM">40</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="V7Q4I2Kbx=,u,6sNA7~;">
                        <field name="VAR">SMA-45</field>
                        <value name="VALUE">
                          <block type="sma" id=")-(u?Dc@!CeV7?qqhG?r">
                            <value name="INPUT">
                              <block type="ticks" id="Ku+Ef#5p77/_@j}}=qb:"></block>
                            </value>
                            <value name="PERIOD">
                              <shadow type="math_number" id="[6Y0-zfXii7Mfv/;P?!.">
                                <field name="NUM">10</field>
                              </shadow>
                              <block type="math_number" id="l,u.Y|ZJt[w~?!r7g,Km">
                                <field name="NUM">45</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="+rD/Xp1Pn,l(L1|.]czI">
                            <field name="VAR">SMA-50</field>
                            <value name="VALUE">
                              <block type="sma" id="BbJ)aN=i2h@UBrJlVJz,">
                                <value name="INPUT">
                                  <block type="ticks" id="QMZFrA0~A[S4XhIc7VK["></block>
                                </value>
                                <value name="PERIOD">
                                  <shadow type="math_number" id="[6Y0-zfXii7Mfv/;P?!.">
                                    <field name="NUM">10</field>
                                  </shadow>
                                  <block type="math_number" id="nNcyMmnF.*gD)|r_OepV">
                                    <field name="NUM">50</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <block type="tick_analysis" id="mEX*nD4m.IFI/G:Lw4V(" collapsed="true" x="0" y="364">
    <statement name="TICKANALYSIS_STACK">
      <block type="variables_set" id="_@I`$MOh`zlD=(QtHy?J">
        <field name="VAR">UPTREND</field>
        <value name="VALUE">
          <block type="logic_operation" id="=k,L-n66CLDdH!{cR65L">
            <field name="OP">AND</field>
            <value name="A">
              <block type="logic_operation" id="=9;)SAN:(g2x:5V|:?j+">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_compare" id="IoorI;k0Z!z;R}@4LFC|">
                    <field name="OP">GT</field>
                    <value name="A">
                      <block type="tick" id="*c(:%3]s36.e(~uGF,KQ"></block>
                    </value>
                    <value name="B">
                      <block type="variables_get" id="IcKX#0LN9dHGiqVf/|2d">
                        <field name="VAR">SMA-25</field>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_compare" id="y(;h2I_+5,.yh=d)/w#7">
                    <field name="OP">GT</field>
                    <value name="A">
                      <block type="variables_get" id=";~J8.v;+iCXov@.*+M$A">
                        <field name="VAR">SMA-25</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="variables_get" id=";stSy~ja$/lfO@64KNZp">
                        <field name="VAR">SMA-30</field>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
            <value name="B">
              <block type="logic_operation" id="!94#VKsPc%r%=,|;poR(">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_operation" id="teFIU}hK#`3lgGR4HW3-">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="si2%R+-+K|6jtXhu[kAn">
                        <field name="OP">GT</field>
                        <value name="A">
                          <block type="variables_get" id="YSYFiRoCc}XV=1G;Z8DW">
                            <field name="VAR">SMA-30</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="^-y,]FtyOzre@|s{wfDC">
                            <field name="VAR">SMA-35</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="lFC=~V:.p[QJvzgPAU6=">
                        <field name="OP">GT</field>
                        <value name="A">
                          <block type="variables_get" id="dJ5+.IRZ.zC=c3zHq5U8">
                            <field name="VAR">SMA-35</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="XOu49W@z0/dVi?.3e[`_">
                            <field name="VAR">SMA-40</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_operation" id="0~~ooIH2587N,`Paio|=">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="HItch,#,qIBq42V#bXVB">
                        <field name="OP">GT</field>
                        <value name="A">
                          <block type="variables_get" id="6mfyN_MvVyE)y-38Cdl5">
                            <field name="VAR">SMA-40</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="OKMPJ,7ZJxc56?rg`:[.">
                            <field name="VAR">SMA-45</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="+W4DIMtj=VvDG#r-U}}n">
                        <field name="OP">GT</field>
                        <value name="A">
                          <block type="variables_get" id="o19Y#h3_Gid-#{{c7A-m">
                            <field name="VAR">SMA-45</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="{+|RBLISUK{TUpwl22Pv">
                            <field name="VAR">SMA-50</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
        <next>
          <block type="variables_set" id="sp2P$~P8}s+r0e0Ru9N/">
            <field name="VAR">DOWNTREND</field>
            <value name="VALUE">
              <block type="logic_operation" id=";DeYC.UC;}0I{22xLfGQ">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_operation" id="YcCoO?A?T.@7^.uSX{B@">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="Wgu+-{}2VExqdTtYM!d*">
                        <field name="OP">LT</field>
                        <value name="A">
                          <block type="tick" id="%4u^9Y^APmZ?c2?DjbAh"></block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="p.:s@0VT$HAw#6^8t;/-">
                            <field name="VAR">SMA-25</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="Fpw@sOb-p;sMDsw/QTEm">
                        <field name="OP">LT</field>
                        <value name="A">
                          <block type="variables_get" id=".Shhbd9j)9Eb@8BKD6.l">
                            <field name="VAR">SMA-25</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="{:2=OjrYu*u_qZ}Nj|?4">
                            <field name="VAR">SMA-30</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_operation" id="@~2N~{cx7,FYp3j;3F;=">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_operation" id="!!zl10`HTt{IB4}6?gt^">
                        <field name="OP">AND</field>
                        <value name="A">
                          <block type="logic_compare" id="uWg}J]whOkl;VMa[I]:+">
                            <field name="OP">LT</field>
                            <value name="A">
                              <block type="variables_get" id="_wtRa~]?[?XD=NO4oecw">
                                <field name="VAR">SMA-30</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="yoRd5Nn[G8V@NGJ#.=Ag">
                                <field name="VAR">SMA-35</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_compare" id="oWpE|rG1]eh9RY3M4ruN">
                            <field name="OP">LT</field>
                            <value name="A">
                              <block type="variables_get" id="$[b5QMpK8,a0OQH|3g+=">
                                <field name="VAR">SMA-35</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="Tu0dfZo^yJ*h8fo106FJ">
                                <field name="VAR">SMA-40</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_operation" id="Q`ZKwz/}cK.lVG/yq4b~">
                        <field name="OP">AND</field>
                        <value name="A">
                          <block type="logic_compare" id="%XvhbZl%NjX#]4l^+Vm}">
                            <field name="OP">LT</field>
                            <value name="A">
                              <block type="variables_get" id="s9tTY2}d.%P`?QPF{Qqc">
                                <field name="VAR">SMA-40</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="@[~ET,RXThWZ^F$V#63q">
                                <field name="VAR">SMA-45</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_compare" id="5wuEw8!9bFO-s-lG!^G0">
                            <field name="OP">LT</field>
                            <value name="A">
                              <block type="variables_get" id="la@%)uBK1Q$`6DJ841g1">
                                <field name="VAR">SMA-45</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="]RN*i7U/ovfm*hO)OW/k">
                                <field name="VAR">SMA-50</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="variables_set" id="S3v*L6@(OF[:qI`1o5l,">
                <field name="VAR">SIDEWAY</field>
                <value name="VALUE">
                  <block type="logic_operation" id="){QkQ9X#n:$:uMz~]$Sz">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="82d.QFda?J9s[GX~-4q-">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="variables_get" id="x_EA^pxD:PyvOtE[8f1w">
                            <field name="VAR">UPTREND</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_boolean" id="9bJ$#69;im+;[IJkl3)L">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="kmwjIcoH#CiFc$)?}40-">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="variables_get" id="=J=QKC6hr`r;E(][rkZe">
                            <field name="VAR">DOWNTREND</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_boolean" id="SjZklsMgw$-Iecr@P!^E">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <block type="tick_analysis" id="TP}fqVX;6/l=2:i`msMr" collapsed="true" x="0" y="416">
    <statement name="TICKANALYSIS_STACK">
      <block type="controls_if" id="RL7vZ}*~JAf*zwFS{z5U">
        <mutation elseif="1" else="1"></mutation>
        <value name="IF0">
          <block type="logic_compare" id="PMJVio[Gy6;^XLf+Iwq,">
            <field name="OP">EQ</field>
            <value name="A">
              <block type="variables_get" id=",.AOglug#c(xRC$L0ClM">
                <field name="VAR">UPTREND</field>
              </block>
            </value>
            <value name="B">
              <block type="logic_boolean" id="-a$4NdLt~a(H1]za[cOx">
                <field name="BOOL">TRUE</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="notify" id="G+o^|H.w3EVjv81Bbqw.">
            <field name="NOTIFICATION_TYPE">success</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <shadow type="text" id="tmhABSsIZ5TsRtLrl47E">
                <field name="TEXT">abc</field>
              </shadow>
              <block type="text_join" id="Y+MEVKDHpJhp6O`}p~k`">
                <mutation items="1"></mutation>
                <value name="ADD0">
                  <block type="text" id="2^G~Wx6:RGK}9hOcBI5y">
                    <field name="TEXT">| MARKET CONDITION |&gt; UPTREND</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </statement>
        <value name="IF1">
          <block type="logic_compare" id="A=$5%OtI(X*H3Z@O:n]1">
            <field name="OP">EQ</field>
            <value name="A">
              <block type="variables_get" id="Ia9p#C8H4z_~UiIzGSY=">
                <field name="VAR">DOWNTREND</field>
              </block>
            </value>
            <value name="B">
              <block type="logic_boolean" id="zE4#BTDR-W;g;rN:.7{w">
                <field name="BOOL">TRUE</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO1">
          <block type="notify" id="?=~J5_}A?v|!vqVx@gh?">
            <field name="NOTIFICATION_TYPE">error</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <shadow type="text" id="tmhABSsIZ5TsRtLrl47E">
                <field name="TEXT">abc</field>
              </shadow>
              <block type="text_join" id="uM7lW3ds];v*W%f3^Hg~">
                <mutation items="1"></mutation>
                <value name="ADD0">
                  <block type="text" id="vvZgM{h=+*z+/G5_}fz1">
                    <field name="TEXT">| MARKET CONDITION |&gt; DOWNTREND</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="notify" id="Dxqgkc}F0YPH(g$TIJ**">
            <field name="NOTIFICATION_TYPE">info</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <shadow type="text" id="tmhABSsIZ5TsRtLrl47E">
                <field name="TEXT">abc</field>
              </shadow>
              <block type="text_join" id="kPXjVwNbU;Ey4FKZwY[j">
                <mutation items="1"></mutation>
                <value name="ADD0">
                  <block type="text" id="R6Ji.MfVubinwsK0LeEq">
                    <field name="TEXT">| MARKET CONDITION |&gt; SIDEWAY</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="trade" id="73vWdDagX-YhN)CtN.3D" x="0" y="468">
    <field name="MARKET_LIST">volidx</field>
    <field name="SUBMARKET_LIST">random_index</field>
    <field name="SYMBOL_LIST">R_10</field>
    <field name="TRADETYPECAT_LIST">touchnotouch</field>
    <field name="TRADETYPE_LIST">touchnotouch</field>
    <field name="TYPE_LIST">ONETOUCH</field>
    <field name="CANDLEINTERVAL_LIST">60</field>
    <field name="TIME_MACHINE_ENABLED">FALSE</field>
    <field name="RESTARTONERROR">TRUE</field>
    <statement name="SUBMARKET">
      <block type="controls_if" id="_=~zTNVRGoZu$i38Jlyz">
        <mutation else="1"></mutation>
        <value name="IF0">
          <block type="check_direction" id="|(L@W.K8[}rAsxEJ?2.!">
            <field name="CHECK_DIRECTION">rise</field>
          </block>
        </value>
        <statement name="DO0">
          <block type="variables_set" id="E4o0QPhRTJmb`U.4@VJ5">
            <field name="VAR">last result</field>
            <value name="VALUE">
              <block type="text" id="tD(Kl*#Aq^N-KPE3USBi">
                <field name="TEXT">RISE</field>
              </block>
            </value>
            <next>
              <block type="tradeOptions" id="4Fd||~mq9nU5@vfudp^Z">
                <field name="DURATIONTYPE_LIST">m</field>
                <field name="CURRENCY_LIST">USD</field>
                <field name="BARRIEROFFSETTYPE_LIST">+</field>
                <value name="DURATION">
                  <block type="math_number" id="0p-bjjEuB1k(LNWLaiS]">
                    <field name="NUM">2</field>
                  </block>
                </value>
                <value name="AMOUNT">
                  <block type="procedures_callreturn" id="!u{3VlFd}x~LAr|BMM7G" collapsed="true">
                    <mutation name="Traditional Martingale System Stake Amount"></mutation>
                  </block>
                </value>
                <value name="BARRIEROFFSET">
                  <block type="math_number" id="5%.*VF]%dp0yJMQ@;#e?">
                    <field name="NUM">0.6</field>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="variables_set" id="TU0s.LJg*[!AxFXX5*NL">
            <field name="VAR">last result</field>
            <value name="VALUE">
              <block type="text" id="/~YJ{mD_N{J1yOo_1wcn">
                <field name="TEXT">FALL</field>
              </block>
            </value>
            <next>
              <block type="tradeOptions" id="bO]gy,)|)9XbsxU~u^m*">
                <field name="DURATIONTYPE_LIST">m</field>
                <field name="CURRENCY_LIST">USD</field>
                <field name="BARRIEROFFSETTYPE_LIST">-</field>
                <value name="DURATION">
                  <block type="math_number" id="to}Uw3fK7=jsJ46*C$F3">
                    <field name="NUM">2</field>
                  </block>
                </value>
                <value name="AMOUNT">
                  <block type="procedures_callreturn" id="]GB/rG2nzkVCNy$m~Y8Q" collapsed="true">
                    <mutation name="Traditional Martingale System Stake Amount"></mutation>
                  </block>
                </value>
                <value name="BARRIEROFFSET">
                  <block type="math_number" id="fT!^fttA6EUo(p$Sn)x!">
                    <field name="NUM">0.6</field>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="before_purchase" id="(p@?`#|e-f5q^Z^Lo4/6" x="0" y="974">
    <statement name="BEFOREPURCHASE_STACK">
      <block type="controls_if" id="DX2I1HbkNU!ZO,sTDN51">
        <mutation elseif="1"></mutation>
        <value name="IF0">
          <block type="logic_compare" id="}k!P:Eb-CAYHrdn`uH}~">
            <field name="OP">EQ</field>
            <value name="A">
              <block type="tick" id=",!y!tSNbx9izp5M*/g3l"></block>
            </value>
            <value name="B">
              <block type="variables_get" id="j_*Y9D`FRy})Bzcis4g$">
                <field name="VAR">Highest - High</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="controls_if" id="OvgK#|N}%7tOu-h%U)B}">
            <value name="IF0">
              <block type="logic_compare" id="bNY%A0LvKEzucYfUY%;l">
                <field name="OP">EQ</field>
                <value name="A">
                  <block type="variables_get" id="TG+]qrfJLuR];hY*?*(j">
                    <field name="VAR">UPTREND</field>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_boolean" id="_6nRH`ew;;ITlb%U8n@`">
                    <field name="BOOL">TRUE</field>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="controls_if" id="!nMzxrs-Q7;@!.L[VLL$">
                <value name="IF0">
                  <block type="logic_compare" id="dV|D1-TpqDrn==Ti~;_p">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="XhMdU$xQ!tU8aimA18bL">
                        <field name="VAR">last result</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="q]anHbKa`FSa%i,#PEE@">
                        <field name="TEXT">RISE</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="purchase" id="|D=m(B(kCnWu$y`eeljQ">
                    <field name="PURCHASE_LIST">ONETOUCH</field>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </statement>
        <value name="IF1">
          <block type="logic_compare" id="NYd},LE/NNcRu(k5=A__">
            <field name="OP">EQ</field>
            <value name="A">
              <block type="tick" id="xXIC@UNuB`D8l:g0{..4"></block>
            </value>
            <value name="B">
              <block type="variables_get" id="xt0hJ=y/4E7OQZ9s.j+|">
                <field name="VAR">Lowest - Low</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO1">
          <block type="controls_if" id="@Phi{uZ[W(la~e!VW/UN">
            <value name="IF0">
              <block type="logic_compare" id="DRtRM.i2C}BK3;D?$`1}">
                <field name="OP">EQ</field>
                <value name="A">
                  <block type="variables_get" id=";$Y@swJ5a%Os]$^Uu69B">
                    <field name="VAR">DOWNTREND</field>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_boolean" id="LCjsC,?J1h;d967BHsSZ">
                    <field name="BOOL">TRUE</field>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="controls_if" id="vYfAxDjBY3m%V6kH7dN2">
                <value name="IF0">
                  <block type="logic_compare" id="(n{z,]?_6a4GlvPx~89t">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="[lsJHc@SBWyyyPat%PGH">
                        <field name="VAR">last result</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id=";jG_rv`K*RRH4UzbmK9u">
                        <field name="TEXT">FALL</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="purchase" id="S]SC^{w?eCH$uq=QD7W-">
                    <field name="PURCHASE_LIST">ONETOUCH</field>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="after_purchase" id="Vt,CkLeK8E?%BmnB`~M)" x="0" y="1378">
    <statement name="AFTERPURCHASE_STACK">
      <block type="controls_if" id="=KbO,-HqtVsGwXTFQu;A">
        <value name="IF0">
          <block type="procedures_callreturn" id="#:Mg|GlkP@A6U0TvjHaG">
            <mutation name="Traditional Martingale System Trade Again">
              <arg name="martingale:profit"></arg>
              <arg name="martingale:resultIsWin"></arg>
            </mutation>
            <value name="ARG0">
              <block type="read_details" id="(E,!25pd^Ev`yMmr[z*_">
                <field name="DETAIL_INDEX">4</field>
              </block>
            </value>
            <value name="ARG1">
              <block type="contract_check_result" id="^ShXafO+N,gqVXtl^w)e">
                <field name="CHECK_RESULT">win</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="trade_again" id="wK(XN;iOhw^@0?^z74gG"></block>
        </statement>
      </block>
    </statement>
  </block>
</xml>
