﻿<xml xmlns="http://www.w3.org/1999/xhtml" collection="false">
  <block type="trade" id="xgH69|xFn9=70w.*3Vo@" x="-186" y="-136">
    <field name="MARKET_LIST">volidx</field>
    <field name="SUBMARKET_LIST">random_index</field>
    <field name="SYMBOL_LIST">R_100</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="INITIALIZATION">
      <block type="variables_set" id="lp)!RJq:WEh8`tB6[$UO">
        <field name="VAR">Max Loss Amount</field>
        <value name="VALUE">
          <block type="math_number" id=",X!I8L{MDm2xu=Lj+w{A">
            <field name="NUM">50</field>
          </block>
        </value>
        <next>
          <block type="variables_set" id="kJpr5dD,/as9NNrghle8">
            <field name="VAR">Expected Profit</field>
            <value name="VALUE">
              <block type="math_number" id="sTW}1C?JANi#dfrM9etn">
                <field name="NUM">100</field>
              </block>
            </value>
            <next>
              <block type="variables_set" id="4(A4MV1{:lqz4u5NmTAh">
                <field name="VAR">Win Amount</field>
                <value name="VALUE">
                  <block type="math_number" id="Ck#U+#|]Up:;|*Ayl2VK">
                    <field name="NUM">0.35</field>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="C59z|1j4aGtzhs8t{wJN">
                    <field name="VAR">Initial Amount</field>
                    <value name="VALUE">
                      <block type="math_number" id="]QU.[)#-ngdst,IQQA4I">
                        <field name="NUM">0.35</field>
                      </block>
                    </value>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
    <statement name="SUBMARKET">
      <block type="controls_if" id="w2}8NC:(wP?UWAaO(FwQ">
        <mutation else="1"></mutation>
        <value name="IF0">
          <block type="logic_compare" id=".AIe0EHD]gr.V3!A$F~6">
            <field name="OP">GT</field>
            <value name="A">
              <block type="tick" id="Y(^/Q~eq6n86%nx/rNcT"></block>
            </value>
            <value name="B">
              <block type="ema" id="AOerSx6nv}dU6nK#fGui">
                <value name="INPUT">
                  <block type="ohlc_values" id="_K_)i_r)Q-i?Y^h[O$T5" inline="false">
                    <field name="OHLCFIELD_LIST">close</field>
                    <field name="CANDLEINTERVAL_LIST">default</field>
                  </block>
                </value>
                <value name="PERIOD">
                  <shadow type="math_number" id="VqGnLZ3:(1u!hUJv%(gx">
                    <field name="NUM">305</field>
                  </shadow>
                </value>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="variables_set" id="_T,.8OE(PeH0*JQ8@@Cb">
            <field name="VAR">trend</field>
            <value name="VALUE">
              <block type="text" id=",3?tszy#4#]ZX?~c,qRf">
                <field name="TEXT">Up</field>
              </block>
            </value>
            <next>
              <block type="tradeOptions" id="x=V33~4Lb|(sLv`J[:Eb">
                <field name="DURATIONTYPE_LIST">m</field>
                <field name="CURRENCY_LIST">USD</field>
                <field name="BARRIEROFFSETTYPE_LIST">+</field>
                <value name="DURATION">
                  <shadow type="math_number" id="O*@58sDc=!cOO}*b2vf9">
                    <field name="NUM">15</field>
                  </shadow>
                </value>
                <value name="AMOUNT">
                  <shadow type="math_number" id="ml)25~7^q}3I9}vjf:%K">
                    <field name="NUM">0.35</field>
                  </shadow>
                  <block type="variables_get" id="MX,yaouUCZ!-c5)*:T?C">
                    <field name="VAR">Initial Amount</field>
                  </block>
                </value>
                <value name="BARRIEROFFSET">
                  <block type="math_number" id="Hy^N3`ylD#3`R%4|F8FB">
                    <field name="NUM">10</field>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="variables_set" id="%bDHH@hfkyO8/=ppY.hP">
            <field name="VAR">trend</field>
            <value name="VALUE">
              <block type="text" id="!Eh,gG!C+:RA7BQEwo%2">
                <field name="TEXT">Down</field>
              </block>
            </value>
            <next>
              <block type="tradeOptions" id="F}`[MSLzBL@1V5swugwL">
                <field name="DURATIONTYPE_LIST">m</field>
                <field name="CURRENCY_LIST">USD</field>
                <field name="BARRIEROFFSETTYPE_LIST">-</field>
                <value name="DURATION">
                  <shadow type="math_number" id="/Xx{z2I{+!~MmloOf.*7">
                    <field name="NUM">15</field>
                  </shadow>
                </value>
                <value name="AMOUNT">
                  <shadow type="math_number" id="JZv7{{4-z=Y5]mVkDOEm">
                    <field name="NUM">0.35</field>
                  </shadow>
                  <block type="variables_get" id="y%)HVB3e3)?)t?V@!(!U">
                    <field name="VAR">Initial Amount</field>
                  </block>
                </value>
                <value name="BARRIEROFFSET">
                  <block type="math_number" id="L*2=Dc-Etb_dR@*mz::8">
                    <field name="NUM">10</field>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="after_purchase" id="?:TXa2cX:V#a%Iid!;+U" x="517" y="-90">
    <statement name="AFTERPURCHASE_STACK">
      <block type="controls_if" id="ul.VsfM?uTaN8sxZ^]u7">
        <mutation else="1"></mutation>
        <value name="IF0">
          <block type="contract_check_result" id="qb3=UY~78mIYk]cbMS94">
            <field name="CHECK_RESULT">win</field>
          </block>
        </value>
        <statement name="DO0">
          <block type="notify" id="F]$/?YiT86m_I{}+~3xb">
            <field name="NOTIFICATION_TYPE">success</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <block type="text_join" id=":afMZ+O5y6pI##i?_8(A">
                <mutation items="2"></mutation>
                <value name="ADD0">
                  <block type="text" id="%L|{7gBz}(}95.ZtZ|5p">
                    <field name="TEXT">Won:</field>
                  </block>
                </value>
                <value name="ADD1">
                  <block type="read_details" id="(}viCx~Q-VdY7S5rSu:u">
                    <field name="DETAIL_INDEX">4</field>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="variables_set" id="N`0fiv1Q,(3f2W;NXr/?">
                <field name="VAR">Initial Amount</field>
                <value name="VALUE">
                  <block type="variables_get" id=":t%W3OK+Rf9QTPAj,k)w">
                    <field name="VAR">Win Amount</field>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="]#LHB^2=7;FY|Po%,wr5">
                    <field name="VAR">last result</field>
                    <value name="VALUE">
                      <block type="text" id="J8^mDuFI*TI,wC};z|w|">
                        <field name="TEXT">WIN</field>
                      </block>
                    </value>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="notify" id="Z/Ofyk^X.[+yF#2X^O@%">
            <field name="NOTIFICATION_TYPE">warn</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <block type="text_join" id="4S~L4@gH2R}}0{d6YzQR">
                <mutation items="2"></mutation>
                <value name="ADD0">
                  <block type="text" id="=x(V.YD#EXb!3q6cr(2/">
                    <field name="TEXT">Lost:</field>
                  </block>
                </value>
                <value name="ADD1">
                  <block type="math_single" id="|2NJ^Kf:H[rr59UuwOz`">
                    <field name="OP">ABS</field>
                    <value name="NUM">
                      <shadow type="math_number" id="soB[)@Ez!AUWj@pNv?dU">
                        <field name="NUM">9</field>
                      </shadow>
                      <block type="read_details" id="NB_fXB_QNrrDsU++q26|">
                        <field name="DETAIL_INDEX">4</field>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="variables_set" id="^[yUda[S5,DprWu2IHbi">
                <field name="VAR">last result</field>
                <value name="VALUE">
                  <block type="text" id="CwP?%]ygL2-aYO;j#)Y^">
                    <field name="TEXT">LOSS</field>
                  </block>
                </value>
                <next>
                  <block type="math_change" id="K@ow/j9Dhypt]H~q!D|z">
                    <field name="VAR">Initial Amount</field>
                    <value name="DELTA">
                      <shadow type="math_number" id="fDQsAu}J;X*5KZ}N*^Wi">
                        <field name="NUM">1</field>
                      </shadow>
                      <block type="math_arithmetic" id="fA(Kq_WTB?:2^i3{N5Mv">
                        <field name="OP">MULTIPLY</field>
                        <value name="A">
                          <shadow type="math_number" id="0(byU7?srIIA}1*GbDm[">
                            <field name="NUM">1</field>
                          </shadow>
                          <block type="math_single" id="*p3UW4yXtoh+c#2P/|{@">
                            <field name="OP">ABS</field>
                            <value name="NUM">
                              <shadow type="math_number" id="6biP%{r..`vb([6_{#[r">
                                <field name="NUM">9</field>
                              </shadow>
                              <block type="read_details" id="}(sQTz-9G:U,{bn!I2;k">
                                <field name="DETAIL_INDEX">4</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <shadow type="math_number" id="C9-,SOUICTigG3EuuA5p">
                            <field name="NUM">0.8</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="controls_if" id="+p3T6yrD,=JI$Ldt?k[4">
                        <value name="IF0">
                          <block type="logic_compare" id="RdMDF[f=@7~(n^w|rO+t">
                            <field name="OP">GTE</field>
                            <value name="A">
                              <block type="math_single" id="U@Cz{e~!=TWP_JxpkpSa">
                                <field name="OP">ABS</field>
                                <value name="NUM">
                                  <shadow type="math_number" id="56J^(!%I.Fx2DkrGfm{q">
                                    <field name="NUM">9</field>
                                  </shadow>
                                  <block type="read_details" id="0T}rY_6(TVPgx7_~JHk7">
                                    <field name="DETAIL_INDEX">4</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="(?8VPF=~Z_SzB8RLP)GL">
                                <field name="VAR">Max Loss Amount</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="variables_set" id=".k}C]e/^LKz0*(,60|b?">
                            <field name="VAR">Initial Amount</field>
                            <value name="VALUE">
                              <block type="variables_get" id="9uFENU[q|.!g3{e,XR-E">
                                <field name="VAR">Win Amount</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </statement>
        <next>
          <block type="notify" id="zX2u$OqfR)F^/mVz+,8j">
            <field name="NOTIFICATION_TYPE">info</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <block type="text_join" id="P4)5|IVwJP=~/?)gsa:i">
                <mutation items="2"></mutation>
                <value name="ADD0">
                  <block type="text" id="Kee7lAK|Me}G$F%2sX!_">
                    <field name="TEXT">Total Profit</field>
                  </block>
                </value>
                <value name="ADD1">
                  <block type="total_profit" id="a)bE_w)x/F}=?wQ(8z1%"></block>
                </value>
              </block>
            </value>
            <next>
              <block type="controls_if" id="*T0du$?uTZJZ4D3E*9?s">
                <mutation elseif="1"></mutation>
                <value name="IF0">
                  <block type="logic_compare" id="D9bEjC8I~.vz_N9lH{T0">
                    <field name="OP">LT</field>
                    <value name="A">
                      <block type="total_profit" id="=eQm2XSw.rYyExEUXjVr"></block>
                    </value>
                    <value name="B">
                      <block type="variables_get" id="ig@yG0`jyxWH6QP!$R|z">
                        <field name="VAR">Expected Profit</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="trade_again" id="4@JcI#uIDv~c(PPGio_`"></block>
                </statement>
                <value name="IF1">
                  <block type="logic_compare" id="09xbI)b?+bZ_($~oM`g0">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="total_profit" id="p0)!Pu);zW*:$OwI.GdH"></block>
                    </value>
                    <value name="B">
                      <block type="variables_get" id="KE^;=^{}E#+]0^1PG,$P">
                        <field name="VAR">Expected Profit</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO1">
                  <block type="text_print" id="kS:0E.8[k#l_,ofl;r5.">
                    <value name="TEXT">
                      <shadow type="text" id="eZUb-P^OKXwOD]NR4c~?">
                        <field name="TEXT">abc</field>
                      </shadow>
                      <block type="text_join" id="+Wa/G#bE=`+DK0;,_ZBN">
                        <mutation items="2"></mutation>
                        <value name="ADD0">
                          <block type="text" id="2_j]n=}b*JXgR/_Y1TA{">
                            <field name="TEXT">Done! Total profit</field>
                          </block>
                        </value>
                        <value name="ADD1">
                          <block type="total_profit" id="!NQxO^Z;IMww7*=pdEz2"></block>
                        </value>
                      </block>
                    </value>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <block type="procedures_defreturn" id="I((1.v^Q{?~S;U1G{7|1" collapsed="true" x="1207" y="38">
    <mutation>
      <arg name="src1"></arg>
      <arg name="src2"></arg>
    </mutation>
    <field name="NAME">CrossUp</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="logic_operation" id="GijiJV90@J:]%HrJcqq-" inline="false">
        <field name="OP">AND</field>
        <value name="A">
          <block type="logic_compare" id="M6,tYMR{K3AYcl4^D{P1" inline="false">
            <field name="OP">LT</field>
            <value name="A">
              <block type="lists_getIndex" id="~C%1u0zps]$_mt:P)L:|">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="@R(TX{6T{Uch?ly.htj.">
                    <field name="VAR">src1</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id=",c*08jlHf%CF{zH}Ce.B">
                    <field name="NUM">2</field>
                  </block>
                </value>
              </block>
            </value>
            <value name="B">
              <block type="lists_getIndex" id="zyw?fsXpy]az0x$vl0yx">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="t[Oau_4!Z)rol8JdCxy^">
                    <field name="VAR">src2</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id="^#8%kSKfkWyQo{L.+^??">
                    <field name="NUM">2</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
        <value name="B">
          <block type="logic_compare" id="j;o8Go9s)wHo,RO#1b*q" inline="false">
            <field name="OP">GT</field>
            <value name="A">
              <block type="lists_getIndex" id="GTC_nbC3PF;]$?OO6E:_">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id=",M(6rZC]m],mFgm_)O9.">
                    <field name="VAR">src1</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id=")pwr$-*6ZrjI#C+`^+6(">
                    <field name="NUM">1</field>
                  </block>
                </value>
              </block>
            </value>
            <value name="B">
              <block type="lists_getIndex" id="h,$k}Pt0W1ww`F72K{sn">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="3bXDRN)ets2).l:}Ne5f">
                    <field name="VAR">src2</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id=".c;}Ds;!MpJa=,9GK.8)">
                    <field name="NUM">1</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="CUCU,EWL=1kFSY[8Tm-~" collapsed="true" x="1201" y="84">
    <mutation>
      <arg name="src1"></arg>
      <arg name="src2"></arg>
    </mutation>
    <field name="NAME">CrossDown</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="logic_operation" id="n@,]Y1Iv{jZfzgPTeJN%" inline="false">
        <field name="OP">AND</field>
        <value name="A">
          <block type="logic_compare" id="6fHKe0bFT,v=w[F-kMSy" inline="false">
            <field name="OP">GT</field>
            <value name="A">
              <block type="lists_getIndex" id="7o[C18M{rWlE!FW$WzHA">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="]=%bka*ANb#T1DU2qfqR">
                    <field name="VAR">src1</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id="?rGPIK;=)@-IG#Fcq.8B">
                    <field name="NUM">2</field>
                  </block>
                </value>
              </block>
            </value>
            <value name="B">
              <block type="lists_getIndex" id="{vF.XRWtesv4TLE|@Wjx">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="()vvJ$H@ZFnAsJQg,u]A">
                    <field name="VAR">src2</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id="VN|~{?-(B3.ZHttlu9Ic">
                    <field name="NUM">2</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
        <value name="B">
          <block type="logic_compare" id="sFA|Vhl+m%dpIY71muq)" inline="false">
            <field name="OP">LT</field>
            <value name="A">
              <block type="lists_getIndex" id="D62rM!J,$3^GQ2-}M!Vn">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="5gjU(mL,Y`;/nUV5RJN-">
                    <field name="VAR">src1</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id="~JG5Z{G8aRwM=Tnxn6@_">
                    <field name="NUM">1</field>
                  </block>
                </value>
              </block>
            </value>
            <value name="B">
              <block type="lists_getIndex" id=":FTg~dr?B(=xHz;6kpsF">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="variables_get" id="]!UcQ?Kp+Hju!.Qq(rvp">
                    <field name="VAR">src2</field>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id="gSv8oidz{xN]An55Fo6,">
                    <field name="NUM">1</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="during_purchase" id="(4;NieXd}j|Bn!c-YiC|" x="1199" y="315">
    <statement name="DURING_PURCHASE_STACK">
      <block type="controls_if" id="8?eYKAW%VczmRXQ-ou3r">
        <value name="IF0">
          <block type="logic_operation" id="g}-!m!R~-+cBKRk(j7JB">
            <field name="OP">AND</field>
            <value name="A">
              <block type="check_sell" id="M=:_KpEeRAJY_}XTU^8~"></block>
            </value>
            <value name="B">
              <block type="logic_compare" id="NCzjn){9_MpN[xPBm.v+">
                <field name="OP">GT</field>
                <value name="A">
                  <block type="sell_price" id="H+h`m)66rD`,@7pVl|9b"></block>
                </value>
                <value name="B">
                  <block type="math_number" id="|V:i.Tn7i]pma(Bi7WMy">
                    <field name="NUM">5</field>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="sell_at_market" id="*n!q1Rw@hC)PRyEn70.?"></block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="before_purchase" id="i-CIx.(Onm4?ihxzA}Y]" x="-38" y="506">
    <statement name="BEFOREPURCHASE_STACK">
      <block type="controls_if" id="y(lTI;Oc20xS=J:NO]W-">
        <value name="IF0">
          <block type="logic_operation" id="_.6*o=A7B*Y8]KD[G(Sp" inline="false">
            <field name="OP">OR</field>
            <value name="A">
              <block type="logic_operation" id="!O:=(hQRZM,K^#r;W/-B">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_compare" id="DCoTqnecI_jZ{]OpAdNQ">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="(~mVq[7K(SQ3q1L`30K6">
                        <field name="VAR">trend</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="|l_BX7{5DC0mge;|1%9;">
                        <field name="TEXT">Up</field>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="procedures_callreturn" id="$5;#K.crlz9TmxUlaC0n">
                    <mutation name="CrossUp">
                      <arg name="src1"></arg>
                      <arg name="src2"></arg>
                    </mutation>
                    <value name="ARG0">
                      <block type="emaa" id="]Dt@T|va0m|Quj(y_*Ra">
                        <value name="INPUT">
                          <block type="ohlc_values" id="!);:v_)4H~h@R|~2!$rX" inline="false">
                            <field name="OHLCFIELD_LIST">close</field>
                            <field name="CANDLEINTERVAL_LIST">default</field>
                          </block>
                        </value>
                        <value name="PERIOD">
                          <shadow type="math_number" id="k^}149W9Df9@b5lfy0I{">
                            <field name="NUM">3</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                    <value name="ARG1">
                      <block type="emaa" id="di|(f029LM-Td[lZe[o{">
                        <value name="INPUT">
                          <block type="ohlc_values" id="!R-GN*9W{D(1/s}~#=)y" inline="false">
                            <field name="OHLCFIELD_LIST">close</field>
                            <field name="CANDLEINTERVAL_LIST">default</field>
                          </block>
                        </value>
                        <value name="PERIOD">
                          <shadow type="math_number" id="44L3XW];9l}WYHqcYZxb">
                            <field name="NUM">120</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
            <value name="B">
              <block type="logic_operation" id="pX?Ixu8)8vBk*{=@qa(N">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_compare" id="-|B??952)tR2L%V{{#iR">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="*IgMHHe@NDZ7IQ|2E@vZ">
                        <field name="VAR">trend</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="fq{)Z(p_m[FmKXOl@%;*">
                        <field name="TEXT">Down</field>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="procedures_callreturn" id="kp2mM;;f9R41nj(^ff@}">
                    <mutation name="CrossDown">
                      <arg name="src1"></arg>
                      <arg name="src2"></arg>
                    </mutation>
                    <value name="ARG0">
                      <block type="emaa" id="4c=0jUcI]R@-$#I;Y4!V">
                        <value name="INPUT">
                          <block type="ohlc_values" id="nDg@VH1]bP!kuY]?y2ac" inline="false">
                            <field name="OHLCFIELD_LIST">close</field>
                            <field name="CANDLEINTERVAL_LIST">default</field>
                          </block>
                        </value>
                        <value name="PERIOD">
                          <shadow type="math_number" id="]$fe4|HphvG84ijuc?%F">
                            <field name="NUM">3</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                    <value name="ARG1">
                      <block type="emaa" id="pmdDad*(_cS_n9`3R{H9">
                        <value name="INPUT">
                          <block type="ohlc_values" id="kinPhP5DGC*=UT-GG)9;" inline="false">
                            <field name="OHLCFIELD_LIST">close</field>
                            <field name="CANDLEINTERVAL_LIST">default</field>
                          </block>
                        </value>
                        <value name="PERIOD">
                          <shadow type="math_number" id=",ZcOv5X8^]j!TgMB{[#I">
                            <field name="NUM">120</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="purchase" id="W6q#Z-I3q3d[d3-`S[dS">
            <field name="PURCHASE_LIST">ONETOUCH</field>
          </block>
        </statement>
      </block>
    </statement>
  </block>
</xml>