﻿<xml xmlns="http://www.w3.org/1999/xhtml" collection="false">
  <block type="procedures_defreturn" id="nEYr^c/Hhk$$vhbaccE/" collapsed="true" x="0" y="0">
    <field name="NAME">ExMachina::Rising(2)</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="logic_ternary" id=".SVw(}FK3O$nnTdg7$me">
        <value name="IF">
          <block type="variables_get" id="SY360Frw@-;=A-.AwiQ+">
            <field name="VAR">ExMachina:running</field>
          </block>
        </value>
        <value name="THEN">
          <block type="variables_get" id="ADNzKKOMl1q}~_-.64+i">
            <field name="VAR">ExMachina:rising</field>
          </block>
        </value>
        <value name="ELSE">
          <block type="procedures_callreturn" id="^%^=!BPu4d(D2#`i-M0R">
            <mutation name="ExMachina::GetOverbought"></mutation>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="FU:^SSe})@@;hS^yrA!X" collapsed="true" x="0" y="52">
    <field name="NAME">ExMachina::Falling(2)</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="logic_ternary" id="$d*5~)f7,eR[[J(}CoZc">
        <value name="IF">
          <block type="variables_get" id="8svZk;9iTK~6`Jp$D~vS">
            <field name="VAR">ExMachina:running</field>
          </block>
        </value>
        <value name="THEN">
          <block type="variables_get" id="Q83Iv7!Vd[s_N81J8z3h">
            <field name="VAR">ExMachina:falling</field>
          </block>
        </value>
        <value name="ELSE">
          <block type="procedures_callreturn" id="^unT0O`xf!BzKX{N[:pg">
            <mutation name="ExMachina::GetOversold"></mutation>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="{7INcAen[jrXWR77?S33" collapsed="true" x="0" y="104">
    <mutation>
      <arg name="_profit"></arg>
    </mutation>
    <field name="NAME">ExMachina::TradeAgain(4)</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <statement name="STACK">
      <block type="variables_set" id="CV%soS(`-J!quJ3i2q9|">
        <field name="VAR">ExMachina:running</field>
        <value name="VALUE">
          <block type="logic_boolean" id="Pi6j]-Z{U@p`)vfu^2C;">
            <field name="BOOL">TRUE</field>
          </block>
        </value>
        <next>
          <block type="math_change" id=".NiN/*RKm8rCB;e,H{^h">
            <field name="VAR">ExMachina:total</field>
            <value name="DELTA">
              <shadow type="math_number" id="2gm`G;c:%:~V{bO53x)Z">
                <field name="NUM">1</field>
              </shadow>
              <block type="variables_get" id="WjJ{=S/1,7+6JWf_JV-7">
                <field name="VAR">_profit</field>
              </block>
            </value>
            <next>
              <block type="controls_if" id="Q_2;vlL$q|]$=9f{j[eq">
                <mutation elseif="1"></mutation>
                <value name="IF0">
                  <block type="procedures_callreturn" id="Uav1x.Dfvl|lWPnnYtU1">
                    <mutation name="ExMachina::GetOverbought"></mutation>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="variables_set" id="..9^(X`aSti5;.Ji7GV)">
                    <field name="VAR">ExMachina:rising</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="S{1hV[uK_Pi7h_W8#:]K">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="{}LdL~R`BEUBL6BlxAV,">
                        <field name="VAR">ExMachina:falling</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="GO+y9C*!L*UR#Da6,)]+">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </next>
                  </block>
                </statement>
                <value name="IF1">
                  <block type="procedures_callreturn" id="Vo0V5aVz/k]4.inj?YX2">
                    <mutation name="ExMachina::GetOversold"></mutation>
                  </block>
                </value>
                <statement name="DO1">
                  <block type="variables_set" id="RY|m~nrelMVS=t8]Dw:$">
                    <field name="VAR">ExMachina:falling</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="iIO-wq@$8:*(nb8A23!@">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="g^E+0k{96A29L|E^rMiy">
                        <field name="VAR">ExMachina:rising</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="bZv@d7baT`T@:h$!$*PL">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </next>
                  </block>
                </statement>
                <next>
                  <block type="controls_if" id="h@)Ea=$~125bQFf4%R!D">
                    <mutation else="1"></mutation>
                    <value name="IF0">
                      <block type="logic_compare" id="pLgJHT[Kz?~Wu+[Aa^d1">
                        <field name="OP">GT</field>
                        <value name="A">
                          <block type="variables_get" id="bpD=@90Qj*}#d*?.Q$X!">
                            <field name="VAR">_profit</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="u)DUX_Usnrv?dI{BA6:*">
                            <field name="NUM">0</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="variables_set" id="nOhYCH5e%zy|zk:u%[eo">
                        <field name="VAR">ExMachina:stake</field>
                        <value name="VALUE">
                          <block type="variables_get" id="G?KlR+X*4}iM|dVYo*:-">
                            <field name="VAR">ExMachina:initialStake</field>
                          </block>
                        </value>
                      </block>
                    </statement>
                    <statement name="ELSE">
                      <block type="variables_set" id="HdCM!effYSOOqAQM|l^K">
                        <field name="VAR">ExMachina:stake</field>
                        <value name="VALUE">
                          <block type="math_arithmetic" id="xB3}/$Mp7J6=fKKwo6x{">
                            <field name="OP">MULTIPLY</field>
                            <value name="A">
                              <shadow type="math_number" id="Et@.w0a;/:ko{7cElp*~">
                                <field name="NUM">1</field>
                              </shadow>
                              <block type="variables_get" id="-fX5w;tj`uhiZ0xp#[*a">
                                <field name="VAR">ExMachina:stake</field>
                              </block>
                            </value>
                            <value name="B">
                              <shadow type="math_number" id="(/[PROTECTED EMAIL]5gQzZ1z`{:zx">
                                <field name="NUM">1.9</field>
                              </shadow>
                              <block type="variables_get" id="M2OXWs|RL|@2b:C3_NDO">
                                <field name="VAR">ExMachina:Martingale</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="kCrNSXb7G!2PH00JX;Jm">
                            <field name="VAR">ExMachina:rising</field>
                            <value name="VALUE">
                              <block type="logic_ternary" id="Ml{OX|J1:tgfwQW(7F%A">
                                <value name="IF">
                                  <block type="variables_get" id="mi}O.AxHg99H/w=B3z03">
                                    <field name="VAR">ExMachina:rising</field>
                                  </block>
                                </value>
                                <value name="THEN">
                                  <block type="logic_boolean" id=";p2}GZW(+TFMZx3(}@;f">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                                <value name="ELSE">
                                  <block type="logic_boolean" id="|!}x0#8j+6oVs;L2rf_5">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <next>
                              <block type="variables_set" id="(6IqLKuo.]YLNiOK1B{1">
                                <field name="VAR">ExMachina:falling</field>
                                <value name="VALUE">
                                  <block type="logic_ternary" id="QV4N!q)-7m}OSu.fon,Y">
                                    <value name="IF">
                                      <block type="variables_get" id="[].J#?v8@},XBV+J3Z,v">
                                        <field name="VAR">ExMachina:falling</field>
                                      </block>
                                    </value>
                                    <value name="THEN">
                                      <block type="logic_boolean" id="v!OJxyUhW]%Z`}3eYBIF">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                    <value name="ELSE">
                                      <block type="logic_boolean" id="S-ES!3L1^(p6Ta(8D9!d">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </statement>
                    <next>
                      <block type="procedures_callnoreturn" id="u(NE}sFw%IJ@V:usW9Kh">
                        <mutation name="Report">
                          <arg name="Report:Profit"></arg>
                        </mutation>
                        <value name="ARG0">
                          <block type="variables_get" id="aNP8AO6us_kuoOw$baC`">
                            <field name="VAR">_profit</field>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="sL+SFX:XB.i-BvpD^K.z">
                            <field name="VAR">ExMachina:CanTrade</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="qDs_8W@MTS%T#e9%!Y!P">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                            <next>
                              <block type="controls_if" id="EZ(-l/[Xx5@*GyvG?:nN">
                                <mutation elseif="2"></mutation>
                                <value name="IF0">
                                  <block type="logic_operation" id="Lz[~QGgN;zv{Zqw7(~Jg" inline="false">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="logic_compare" id="=.v^nJ:KbF8pFQwJ~{lD">
                                        <field name="OP">LT</field>
                                        <value name="A">
                                          <block type="variables_get" id="l2JlHkp](qGVOZ8ph,z5">
                                            <field name="VAR">ExMachina:total</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="variables_get" id="she1GZ:hJ?myg;k6,kiM">
                                            <field name="VAR">ExMachina:TargetProfit</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_compare" id="sc^dM]sAv;G7YP|~4M#,">
                                        <field name="OP">GT</field>
                                        <value name="A">
                                          <block type="variables_get" id="=zHMr0$ChqZ2+ssz@[wb">
                                            <field name="VAR">ExMachina:total</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="variables_get" id="}FU5vS/Ai$ZLxH#uxsf6">
                                            <field name="VAR">ExMachina:StopLoss</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="variables_set" id=":f897.j$@x`,1}d)G@*$">
                                    <field name="VAR">ExMachina:CanTrade</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="jBXJHhh;q`sj~EGV6rXQ">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                                <value name="IF1">
                                  <block type="logic_compare" id="oxiC##H.U$LS#DCujqhj">
                                    <field name="OP">GT</field>
                                    <value name="A">
                                      <block type="variables_get" id="rdm)}Zm!(=sQ7OZ+Ub4-">
                                        <field name="VAR">ExMachina:total</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="variables_get" id="V(we8y2VPl?1iybo_zfZ">
                                        <field name="VAR">ExMachina:TargetProfit</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO1">
                                  <block type="text_print" id="%wnlO*nTP7=z0@JR#@,n">
                                    <value name="TEXT">
                                      <shadow type="text" id="87U#c;D`boLI^{?/3V:Z">
                                        <field name="TEXT">You reach your target profit!</field>
                                      </shadow>
                                    </value>
                                    <next>
                                      <block type="notify" id="EZ|_S:W/2(1d}4+$_f95">
                                        <field name="NOTIFICATION_TYPE">success</field>
                                        <field name="NOTIFICATION_SOUND">job-done</field>
                                        <value name="MESSAGE">
                                          <shadow type="text" id="=.HiD5_.a9!E;%1{[UY1">
                                            <field name="TEXT">abc</field>
                                          </shadow>
                                          <block type="variables_get" id="C*Amls,x5V:q;JVhM~Wn">
                                            <field name="VAR">Report:TotalProfit</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                                <value name="IF2">
                                  <block type="logic_compare" id=":r0v5r[~UcED.C;O{sN.">
                                    <field name="OP">LT</field>
                                    <value name="A">
                                      <block type="variables_get" id="$zN^bIiv[uRKYdEYv*ZU">
                                        <field name="VAR">ExMachina:total</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="variables_get" id="b{ccF2uBsH1rC;-knjAm">
                                        <field name="VAR">ExMachina:StopLoss</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO2">
                                  <block type="text_print" id="0mYnsh_}e.MPas7y7nJ$">
                                    <value name="TEXT">
                                      <shadow type="text" id="}z@u36/!AQ/52:?/tM!K">
                                        <field name="TEXT">You hit the Stop Loss</field>
                                      </shadow>
                                    </value>
                                    <next>
                                      <block type="notify" id=",@Bd9Z(3}:[NFt(7_kF$">
                                        <field name="NOTIFICATION_TYPE">error</field>
                                        <field name="NOTIFICATION_SOUND">job-done</field>
                                        <value name="MESSAGE">
                                          <shadow type="text" id="=.HiD5_.a9!E;%1{[UY1">
                                            <field name="TEXT">abc</field>
                                          </shadow>
                                          <block type="variables_get" id=".p{qRwFQG/CbO)C|=61.">
                                            <field name="VAR">Report:TotalProfit</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
    <value name="RETURN">
      <block type="variables_get" id="u~v)zFJ+q[kMg;igzZ,4">
        <field name="VAR">ExMachina:CanTrade</field>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="++?EnFsb!i7LBDi8p/S+" collapsed="true" x="0" y="156">
    <field name="NAME">ExMachina::GetOverbought</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="logic_compare" id="shbjb1bI%i^o^NVd93Wk">
        <field name="OP">LT</field>
        <value name="A">
          <block type="rsi" id="b~3E=cS{-L%QyGeOb@=O">
            <value name="INPUT">
              <block type="variables_get" id=",JdDvDM}C]]3JvcIj-nB">
                <field name="VAR">closeCandles</field>
              </block>
            </value>
            <value name="PERIOD">
              <shadow type="math_number" id="Z8Rk(3njZBBQIcZTicYc">
                <field name="NUM">3</field>
              </shadow>
              <block type="variables_get" id="iHGFzS^YQiBjp1U;3O5~">
                <field name="VAR">ExMachina:RSI</field>
              </block>
            </value>
          </block>
        </value>
        <value name="B">
          <block type="math_number" id="ehqqDO.uHZD,^00%WegY">
            <field name="NUM">70</field>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defreturn" id="i{oi*u/=$F+3Q9V^b@TE" collapsed="true" x="0" y="208">
    <field name="NAME">ExMachina::GetOversold</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="logic_compare" id="ibK:(U-7drVhsySUwc@H">
        <field name="OP">LT</field>
        <value name="A">
          <block type="rsi" id="Nz;qjeQ@oSD6r@wsy*Rc">
            <value name="INPUT">
              <block type="variables_get" id="Ro4}2{H=KywQh8qpz-sk">
                <field name="VAR">closeCandles</field>
              </block>
            </value>
            <value name="PERIOD">
              <shadow type="math_number" id="e!1YSES=U%M)XXa!WON_">
                <field name="NUM">3</field>
              </shadow>
              <block type="variables_get" id="JR%zh59/},B,Mf2?U{ih">
                <field name="VAR">ExMachina:RSI</field>
              </block>
            </value>
          </block>
        </value>
        <value name="B">
          <block type="math_number" id=";lK6PRFTgy,r%-jR?V(b">
            <field name="NUM">30</field>
          </block>
        </value>
      </block>
    </value>
  </block>
  <block type="procedures_defnoreturn" id="E^AI.^Qr!}InnqaU*Q`u" collapsed="true" x="0" y="260">
    <mutation>
      <arg name="Report:Profit"></arg>
    </mutation>
    <field name="NAME">Report</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <statement name="STACK">
      <block type="math_change" id="]=[)4:Qg,{H:{L?_t9*O">
        <field name="VAR">Report:TotalProfit</field>
        <value name="DELTA">
          <shadow type="math_number" id="Q0Yl.uo;~e=u)!p7XvUd">
            <field name="NUM">1</field>
          </shadow>
          <block type="variables_get" id="`68)PG/[PROTECTED EMAIL]=5n">
            <field name="VAR">Report:Profit</field>
          </block>
        </value>
        <next>
          <block type="math_change" id="m~Yd|gPy7:{]nfXnP::h">
            <field name="VAR">Report:Runs</field>
            <value name="DELTA">
              <shadow type="math_number" id="@rv0Lh|`0x(`Z!$ToHWx">
                <field name="NUM">1</field>
              </shadow>
            </value>
            <next>
              <block type="controls_if" id="vFrb?7dH[PnE;hmceBip">
                <mutation else="1"></mutation>
                <value name="IF0">
                  <block type="logic_compare" id="0n$-?b$BsB($4A(S*)?y">
                    <field name="OP">LT</field>
                    <value name="A">
                      <block type="variables_get" id="n1pMEdCn%js|D3l;UzaP">
                        <field name="VAR">Report:Profit</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="-@6FRCg8LVi8OsS7$.!9">
                        <field name="NUM">0</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="math_change" id="?`MNd^MBJRm_J+jy0I$`">
                    <field name="VAR">Report:TotalLosses</field>
                    <value name="DELTA">
                      <shadow type="math_number" id="zc-Wd4P?d7=j,v%lT{d)">
                        <field name="NUM">1</field>
                      </shadow>
                    </value>
                  </block>
                </statement>
                <statement name="ELSE">
                  <block type="math_change" id="%:Mgs(@pgcA8gkP}yXFW">
                    <field name="VAR">Report:TotalWins</field>
                    <value name="DELTA">
                      <shadow type="math_number" id="-d$@TPy7l2xsBWzDxYV+">
                        <field name="NUM">1</field>
                      </shadow>
                    </value>
                  </block>
                </statement>
                <next>
                  <block type="variables_set" id="(S?|OliuZ=4|:#^ZY^V1">
                    <field name="VAR">Report:LowestBalance</field>
                    <value name="VALUE">
                      <block type="logic_ternary" id="iU4iwsr!{Fg+)(nHja8H">
                        <value name="IF">
                          <block type="logic_compare" id="K(#?OR.K3o4?eHT%EG62">
                            <field name="OP">EQ</field>
                            <value name="A">
                              <block type="variables_get" id="u(hmXt{hZlPQn,l@lHpz">
                                <field name="VAR">Report:LowestBalance</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="logic_null" id="rgly)Hz;f(0f)%Hp@l*M"></block>
                            </value>
                          </block>
                        </value>
                        <value name="THEN">
                          <block type="variables_get" id="NGOpRW#w-|s?to)-KA7-">
                            <field name="VAR">Report:Profit</field>
                          </block>
                        </value>
                        <value name="ELSE">
                          <block type="logic_ternary" id="*J{u$^ivS.9.?2_S8*Ue">
                            <value name="IF">
                              <block type="logic_compare" id="M#}VB?ddGk!ExTGu8(S$">
                                <field name="OP">GT</field>
                                <value name="A">
                                  <block type="variables_get" id="a2SEm*O=`3|g%Kw%L1;#">
                                    <field name="VAR">Report:LowestBalance</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="variables_get" id="QI[].bel?oNDDafW=3l_">
                                    <field name="VAR">Report:TotalProfit</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <value name="THEN">
                              <block type="variables_get" id="k=eU7QIM{E7Y)P)|_j?=">
                                <field name="VAR">Report:TotalProfit</field>
                              </block>
                            </value>
                            <value name="ELSE">
                              <block type="variables_get" id="|HyN^d^DqTn*cw9W3~Hg">
                                <field name="VAR">Report:LowestBalance</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="HE`_#di%Lg^2t!f3ShfX">
                        <field name="VAR">Report:LowestLoss</field>
                        <value name="VALUE">
                          <block type="logic_ternary" id="UMe5m1i8YZwepY^S*n-7">
                            <value name="IF">
                              <block type="logic_compare" id="7/0gvNL.NwW|Qvx_Jdqw">
                                <field name="OP">EQ</field>
                                <value name="A">
                                  <block type="variables_get" id="^=hHGcw@.0i(0Lw/tUQx">
                                    <field name="VAR">Report:LowestLoss</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_null" id="cP3H}L+3CM$24mmS`d%~"></block>
                                </value>
                              </block>
                            </value>
                            <value name="THEN">
                              <block type="variables_get" id="AlEuAO,_jD(um)oMQAFK">
                                <field name="VAR">Report:Profit</field>
                              </block>
                            </value>
                            <value name="ELSE">
                              <block type="logic_ternary" id="8N@mgieTDZRs_Y:pn9A;">
                                <value name="IF">
                                  <block type="logic_compare" id="~D)2IvdJ1LQR~SG9k6r2">
                                    <field name="OP">GT</field>
                                    <value name="A">
                                      <block type="variables_get" id="e=Y$!U3d@Ss/~MT=j~)]">
                                        <field name="VAR">Report:LowestBalance</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="variables_get" id="t_U2spTFA.Uin}^c+HIR">
                                        <field name="VAR">_profit</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="THEN">
                                  <block type="variables_get" id=",1~jdzo8sdwd)4yf7Wit">
                                    <field name="VAR">Report:Profit</field>
                                  </block>
                                </value>
                                <value name="ELSE">
                                  <block type="variables_get" id=":b[YBp)Kzy.Qrk=w.k%G">
                                    <field name="VAR">Report:LowestLoss</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="njDa-:)NI`v7.mcjzymb">
                            <field name="VAR">Report:LossInRow</field>
                            <value name="VALUE">
                              <block type="logic_ternary" id="1.m*-j@_+@W=MH%~mx?D">
                                <value name="IF">
                                  <block type="logic_compare" id="E{QCcgQb0*(nE,l?`TTS">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="variables_get" id="[eDKwv`lj%qq~M}5.ZLG">
                                        <field name="VAR">Report:LossInRow</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_null" id="%,b8[F?4@NhXJ#KyEd@O"></block>
                                    </value>
                                  </block>
                                </value>
                                <value name="THEN">
                                  <block type="math_number" id="1STgCP;;kQi71nBk{]jO">
                                    <field name="NUM">0</field>
                                  </block>
                                </value>
                                <value name="ELSE">
                                  <block type="variables_get" id="n5Rt(C?gGs;wTX.yT^72">
                                    <field name="VAR">Report:LossInRow</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <next>
                              <block type="variables_set" id="^CmmgGk(|PN7[rXX`O7b">
                                <field name="VAR">Report:Losses</field>
                                <value name="VALUE">
                                  <block type="logic_ternary" id="$_tleG%..z}[lb)]Jrj?">
                                    <value name="IF">
                                      <block type="logic_compare" id="|1r]E%xr{@kJiEF4A.qe">
                                        <field name="OP">LT</field>
                                        <value name="A">
                                          <block type="variables_get" id="5sx5%vp0efk{.;n|TR20">
                                            <field name="VAR">Report:Profit</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="ajA~DH-+RQH,2;z6Li)#">
                                            <field name="NUM">0</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="THEN">
                                      <block type="math_arithmetic" id="6^=HE$gOd`(cqgwPjkpF">
                                        <field name="OP">ADD</field>
                                        <value name="A">
                                          <shadow type="math_number" id="2rMX[!@Zs7toizd3Ufl-">
                                            <field name="NUM">1</field>
                                          </shadow>
                                          <block type="variables_get" id="=ro.RWnpU%!v`)_585AR">
                                            <field name="VAR">Report:Losses</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <shadow type="math_number" id="/QZ6z2%NdGW`!xj}!K6K">
                                            <field name="NUM">1</field>
                                          </shadow>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="ELSE">
                                      <block type="math_number" id="N.6}R,$IJf2ys_*8G9#T">
                                        <field name="NUM">0</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <next>
                                  <block type="variables_set" id="JuLQ:)ag{j%@qe(0UTv$">
                                    <field name="VAR">Report:LossInRow</field>
                                    <value name="VALUE">
                                      <block type="logic_ternary" id="`zA2~:iQB)5D=Z[sz4hr">
                                        <value name="IF">
                                          <block type="logic_compare" id="BcE2}LW=KOe:.T2k*B?|">
                                            <field name="OP">LT</field>
                                            <value name="A">
                                              <block type="variables_get" id="`YY~lVA`/S0}QE5,@9*^">
                                                <field name="VAR">Report:LossInRow</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="variables_get" id="r}o3}}C!Gw8),ba,C,3E">
                                                <field name="VAR">Report:Losses</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <value name="THEN">
                                          <block type="variables_get" id="-nBK=M3-2FmxKgxyRP;a">
                                            <field name="VAR">Report:Losses</field>
                                          </block>
                                        </value>
                                        <value name="ELSE">
                                          <block type="variables_get" id="Gn2|A$`q{TIk@F*W)bSj">
                                            <field name="VAR">Report:LossInRow</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="variables_set" id="^_sW%M$!d*VAfw,J2a67">
                                        <field name="VAR">Report:WinsInRow</field>
                                        <value name="VALUE">
                                          <block type="logic_ternary" id="RPc(8_.6Kwu-OGXT6KLp">
                                            <value name="IF">
                                              <block type="logic_compare" id="EX-_LPk2ei#s9BfMp%bu">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="variables_get" id="1i3SI|Cl{o_|JMOlB*+7">
                                                    <field name="VAR">Report:WinsInRow</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="logic_null" id=";77bARVZM^y37HMXvr-~"></block>
                                                </value>
                                              </block>
                                            </value>
                                            <value name="THEN">
                                              <block type="math_number" id="-OUV(]7T5J8!=qIhFfLt">
                                                <field name="NUM">0</field>
                                              </block>
                                            </value>
                                            <value name="ELSE">
                                              <block type="variables_get" id="1DaWy1#;l9;kL5TGuEfZ">
                                                <field name="VAR">Report:WinsInRow</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="variables_set" id="QwgdK_dr896nP%$AI6e`">
                                            <field name="VAR">Report:Wins</field>
                                            <value name="VALUE">
                                              <block type="logic_ternary" id="V}?cmz-W$}3`GviHgU0M">
                                                <value name="IF">
                                                  <block type="logic_compare" id="J#nsmH}A6cu{!1S62N-3">
                                                    <field name="OP">GT</field>
                                                    <value name="A">
                                                      <block type="variables_get" id="~yd[cwP4@Qz@DIGjSZcT">
                                                        <field name="VAR">Report:Profit</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="math_number" id="$prx?GT/@G^rR.AmS^_m">
                                                        <field name="NUM">0</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <value name="THEN">
                                                  <block type="math_arithmetic" id="a~[Skh^8ckldOYW+GM_E">
                                                    <field name="OP">ADD</field>
                                                    <value name="A">
                                                      <shadow type="math_number" id="2rMX[!@Zs7toizd3Ufl-">
                                                        <field name="NUM">1</field>
                                                      </shadow>
                                                      <block type="variables_get" id="LaaC3*Oml7;a58JO5:]j">
                                                        <field name="VAR">Report:Wins</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <shadow type="math_number" id="*$O1|.EJSUu=lC!{/g+O">
                                                        <field name="NUM">1</field>
                                                      </shadow>
                                                    </value>
                                                  </block>
                                                </value>
                                                <value name="ELSE">
                                                  <block type="math_number" id=",bP],ibUMvCvH|h~]}R%">
                                                    <field name="NUM">0</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="variables_set" id="!(i//*XUb4!+ibR3yXoq">
                                                <field name="VAR">Report:WinRate</field>
                                                <value name="VALUE">
                                                  <block type="logic_ternary" id="$,k`y=2xQi@rIwz9[wZ1">
                                                    <value name="IF">
                                                      <block type="logic_compare" id="Tyv5qQdb50T%mxIq?/U!">
                                                        <field name="OP">GT</field>
                                                        <value name="A">
                                                          <block type="variables_get" id="{zbVZ;hKsV[l+R4DLeae">
                                                            <field name="VAR">Report:TotalWins</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="eE)FYX]Z!fM}o}+6}W5{">
                                                            <field name="NUM">0</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <value name="THEN">
                                                      <block type="math_arithmetic" id="cO(Pbp[G`KD`@g}``(U`">
                                                        <field name="OP">DIVIDE</field>
                                                        <value name="A">
                                                          <shadow type="math_number" id="qa4(6!Wrr8LwkjH%h5Am">
                                                            <field name="NUM">1</field>
                                                          </shadow>
                                                          <block type="math_arithmetic" id=",zkeng2vnHqbK:^*x;Th">
                                                            <field name="OP">MULTIPLY</field>
                                                            <value name="A">
                                                              <shadow type="math_number" id="|.??YaqTB6xLFmrZ2K76">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="variables_get" id="EUjB!qxCY?TU~X6^^by@">
                                                                <field name="VAR">Report:TotalWins</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <shadow type="math_number" id="lqiMpf*w0h9-cwDl9u]E">
                                                                <field name="NUM">100</field>
                                                              </shadow>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <shadow type="math_number" id="Vy_lMw8^iTPS#)W3SYPP">
                                                            <field name="NUM">1</field>
                                                          </shadow>
                                                          <block type="variables_get" id="bWYbCjc!vc:cmVHXpF/W">
                                                            <field name="VAR">Report:Runs</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <value name="ELSE">
                                                      <block type="math_number" id="Ys^v7gsW;||b=L~/|yY5">
                                                        <field name="NUM">0</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="variables_set" id="O1#RqtShl``hGv}`wuSg">
                                                    <field name="VAR">Report:WinsInRow</field>
                                                    <value name="VALUE">
                                                      <block type="logic_ternary" id="RGEx6dS[BZjehjsjYnf|">
                                                        <value name="IF">
                                                          <block type="logic_compare" id="^3Ksb]$W(?wzZ#Gu~Vev">
                                                            <field name="OP">LT</field>
                                                            <value name="A">
                                                              <block type="variables_get" id="y.M!;EiA?jo4Tjj*U.A:">
                                                                <field name="VAR">Report:WinsInRow</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="variables_get" id="k`Z;WYkpx(vT~|}/9-y1">
                                                                <field name="VAR">Report:Wins</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="THEN">
                                                          <block type="variables_get" id="|{zE)hD.N6XWv74/+,!4">
                                                            <field name="VAR">Report:Wins</field>
                                                          </block>
                                                        </value>
                                                        <value name="ELSE">
                                                          <block type="variables_get" id="3RwG~)SXr50M*FKtaiYA">
                                                            <field name="VAR">Report:WinsInRow</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="variables_set" id="3uE({*hEb=Svl*g6T{(:">
                                                        <field name="VAR">Report:Since</field>
                                                        <value name="VALUE">
                                                          <block type="logic_ternary" id="[.WqkmKiQQqAtA8qaa*U">
                                                            <value name="IF">
                                                              <block type="logic_compare" id="qNP0/YD:-3ca^IPH(9)l">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="tCE3V/WKaf*^xJ`bB9;0">
                                                                    <field name="VAR">Report:Since</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="logic_null" id="%|r*t]EwX8C9sUz2eu7o"></block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <value name="THEN">
                                                              <block type="epoch" id="`*of}ZBMPiJGmy7+R59`"></block>
                                                            </value>
                                                            <value name="ELSE">
                                                              <block type="variables_get" id="DLvIvl*%CB`4+Qa3C+w*">
                                                                <field name="VAR">Report:Since</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="controls_if" id="Gi@0[|_H%0ZJJ%u$?r$o">
                                                            <mutation else="1"></mutation>
                                                            <value name="IF0">
                                                              <block type="logic_compare" id="K%(rT{yvMm-JRqM./^*z">
                                                                <field name="OP">LT</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="6JP]r?VTY}M)9JKGfR-E">
                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="math_number" id="oGb8(0g:$aq{Ns,:3GHC">
                                                                    <field name="NUM">0</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO0">
                                                              <block type="notify" id="OZ$%R_:+_-6w-B|@01_4">
                                                                <field name="NOTIFICATION_TYPE">error</field>
                                                                <field name="NOTIFICATION_SOUND">silent</field>
                                                                <value name="MESSAGE">
                                                                  <shadow type="text" id="W{P!}NG_b}gTlg;1mPF6">
                                                                    <field name="TEXT">abc</field>
                                                                  </shadow>
                                                                  <block type="text_join" id="-l(TYZ0]m@;S|TQym]_U">
                                                                    <mutation items="11"></mutation>
                                                                    <value name="ADD0">
                                                                      <block type="text" id="]6d;1}Jyh_=p^No(uBqe">
                                                                        <field name="TEXT">Total Profit: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD1">
                                                                      <block type="logic_ternary" id="vgv;|/DX}_Oenm(%n]*5" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_operation" id="]2X4[-BhFAE?947v`d!0">
                                                                            <field name="OP">AND</field>
                                                                            <value name="A">
                                                                              <block type="logic_compare" id="V[l_4z+)699f+@(NEod^">
                                                                                <field name="OP">LT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="Hm(OqKrG*IMC}B{3m=x0">
                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="oXq=]z*f.jlC*YQ=+qbf">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_compare" id="-CWnU-2k-}TQED1~3Wt|">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id=")[hvKcT0t%T}b+*w}b2a">
                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="=ZBK(IP6m#xS%pR4%(Lb">
                                                                                    <field name="NUM">-10</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_getSubstring" id="{b!LIV{_#hYIe(ZpKmRG">
                                                                            <mutation at1="false" at2="true"></mutation>
                                                                            <field name="WHERE1">FIRST</field>
                                                                            <field name="WHERE2">FROM_START</field>
                                                                            <value name="STRING">
                                                                              <block type="text_join" id="GA^,cNH93i4P{AXC^2T$">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="variables_get" id="Z|fG/R8#/jkm`hxd|k=[">
                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="AT2">
                                                                              <block type="math_number" id="D;)^GA$8(lD?_!X%`35+">
                                                                                <field name="NUM">5</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="logic_ternary" id="i1WLSi{9ov:H5[`[vNAZ">
                                                                            <value name="IF">
                                                                              <block type="logic_operation" id="uM~N0+nsrOy7u-_7e[v#">
                                                                                <field name="OP">AND</field>
                                                                                <value name="A">
                                                                                  <block type="logic_compare" id="DDlnk0_u:6r~/HT##hM5">
                                                                                    <field name="OP">LTE</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="o!r{{09k?KMkg1TQ~HsV">
                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="z?MZKAGYXKdwe4uRpx[@">
                                                                                        <field name="NUM">-10</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="logic_compare" id="v6%f)AbS|FGcAb]*#n.(">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="r-+Ny5w1CZnfIxc7e*w,">
                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="3J!@)2?OiO|ymLERq9P1">
                                                                                        <field name="NUM">-100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="THEN">
                                                                              <block type="text_getSubstring" id="@Qt$GZcD7!NSv0Gb9y@#">
                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                <field name="WHERE1">FIRST</field>
                                                                                <field name="WHERE2">FROM_START</field>
                                                                                <value name="STRING">
                                                                                  <block type="text_join" id="`bM$`b|#|#Oz$4Pu~TF9">
                                                                                    <mutation items="1"></mutation>
                                                                                    <value name="ADD0">
                                                                                      <block type="variables_get" id="Q-*y`{h^bm:;Q0Aevadu">
                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="AT2">
                                                                                  <block type="math_number" id="%5sW/QQ%WV78j)g$P#^]">
                                                                                    <field name="NUM">6</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ELSE">
                                                                              <block type="logic_ternary" id="9?=ex[_@F91mLBQh):,0">
                                                                                <value name="IF">
                                                                                  <block type="logic_operation" id="sT4@.l@1lJ)mrZ~rO6b*">
                                                                                    <field name="OP">AND</field>
                                                                                    <value name="A">
                                                                                      <block type="logic_compare" id="B$+Z1Nt5dT?5u2{qdfrp">
                                                                                        <field name="OP">LTE</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="HCu1]q/JL:ZvxI1Itwyk">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="ng4{Lh=u;@rPue^Q?|S%">
                                                                                            <field name="NUM">-10</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="logic_compare" id="R@ZZp9L;Fv;BWNYl:iMy">
                                                                                        <field name="OP">GT</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="D0{VkL:w:D4%LCUU_T(b">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="t3{bRjxN?P(-,C~^G_{v">
                                                                                            <field name="NUM">-100</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="THEN">
                                                                                  <block type="text_getSubstring" id="HH~rk9}#@ID4fwLwOY}@">
                                                                                    <mutation at1="false" at2="true"></mutation>
                                                                                    <field name="WHERE1">FIRST</field>
                                                                                    <field name="WHERE2">FROM_START</field>
                                                                                    <value name="STRING">
                                                                                      <block type="text_join" id="j{#x4maXE/$m@_`X+;RC">
                                                                                        <mutation items="1"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="variables_get" id="MoIE:Zm?[t~*B:dU-DLl">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="AT2">
                                                                                      <block type="math_number" id="e?~1!/c-5]N;(T$442E;">
                                                                                        <field name="NUM">7</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="ELSE">
                                                                                  <block type="logic_ternary" id="2l-Qt@_#k~xtEG%E+(ea">
                                                                                    <value name="IF">
                                                                                      <block type="logic_operation" id="dU3vJ|[MWO0VlHxzKMo*">
                                                                                        <field name="OP">AND</field>
                                                                                        <value name="A">
                                                                                          <block type="logic_compare" id="6HfO?Ye?OxI7%($,u;E%">
                                                                                            <field name="OP">GT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="FPIXNQCAMI!co33L2:wx">
                                                                                                <field name="VAR">Report:TotalProfit</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="qwx/LVamz7UyD6}GK;p+">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="logic_compare" id="jUt@]nqc8!/I(}k!*FX7">
                                                                                            <field name="OP">LT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="]93JVPY+4[5%KcrGD]v,">
                                                                                                <field name="VAR">Report:TotalProfit</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id=",n#S)]/]#k0~g5[1XteR">
                                                                                                <field name="NUM">10</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="THEN">
                                                                                      <block type="text_getSubstring" id="aaU{UY`f.`/=m^L.;evB">
                                                                                        <mutation at1="false" at2="true"></mutation>
                                                                                        <field name="WHERE1">FIRST</field>
                                                                                        <field name="WHERE2">FROM_START</field>
                                                                                        <value name="STRING">
                                                                                          <block type="text_join" id="}%q){I9YOF/sA%sY=5Jk">
                                                                                            <mutation items="1"></mutation>
                                                                                            <value name="ADD0">
                                                                                              <block type="variables_get" id="eRZ9/+72,bGQ].MV*E_~">
                                                                                                <field name="VAR">Report:TotalProfit</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="AT2">
                                                                                          <block type="math_number" id="6dOof)2s)2/wxEN7$Ldr">
                                                                                            <field name="NUM">4</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="ELSE">
                                                                                      <block type="logic_ternary" id="PxZpx)uM*R~|JE@sPlO|">
                                                                                        <value name="IF">
                                                                                          <block type="logic_operation" id="1g_;gH8a)yIu!4e,RVt~">
                                                                                            <field name="OP">AND</field>
                                                                                            <value name="A">
                                                                                              <block type="logic_compare" id="Ybide!2%R3aK?z|nTES9">
                                                                                                <field name="OP">GTE</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="Z}2Pvb7oo|o+z}8P$orF">
                                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id=":xUB^=EHqWvq_Y2}%6m0">
                                                                                                    <field name="NUM">10</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="logic_compare" id="i11CU[(g0|/1Tr)QHWrT">
                                                                                                <field name="OP">LT</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="vY|Jx#HrKzd$|nvY2!}q">
                                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="0KZQrm;SJ=.M/D.+p+eE">
                                                                                                    <field name="NUM">100</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="THEN">
                                                                                          <block type="text_getSubstring" id="xW8J%R(BtBT5b/#aJG`e">
                                                                                            <mutation at1="false" at2="true"></mutation>
                                                                                            <field name="WHERE1">FIRST</field>
                                                                                            <field name="WHERE2">FROM_START</field>
                                                                                            <value name="STRING">
                                                                                              <block type="text_join" id="t#n@)I0~G]y%xEg)es-C">
                                                                                                <mutation items="1"></mutation>
                                                                                                <value name="ADD0">
                                                                                                  <block type="variables_get" id="h9pW!L97ra%Sc**vL1pL">
                                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="AT2">
                                                                                              <block type="math_number" id="s;RYawd|+=Bs~SUJfXHE">
                                                                                                <field name="NUM">5</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ELSE">
                                                                                          <block type="logic_ternary" id="YYF8owhCIV#:RINaUK4,">
                                                                                            <value name="IF">
                                                                                              <block type="logic_operation" id="qM?#l=T;2Vjs40G2*#S/">
                                                                                                <field name="OP">AND</field>
                                                                                                <value name="A">
                                                                                                  <block type="logic_compare" id="1wP!a)qyiJqeUNHgooyk">
                                                                                                    <field name="OP">GTE</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="9QT`Wv+FB~k?tX[x*mi[">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="xYdJ7RMqMO[Q1,AQ]r(g">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="logic_compare" id="qM{t%gW`.?_jC2+cmkfH">
                                                                                                    <field name="OP">LT</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="){Pmha=fV?j]zkcdSRwO">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="xMX2`U=0KVpKTtC9WmAH">
                                                                                                        <field name="NUM">1000</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="THEN">
                                                                                              <block type="text_getSubstring" id=".ZYyrX@]jBct0n8FPg/3">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="ku#1}?$S[_9HnIQNiq(M">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="1@iW8p_^c|7q.dz_N!#K">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="gZb6}fwvN0l%+/vq6BFg">
                                                                                                    <field name="NUM">6</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="ELSE">
                                                                                              <block type="text_getSubstring" id="qDvigrSa+8N*?5:r0kw}">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="RZ[cNEw$ydwV`tA){@vw">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="U)Kq_`k(BRw)=@OjdP,6">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="JC}3T`v?YOm{d9X1AKA2">
                                                                                                    <field name="NUM">7</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD2">
                                                                      <block type="text" id="*S`?4z_$p1,B)Z%p,!1b">
                                                                        <field name="TEXT"> | Lowest Balance: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD3">
                                                                      <block type="logic_ternary" id="ejIEvO0dIatOq)SXJ$y+" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_operation" id="u@A/.Z~RFUbqxyMTyr_z">
                                                                            <field name="OP">AND</field>
                                                                            <value name="A">
                                                                              <block type="logic_compare" id="_OTMGbN{lVsCg+;z)0T}">
                                                                                <field name="OP">LT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="1hMo_k9MHn%g8]+ucA_p">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="~^m`H}yI^*Uu{IBh274{">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_compare" id="F^NS.4(_=U%(mAlhF]oT">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="bR4~Ga$p-h39.Gd:S2/8">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="-0_67,_9#r.pTWDU#Jl%">
                                                                                    <field name="NUM">-10</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_getSubstring" id="H7v#fX_7Qb+nMXl6w3(y">
                                                                            <mutation at1="false" at2="true"></mutation>
                                                                            <field name="WHERE1">FIRST</field>
                                                                            <field name="WHERE2">FROM_START</field>
                                                                            <value name="STRING">
                                                                              <block type="text_join" id="8}+OwxdKk8Is9{GY+sxk">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="variables_get" id=";)3]qJlYVV~Bq)7)*JE(">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="AT2">
                                                                              <block type="math_number" id="1RE1jzh_C.-Nc2uc?:?+">
                                                                                <field name="NUM">5</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="logic_ternary" id="ma1zqI=uyNs]h])[p1,Z">
                                                                            <value name="IF">
                                                                              <block type="logic_operation" id=",IbfF.Mm*(.J{pOPCde@">
                                                                                <field name="OP">AND</field>
                                                                                <value name="A">
                                                                                  <block type="logic_compare" id="AFpl1h(KRCTMWS9S?qO%">
                                                                                    <field name="OP">LTE</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="f}2GP6+g#WBY_8C}[wdW">
                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="Lk~WAf}xzvuThnMtwsAr">
                                                                                        <field name="NUM">-10</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="logic_compare" id="m+/+=sAiQ^Ow100Nxna^">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="QB4-4F1fC2%rL/ZRUX_J">
                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="f{f[w;[iYXpBm2@GK[Y_">
                                                                                        <field name="NUM">-100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="THEN">
                                                                              <block type="text_getSubstring" id="{Q:RIDwJ3zZq8N6}4L%@">
                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                <field name="WHERE1">FIRST</field>
                                                                                <field name="WHERE2">FROM_START</field>
                                                                                <value name="STRING">
                                                                                  <block type="text_join" id="-H@l67u[%(%/q^9Y`56u">
                                                                                    <mutation items="1"></mutation>
                                                                                    <value name="ADD0">
                                                                                      <block type="variables_get" id="zF_N|vv(b2;K;gnh=v3~">
                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="AT2">
                                                                                  <block type="math_number" id="_7YPPQp}{ca@mi-l1#E/">
                                                                                    <field name="NUM">6</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ELSE">
                                                                              <block type="logic_ternary" id="$;m+:X5-oRCyDG)P@SL%">
                                                                                <value name="IF">
                                                                                  <block type="logic_operation" id="g+r@+3ItE!S7Yv{N)0^e">
                                                                                    <field name="OP">AND</field>
                                                                                    <value name="A">
                                                                                      <block type="logic_compare" id="]Q#6h_it2aJw-2qlz!9~">
                                                                                        <field name="OP">LTE</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="0zO;4mwen*vHF52W2e=U">
                                                                                            <field name="VAR">Report:LowestBalance</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="fQhy^k1YEX_hh3y?S,J,">
                                                                                            <field name="NUM">-10</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="logic_compare" id="(Q`um21eiyc%0$1QN)*W">
                                                                                        <field name="OP">GT</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="lhmYOGL]7CvV$=Pi[t5[">
                                                                                            <field name="VAR">Report:LowestBalance</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="T_P/M*3nTbQfM]qW2xl`">
                                                                                            <field name="NUM">-100</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="THEN">
                                                                                  <block type="text_getSubstring" id="OBt-4ntN.5p)jSPihgNV">
                                                                                    <mutation at1="false" at2="true"></mutation>
                                                                                    <field name="WHERE1">FIRST</field>
                                                                                    <field name="WHERE2">FROM_START</field>
                                                                                    <value name="STRING">
                                                                                      <block type="text_join" id="IWM31gS}t^ey+rI[M+h=">
                                                                                        <mutation items="1"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="variables_get" id="O,;(bP:Tcl,?qx-;eic9">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="AT2">
                                                                                      <block type="math_number" id="OiA$wXIe57}4#q;yD5,9">
                                                                                        <field name="NUM">7</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="ELSE">
                                                                                  <block type="logic_ternary" id="3]jC%yk|~~!210Q8!fm)">
                                                                                    <value name="IF">
                                                                                      <block type="logic_operation" id="]/rJ0}h3a0CgZ5NZTr*.">
                                                                                        <field name="OP">AND</field>
                                                                                        <value name="A">
                                                                                          <block type="logic_compare" id="[Lk{]rx988R2H`3NM%mX">
                                                                                            <field name="OP">GT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="d[3`WWGBEq(cSRHII}-a">
                                                                                                <field name="VAR">Report:LowestBalance</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="v$}9-rjkj=llWg5Fi+V{">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="logic_compare" id="5K[XDB_7a-g;C2m=DK1L">
                                                                                            <field name="OP">LT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="))|kR7Vdm82E]nQ=a;!N">
                                                                                                <field name="VAR">Report:LowestBalance</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="9Mfn0=HqMN3g*VK?xSj$">
                                                                                                <field name="NUM">10</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="THEN">
                                                                                      <block type="text_getSubstring" id="4+GH84Pcku]bibFPbDih">
                                                                                        <mutation at1="false" at2="true"></mutation>
                                                                                        <field name="WHERE1">FIRST</field>
                                                                                        <field name="WHERE2">FROM_START</field>
                                                                                        <value name="STRING">
                                                                                          <block type="text_join" id="=js+ua+%-l439f|25am6">
                                                                                            <mutation items="1"></mutation>
                                                                                            <value name="ADD0">
                                                                                              <block type="variables_get" id="rQ/zT;-lW|*o#,-VISX,">
                                                                                                <field name="VAR">Report:LowestBalance</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="AT2">
                                                                                          <block type="math_number" id="PQ7T!=h_ocmm{BL=Yel:">
                                                                                            <field name="NUM">4</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="ELSE">
                                                                                      <block type="logic_ternary" id="$2_iN(?p!E+d?O4cS``^">
                                                                                        <value name="IF">
                                                                                          <block type="logic_operation" id="lA+b({aC{.E_;?r,+lSm">
                                                                                            <field name="OP">AND</field>
                                                                                            <value name="A">
                                                                                              <block type="logic_compare" id="XNcz_/~EF}23$YYbvG?i">
                                                                                                <field name="OP">GTE</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="z!kf%N64Le,%u$!hL.2b">
                                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="Iz/l.FMj[I;s}s#wuIQI">
                                                                                                    <field name="NUM">10</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="logic_compare" id="Mq#uoZ@a-T:A8SY%r]Au">
                                                                                                <field name="OP">LT</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="mXoReQPiDzs_fk.[,1(v">
                                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="~k*,zb$*(UDRZV,)h@,F">
                                                                                                    <field name="NUM">100</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="THEN">
                                                                                          <block type="text_getSubstring" id="fYMb!1C)PedHZtgKA0kZ">
                                                                                            <mutation at1="false" at2="true"></mutation>
                                                                                            <field name="WHERE1">FIRST</field>
                                                                                            <field name="WHERE2">FROM_START</field>
                                                                                            <value name="STRING">
                                                                                              <block type="text_join" id="^Rbc9}O|`~F]g~|kn{C@">
                                                                                                <mutation items="1"></mutation>
                                                                                                <value name="ADD0">
                                                                                                  <block type="variables_get" id=";Gh{(cTm@gfQmN?ssb9*">
                                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="AT2">
                                                                                              <block type="math_number" id="ELyP=KwEwEBNYTdcgdVq">
                                                                                                <field name="NUM">5</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ELSE">
                                                                                          <block type="logic_ternary" id="U:.U%XW6JfyXrq9wtxg)">
                                                                                            <value name="IF">
                                                                                              <block type="logic_operation" id="u3Z8y2(ydMxNF|9AAw}7">
                                                                                                <field name="OP">AND</field>
                                                                                                <value name="A">
                                                                                                  <block type="logic_compare" id="wZ=nk~LD}7DY4d*;FgTG">
                                                                                                    <field name="OP">GTE</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="gYFyH+$O{N5)R@KO)bMP">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="i||={H=!9/*iqb2|p?Dv">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="logic_compare" id="5#/}ki#=pRHTUTSo@?XH">
                                                                                                    <field name="OP">LT</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="V~%`?HOHqn9Yk{@]O.49">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="[V$}d2`{ip+Kss-Bl^wF">
                                                                                                        <field name="NUM">1000</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="THEN">
                                                                                              <block type="text_getSubstring" id="Lza0T]N*jfBH!M:Dfb},">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="czgpO=]S5JxAE3Kt1ml5">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="kmC;]%kh@pQ=ZHL$WiO!">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="th27;/FNFVPLguubxmT;">
                                                                                                    <field name="NUM">6</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="ELSE">
                                                                                              <block type="text_getSubstring" id="#`?2g(eoY-S4GZ0ySQyY">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="A-eT,L9LN4%.[Yt2p`]@">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="|t;M7r[SbQ13Iz$,7[H^">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="~RUC+fyZ:rvZ(I(]V,=F">
                                                                                                    <field name="NUM">7</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD4">
                                                                      <block type="text" id="Dfrf[~J({[4HMiCRLV_P">
                                                                        <field name="TEXT"> | Lowest Profit: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD5">
                                                                      <block type="logic_ternary" id=":,m?B_?CHr?,zW}0K1C3" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_operation" id="4C*a=tA-,esq9K`SRS43">
                                                                            <field name="OP">AND</field>
                                                                            <value name="A">
                                                                              <block type="logic_compare" id="om.fo4vFZ}nRqpZ!VIxx">
                                                                                <field name="OP">LT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="}nDi8Hr*!muAI`X@Wr,{">
                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="SANF|UW%Kd.GsXqmBZG6">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_compare" id=":tBiNNyO.W2{sothRfZ!">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="Cxmy^ckSVi/.c3O)l{x$">
                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="%*dWw|Qu-sv@~X,?r#:B">
                                                                                    <field name="NUM">-10</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_getSubstring" id="{u0GluqF~~=!YtvOk!hU">
                                                                            <mutation at1="false" at2="true"></mutation>
                                                                            <field name="WHERE1">FIRST</field>
                                                                            <field name="WHERE2">FROM_START</field>
                                                                            <value name="STRING">
                                                                              <block type="text_join" id="Nts|7$(iW`Y0dF`imZ1U">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="variables_get" id="-~03w5cp1Euz:2Yqg?C`">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="AT2">
                                                                              <block type="math_number" id="?#z;c/@HuwH_V.)4XEd5">
                                                                                <field name="NUM">5</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="logic_ternary" id="UsXHYrF:4#.[fv[22rM_">
                                                                            <value name="IF">
                                                                              <block type="logic_operation" id="z+yTOb@N?:?~ZkZKzrF%">
                                                                                <field name="OP">AND</field>
                                                                                <value name="A">
                                                                                  <block type="logic_compare" id="oWox$cS_Daqpu1$v^]0T">
                                                                                    <field name="OP">LTE</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="g2%n8oqzKUZxxhwk7jHN">
                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="2x`BFegCV2Lp]@%Ve@UL">
                                                                                        <field name="NUM">-10</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="logic_compare" id="o4m8eby%{Cl,*yPSM).)">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="IZ64FAZ4`C.q,#rt,%Bs">
                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="`j0=IcHXJsyWs{|B)U#%">
                                                                                        <field name="NUM">-100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="THEN">
                                                                              <block type="text_getSubstring" id="bm#nvGRjnL/cCOH!/[gg">
                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                <field name="WHERE1">FIRST</field>
                                                                                <field name="WHERE2">FROM_START</field>
                                                                                <value name="STRING">
                                                                                  <block type="text_join" id="NnGmJNCO%;%[^RomT+b^">
                                                                                    <mutation items="1"></mutation>
                                                                                    <value name="ADD0">
                                                                                      <block type="variables_get" id="$2$l29ZhR=+)V7]3|tC=">
                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="AT2">
                                                                                  <block type="math_number" id="9%!`;?Jw)@F1xXb.hSfJ">
                                                                                    <field name="NUM">6</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ELSE">
                                                                              <block type="logic_ternary" id="5FA4mjaIfq80=Q+$!~[Y">
                                                                                <value name="IF">
                                                                                  <block type="logic_operation" id="8}CpO1;J-+O0wV/pCzO@">
                                                                                    <field name="OP">AND</field>
                                                                                    <value name="A">
                                                                                      <block type="logic_compare" id="U#wC.#w.Qtu4i9?x*0$Y">
                                                                                        <field name="OP">LTE</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="Qdk$)eDWSws^-#WS33!~">
                                                                                            <field name="VAR">Report:LowestLoss</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="o-O]{Y+94AKdKGGJRFOY">
                                                                                            <field name="NUM">-10</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="logic_compare" id="YT?CGg3w3n0Dp(cciRE}">
                                                                                        <field name="OP">GT</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="jgR08U6CcngEy-=dJuD!">
                                                                                            <field name="VAR">Report:LowestLoss</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id=":-#GUiXe$J0p~1n]hgZl">
                                                                                            <field name="NUM">-100</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="THEN">
                                                                                  <block type="text_getSubstring" id="t{W^hTwwnD-?9M{b=n8*">
                                                                                    <mutation at1="false" at2="true"></mutation>
                                                                                    <field name="WHERE1">FIRST</field>
                                                                                    <field name="WHERE2">FROM_START</field>
                                                                                    <value name="STRING">
                                                                                      <block type="text_join" id="ZoyV)]s?gBdm~{cu~4dF">
                                                                                        <mutation items="1"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="variables_get" id="+RT!JV02;MNS_|zALqhB">
                                                                                            <field name="VAR">Report:LowestLoss</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="AT2">
                                                                                      <block type="math_number" id="I{aXtEB5@/EPkD796*^`">
                                                                                        <field name="NUM">7</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="ELSE">
                                                                                  <block type="logic_ternary" id="bfmRxn$|_TYzn%I*/MnD">
                                                                                    <value name="IF">
                                                                                      <block type="logic_operation" id="An^v.gzSrW}A%oUJV5|,">
                                                                                        <field name="OP">AND</field>
                                                                                        <value name="A">
                                                                                          <block type="logic_compare" id="]K-6%Sg!CC)1cqHM6$Kc">
                                                                                            <field name="OP">GT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="f2v5%w%T)IjV{ezsDb+l">
                                                                                                <field name="VAR">Report:LowestLoss</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="fLygm7W(mnE==HaO:a}x">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="logic_compare" id="[l3LJ3{~(P44Yd?Y=ZQS">
                                                                                            <field name="OP">LT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="`0Q1BX2I:u]v-uzz7~|m">
                                                                                                <field name="VAR">Report:LowestLoss</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="f%sK[+`Xcq?(r!_P`|_B">
                                                                                                <field name="NUM">10</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="THEN">
                                                                                      <block type="text_getSubstring" id="{?R]H4T{=ynh;TsP`UZ,">
                                                                                        <mutation at1="false" at2="true"></mutation>
                                                                                        <field name="WHERE1">FIRST</field>
                                                                                        <field name="WHERE2">FROM_START</field>
                                                                                        <value name="STRING">
                                                                                          <block type="text_join" id="69R)p`K`e}x5gFl}}U|t">
                                                                                            <mutation items="1"></mutation>
                                                                                            <value name="ADD0">
                                                                                              <block type="variables_get" id="ng40:1|]k*+Q1x4!QTy%">
                                                                                                <field name="VAR">Report:LowestLoss</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="AT2">
                                                                                          <block type="math_number" id="[xp;Xfh(1M@$?Oh6_wr[">
                                                                                            <field name="NUM">4</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="ELSE">
                                                                                      <block type="logic_ternary" id="e1{bH3Sxa|$HMpU;e){T">
                                                                                        <value name="IF">
                                                                                          <block type="logic_operation" id="o-u5HDG@s^^LSaLZuX00">
                                                                                            <field name="OP">AND</field>
                                                                                            <value name="A">
                                                                                              <block type="logic_compare" id="gN{DCM`k9S_:sut;Gb;m">
                                                                                                <field name="OP">GTE</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="@Yu?Gq]x7D4n,2fY$Q]e">
                                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="]A3?;F6Ze:_N*C@a9Ha6">
                                                                                                    <field name="NUM">10</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="logic_compare" id="nc+wx6}C^@:#.!c`S78q">
                                                                                                <field name="OP">LT</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="RTU54~(63/iN;=pagK(*">
                                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="Kw?eK+=8{j?n;l%@ReK$">
                                                                                                    <field name="NUM">100</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="THEN">
                                                                                          <block type="text_getSubstring" id="nLVXa]wZa(^{mYW/AOBx">
                                                                                            <mutation at1="false" at2="true"></mutation>
                                                                                            <field name="WHERE1">FIRST</field>
                                                                                            <field name="WHERE2">FROM_START</field>
                                                                                            <value name="STRING">
                                                                                              <block type="text_join" id="4vmJr*|N*-#y{zh(_sPT">
                                                                                                <mutation items="1"></mutation>
                                                                                                <value name="ADD0">
                                                                                                  <block type="variables_get" id="8mbWf4xdfz_%3bZm![|F">
                                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="AT2">
                                                                                              <block type="math_number" id="MCU(}wO)7Njd2Tf[O#ss">
                                                                                                <field name="NUM">5</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ELSE">
                                                                                          <block type="logic_ternary" id="k-#m5wp?V5cEuM_o@G:2">
                                                                                            <value name="IF">
                                                                                              <block type="logic_operation" id="j,kH=J{FT(*#R0;YS~/L">
                                                                                                <field name="OP">AND</field>
                                                                                                <value name="A">
                                                                                                  <block type="logic_compare" id="imp5aq]OV591e8t}p^l+">
                                                                                                    <field name="OP">GTE</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="iG!pN~2G%*qB1Vq{|TQK">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="Z68)?srmVgx7xApRF12(">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="logic_compare" id="X0TG?U6[S:WKS[=Ug,mU">
                                                                                                    <field name="OP">LT</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="{L(mQ;8.D=cGMarg$({0">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="aqo8^~0TLy9cm_i(9ZuL">
                                                                                                        <field name="NUM">1000</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="THEN">
                                                                                              <block type="text_getSubstring" id="z|WYx0wtzB70]BX;|^pq">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="tJC)JQ|#;B_/oe;zKX2/">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="kWnOg3X%W3)}N#LUKN1e">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="|161$/z@;$PWj*47RI(A">
                                                                                                    <field name="NUM">6</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="ELSE">
                                                                                              <block type="text_getSubstring" id="D93oA2a|wv2@#]^skzEX">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="jgh7S{91m{AB@|,$-43g">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="Wm=FX8aWfvO})X[Oc:Tr">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="0Ykc|HwL_kWF-Fg_~I5m">
                                                                                                    <field name="NUM">7</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD6">
                                                                      <block type="text" id="AT7Za_CYGEx%yGt*2)e;">
                                                                        <field name="TEXT"> | Duration: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD7">
                                                                      <block type="logic_ternary" id="ksI0Vc2lAa/K/mGhG~R_" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_compare" id="c.TF=lA13pCl.vpjti/o" inline="false">
                                                                            <field name="OP">LT</field>
                                                                            <value name="A">
                                                                              <block type="math_arithmetic" id="{ccFPr:o+h.#(9(2(|.|" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="wz_T1xYSG0~Be$d/M,nw">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="U4VEF#9r_hJn;Yh5zE4O">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="RAqd-47re}pohEzFe,mP">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="1zzDpu;Z$kj4Dg8)!wW-">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="qLT55();@[Ij-+n;Z(Mw">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="epoch" id="k}6!hsYIbKhhTg_cs^#!"></block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="6r{1|V!D90(.*06~nc|H">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="M%Gnp@m)aP8):AeF54~t">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="78zkAZ]^TjU%ESY+ZL%w">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="U~+JQix(a~NR:7Ih~!aq">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="iA=#t`s8KbH0x#6zXI7$">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="h;pz~{HB/+ZNw(|7QUPB">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="DM^520N:q;imCht6SC+x">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="variables_get" id="fHT)8Lx).M,IcI|lSX[X">
                                                                                                    <field name="VAR">Report:Since</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="x%!Dk^7s#9)!X]|AF8KZ">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="i4maDgO-ly^BhizTkC5q">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="3kt$w]U6LcLQ]L9JC*?Y">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="math_number" id="*!i~GqPc/Nx$,?*eVk,4">
                                                                                <field name="NUM">10</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_join" id="88@kuh]K+Mb7c+b9,qaP">
                                                                            <mutation items="2"></mutation>
                                                                            <value name="ADD0">
                                                                              <block type="text" id="P!XrA!/z.k#ick6yFjF5">
                                                                                <field name="TEXT">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD1">
                                                                              <block type="math_arithmetic" id="TG%r42$EE~rJn7ke_ed8" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="wz_T1xYSG0~Be$d/M,nw">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="+znmJ6{:xS=PIT?^9=uh">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="A?3W;K_2yLky1O%LN.`P">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="kf^wtyk[P]E|d~bv3.]s">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="GSU/YnniOUQ@`~9/[!Qn">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="epoch" id="Xn|mR.CMRwXE)s$,$cWK"></block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="k9pRT?s:TEGiZ]1..e6V">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="=0u*q/_{@+lLqtG?7~Hm">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="+Td7W0u+T[F5q-uBVr^)">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="Y;CSDs%~sU!dan,*3~to">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="FG7|6o-w/U:w;/$%F=|h">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="t^%U5ASb@+esKwXBWZ]a">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="hK/W!qP{{ff{6?hYtiTZ">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="variables_get" id="o5t%VDnT,k$wR,^e}tR]">
                                                                                                    <field name="VAR">Report:Since</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="h_C*4TZ?8`$s3Ew~C}v7">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="hf1hjww=q0R[]WNO2=p*">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="!;XW[8w}3OUd?Cmqy2dH">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="math_arithmetic" id="rID.FA{c?Qi?ws(COz4K" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="wz_T1xYSG0~Be$d/M,nw">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="JJ_n?:(5)~s|qhG75{hK">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="/4o.OSr),9X7D1uCb*PZ">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="qz^9xqaOnk*?K`zbiJi,">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="Jc@=N}5w|Xv$y)2YHHaa">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="epoch" id="%gr;$ynD!aUc(X4!m0me"></block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="l(9/DGsVYLQ)QtC;!.6G">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="RB*_cMTs%y23WB_iywUT">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="O/jg+tz+;yJd}_IWFiJb">
                                                                                        <field name="NUM">24</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="!L~|4|7Xlrpkkp_Nm(n%">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="X2io[9resqDs`{E+)b4o">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="RV[nUYB#Q(=95Ew,WzgH">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="-KkrADR|]Du9@ue|Brd~">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="variables_get" id="]Z;=jBdK[ygis/XDvBic">
                                                                                                <field name="VAR">Report:Since</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="r!$s9@cQ,0yyYa-.3.3-">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="WA2qgCmP*x}!Vuf(5E#|">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="xG-ZRDg/#7z+^^c$Tadp">
                                                                                        <field name="NUM">24</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD8">
                                                                      <block type="text" id="r14jc2x;k?NOJ~[[%NB?">
                                                                        <field name="TEXT">:</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD9">
                                                                      <block type="logic_ternary" id="iJFyYppmJebmg`2H.H$g" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_compare" id="O]RE53UTU|oLpA24uyn9" inline="false">
                                                                            <field name="OP">LT</field>
                                                                            <value name="A">
                                                                              <block type="math_arithmetic" id=";p*#Z[Gw`jPRXqdJydQO" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="XBK^t]52VJX(.4sZKTEk">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="0v^1]1zOuKhQZy,zFtCF">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="X11`6![[OWc:)YtBC|.(">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="?R2Q,I|KHZS#mz60@Z.e">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="epoch" id="2lQDm;pvA#a)UvebO5.~"></block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="o)^Vaqm#xT4}MB@mWIw+">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="k)HCbl=0MjuC8KV%0)iz">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="(l4bL1Y;,vxp,VJf#Pg-">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="?5GwlU}P|et1Ax(%0lrY">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="A{ap`QhUK|@S(Oq`P[e{">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="variables_get" id="a(.J%[ny=k!{EBG,K_e2">
                                                                                                <field name="VAR">Report:Since</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="@@XZuY{ixdy,@ESEJu`o">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="Qj353-(#0pMGn#ZZ$(^B">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="math_number" id="n8R/MW9{b|lcmbu[Vajs">
                                                                                <field name="NUM">10</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_join" id="Acw[~3`.iTIuEgY5;(.@">
                                                                            <mutation items="2"></mutation>
                                                                            <value name="ADD0">
                                                                              <block type="text" id="h?xfe?AF]@$wj._]czG%">
                                                                                <field name="TEXT">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD1">
                                                                              <block type="math_arithmetic" id="H._KeZ_DXBd(J/v(Q;*#" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="XBK^t]52VJX(.4sZKTEk">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="0Q4E,@-%-Z6gs{fwt4@{">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="XF83c2_tozb/tPpm(l18">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="N2lZz-H%!I,_aA1O*LI+">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="epoch" id="D.I3i,5ML/yj*5!{oJ$j"></block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="Ky19bCmy_R}fxV%Y*ChJ">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="09ZeNUo./f+XX@9]nBY/">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="`#WLDo8{PBOwKbi0Q%et">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="OIPD`tC_sp,bTctWhoZ5">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="]^bA*^aW~h0|+gM%}@Wh">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="variables_get" id="VL2$/l*j-J[SB7Pxbaq4">
                                                                                                <field name="VAR">Report:Since</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="=7ap?pC(y$ntSu:]!!Rp">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="(COhUY%nn)$8DZ5Lj,O7">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="math_arithmetic" id="j4I;~56tTCIZzI%E7!xh" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="XBK^t]52VJX(.4sZKTEk">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="NKG]_G9~BVD%Fb+EQwaO">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="x;]IRtc798U.z7QC:3*@">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="x@HkwgZe-;4nXxu*TZmn">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="epoch" id="[WSCcgx(uwK@b4:*SH}|"></block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="+sI3FCB@yX{W5KZ5MpeG">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="7ZcE`j3ko*24rUBItnbZ">
                                                                                        <field name="NUM">60</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="Io8~:}]RK/O;.lgxEUnq">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="@8S=OP@p%)v=W6wBqJtS">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id=":`HN:9GO:YKN]mTQUPSz">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="variables_get" id="^tKY4qstf`w$s3g*cO]x">
                                                                                            <field name="VAR">Report:Since</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="y`XN:Ojf1oNf7`1N#$s3">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="}[DIhK0I-1_7op|pJ%e/">
                                                                                        <field name="NUM">60</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD10">
                                                                      <block type="text" id="}jmDWuak0$~TaYVrMq$R">
                                                                        <field name="TEXT">h</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </statement>
                                                            <statement name="ELSE">
                                                              <block type="notify" id="F*RU#i-}p^mrqMe@KVI)">
                                                                <field name="NOTIFICATION_TYPE">success</field>
                                                                <field name="NOTIFICATION_SOUND">silent</field>
                                                                <value name="MESSAGE">
                                                                  <shadow type="text" id="W{P!}NG_b}gTlg;1mPF6">
                                                                    <field name="TEXT">abc</field>
                                                                  </shadow>
                                                                  <block type="text_join" id="kkB6b1*,+Ox=_OVS2_Z-">
                                                                    <mutation items="11"></mutation>
                                                                    <value name="ADD0">
                                                                      <block type="text" id="3JxC$XmBgCaW1+3u#2wH">
                                                                        <field name="TEXT">Total Profit: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD1">
                                                                      <block type="logic_ternary" id="7:Y$A/0^Y:v,CHmro!3h" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_operation" id="(W.:nrH+#n!pt{BBz[D8">
                                                                            <field name="OP">AND</field>
                                                                            <value name="A">
                                                                              <block type="logic_compare" id="TmTN9Yg1?L8^x(K2{M]k">
                                                                                <field name="OP">LT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="GdppeFGgu^Wu/LHB+w1]">
                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="M{sQ80:Sd1?I}`QK~rt0">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_compare" id="|^88VrVSC[~qvt_%eBL.">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="enw/N0(vdzewkQ]:o*KH">
                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="p4:*hLQy~5Q~031QttiJ">
                                                                                    <field name="NUM">-10</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_getSubstring" id="Cz*GBG-Rxp+V~DoPQ^d}">
                                                                            <mutation at1="false" at2="true"></mutation>
                                                                            <field name="WHERE1">FIRST</field>
                                                                            <field name="WHERE2">FROM_START</field>
                                                                            <value name="STRING">
                                                                              <block type="text_join" id="96-ZISK.WL%7:q7xk[ks">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="variables_get" id="[7}N8oXg+Dby*6jz#GHA">
                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="AT2">
                                                                              <block type="math_number" id="m2ySMhSph+S:mj:?lFZ`">
                                                                                <field name="NUM">5</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="logic_ternary" id="1cG9v7A%$b*C$@8@/m+M">
                                                                            <value name="IF">
                                                                              <block type="logic_operation" id="R:dAf+hVXkt=VXGv8mBs">
                                                                                <field name="OP">AND</field>
                                                                                <value name="A">
                                                                                  <block type="logic_compare" id="C+YL!EIQrYzNhI382Z6f">
                                                                                    <field name="OP">LTE</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="%]dA04lU|Bx9y1qmXLnW">
                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="3HQDnwww/*(CSd5~h(1^">
                                                                                        <field name="NUM">-10</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="logic_compare" id="?_vFKAci@-FcEu:FiD)k">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="g6obda02`O9*8[.GchS1">
                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="c71_`k37Waec7+2J?Nta">
                                                                                        <field name="NUM">-100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="THEN">
                                                                              <block type="text_getSubstring" id="fimRrZ{Ptaa_FNi7xKpj">
                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                <field name="WHERE1">FIRST</field>
                                                                                <field name="WHERE2">FROM_START</field>
                                                                                <value name="STRING">
                                                                                  <block type="text_join" id="yAn9$*gh1;}yB2h;Q::3">
                                                                                    <mutation items="1"></mutation>
                                                                                    <value name="ADD0">
                                                                                      <block type="variables_get" id="CHBM9u/l.J8OHCXL1P~:">
                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="AT2">
                                                                                  <block type="math_number" id="t)K$%w95Q8gJlB/=^M$y">
                                                                                    <field name="NUM">6</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ELSE">
                                                                              <block type="logic_ternary" id="NLn_^_ib$79*sbzF}4Er">
                                                                                <value name="IF">
                                                                                  <block type="logic_operation" id="949h2V)RnZHw=ryJ@*xW">
                                                                                    <field name="OP">AND</field>
                                                                                    <value name="A">
                                                                                      <block type="logic_compare" id="0q%i`90Cyx:Hkig-Muq.">
                                                                                        <field name="OP">LTE</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id=":l,%OV#|@,)5$tospPTv">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="^:__Y{e}SSDj[M#W8R43">
                                                                                            <field name="NUM">-10</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="logic_compare" id="?KB_1Xm@)}RC9U^E~CDd">
                                                                                        <field name="OP">GT</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="s2X9cdIVj}dwA#1N7z,J">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="wKauNR]i.:IXzb%*-W.P">
                                                                                            <field name="NUM">-100</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="THEN">
                                                                                  <block type="text_getSubstring" id="$+b$01Bx)dEeJxybZ=hX">
                                                                                    <mutation at1="false" at2="true"></mutation>
                                                                                    <field name="WHERE1">FIRST</field>
                                                                                    <field name="WHERE2">FROM_START</field>
                                                                                    <value name="STRING">
                                                                                      <block type="text_join" id="1gw`x{SFDd?;1-JJ+tKz">
                                                                                        <mutation items="1"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="variables_get" id="Hzv(7x@EhsK~Qio}XC`^">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="AT2">
                                                                                      <block type="math_number" id="0Wr1;:P715nN)7XUmPP#">
                                                                                        <field name="NUM">7</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="ELSE">
                                                                                  <block type="logic_ternary" id="[/2m.aJ[BMiJ$aSh)EX3">
                                                                                    <value name="IF">
                                                                                      <block type="logic_operation" id="(1qL-{(U:/?cJi#*K$$w">
                                                                                        <field name="OP">AND</field>
                                                                                        <value name="A">
                                                                                          <block type="logic_compare" id="T{1-6#9SG0WGhyXVbWGJ">
                                                                                            <field name="OP">GT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="qKP=TNi@IKisuE|?u7.Z">
                                                                                                <field name="VAR">Report:TotalProfit</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="[z(`k3IbqK|S@:AZFDKb">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="logic_compare" id="lx=RrUlftjT.gfg$=A6%">
                                                                                            <field name="OP">LT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="r+O=,Lr|*D/BtMlPKL`_">
                                                                                                <field name="VAR">Report:TotalProfit</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="DYUt[DrtWBO^8RAWoDfX">
                                                                                                <field name="NUM">10</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="THEN">
                                                                                      <block type="text_getSubstring" id="tHd]]/-}l9OaW;@d^,^D">
                                                                                        <mutation at1="false" at2="true"></mutation>
                                                                                        <field name="WHERE1">FIRST</field>
                                                                                        <field name="WHERE2">FROM_START</field>
                                                                                        <value name="STRING">
                                                                                          <block type="text_join" id="_l8I_+~LPoA)VhL~6!|#">
                                                                                            <mutation items="1"></mutation>
                                                                                            <value name="ADD0">
                                                                                              <block type="variables_get" id="bKw4QIBoNxs%:COn,HxL">
                                                                                                <field name="VAR">Report:TotalProfit</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="AT2">
                                                                                          <block type="math_number" id="I{qot[95F{TWK#+uPQyR">
                                                                                            <field name="NUM">4</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="ELSE">
                                                                                      <block type="logic_ternary" id="x8W==!dar5S$}mO4ZPtV">
                                                                                        <value name="IF">
                                                                                          <block type="logic_operation" id="rps-{dD4+LxKlZje/zud">
                                                                                            <field name="OP">AND</field>
                                                                                            <value name="A">
                                                                                              <block type="logic_compare" id="Dij/V[qLDHSlFT*vv])w">
                                                                                                <field name="OP">GTE</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="@X)aStZpo.%sbD{E#3|f">
                                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="q$SKCi|;o$$0@uAeUN$l">
                                                                                                    <field name="NUM">10</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="logic_compare" id="Yd+xnPB4AaP4xqU.VBv;">
                                                                                                <field name="OP">LT</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="*WR]?VojNv}VyH~V6W(0">
                                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="pm*N3HQY,B^SQU*vikrz">
                                                                                                    <field name="NUM">100</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="THEN">
                                                                                          <block type="text_getSubstring" id="COVcr,D9{!|;(rRQ3cFt">
                                                                                            <mutation at1="false" at2="true"></mutation>
                                                                                            <field name="WHERE1">FIRST</field>
                                                                                            <field name="WHERE2">FROM_START</field>
                                                                                            <value name="STRING">
                                                                                              <block type="text_join" id="},tIj^7K(O5:*4j_ypv1">
                                                                                                <mutation items="1"></mutation>
                                                                                                <value name="ADD0">
                                                                                                  <block type="variables_get" id="Z?!gs#YZ2f;!xZF)]7bj">
                                                                                                    <field name="VAR">Report:TotalProfit</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="AT2">
                                                                                              <block type="math_number" id="P-(Z,5.i{xCg|=_*sqzo">
                                                                                                <field name="NUM">5</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ELSE">
                                                                                          <block type="logic_ternary" id="XYuIl3%dd1F}qJ,{^GzO">
                                                                                            <value name="IF">
                                                                                              <block type="logic_operation" id="Zdoe5wp$JCn:Fo3wZ:4U">
                                                                                                <field name="OP">AND</field>
                                                                                                <value name="A">
                                                                                                  <block type="logic_compare" id="1@yez`##%#lWVS)[a.9(">
                                                                                                    <field name="OP">GTE</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="o1|R=nR0qWEi.y}`9ViU">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="36j?^~mdero8flU:3FtX">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="logic_compare" id="lHlf#:6dOLfSIjm?dEb/">
                                                                                                    <field name="OP">LT</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="Hhjfa:wrhpewe-fo}HD/">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="6@~%hH~8Sn_dt{Z}a67;">
                                                                                                        <field name="NUM">1000</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="THEN">
                                                                                              <block type="text_getSubstring" id="Wp1VvID1~-cAOzS!A|BA">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="aVadL;8=a`uiCbJZv}M)">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="g2C:Iag$;L[smHtNxj#0">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="LS-MZeqU5O0^-)8?KXL(">
                                                                                                    <field name="NUM">6</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="ELSE">
                                                                                              <block type="text_getSubstring" id="(hf;]Zcr$lQXakeeXyaB">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="TIuGAThT6q|jxUgGrWHZ">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="Q8rDkMI8jtd2(1Q,9EDx">
                                                                                                        <field name="VAR">Report:TotalProfit</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="U3q0CuNTLLG97?/A8Hrh">
                                                                                                    <field name="NUM">7</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD2">
                                                                      <block type="text" id="1b_,(E(IzlOwutm,hM$?">
                                                                        <field name="TEXT"> | Lowest Balance: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD3">
                                                                      <block type="logic_ternary" id="ZUeQ$4=QjJ6SpO?5)[}:" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_operation" id="UpQTX8@!~[`nN6nujZZC">
                                                                            <field name="OP">AND</field>
                                                                            <value name="A">
                                                                              <block type="logic_compare" id="Pr!0y+e][lsL;x){F]9}">
                                                                                <field name="OP">LT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="~NQw4z.CBX-ueX,GLnn,">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="D:I+}N}Y)e^+SLK/RYPB">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_compare" id="NZ1jF.r6^Kc7;]t$jAH[">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="?4WK?m3_y.CN|b{Q$Y22">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="ama=!dzU$]`NrHpc%^Jc">
                                                                                    <field name="NUM">-10</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_getSubstring" id="~SGa3x}3IZDLkWC1U73.">
                                                                            <mutation at1="false" at2="true"></mutation>
                                                                            <field name="WHERE1">FIRST</field>
                                                                            <field name="WHERE2">FROM_START</field>
                                                                            <value name="STRING">
                                                                              <block type="text_join" id="-}k_SM;!$Pdq+p#fD~dv">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="variables_get" id="uVn]Cd*O6}v@1L_)_o)*">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="AT2">
                                                                              <block type="math_number" id="Fbl{W[44r6+(u+/N]1E8">
                                                                                <field name="NUM">5</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="logic_ternary" id="`kRhe7+%ySGN%mES8`(3">
                                                                            <value name="IF">
                                                                              <block type="logic_operation" id="DD2FuB!~4st}}8bwl3_Y">
                                                                                <field name="OP">AND</field>
                                                                                <value name="A">
                                                                                  <block type="logic_compare" id="gRZJ3-QZ::N13p(5Fu}C">
                                                                                    <field name="OP">LTE</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="wR4PzzyO=NamIzxh0~8Q">
                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="|Qb1m0FUa[(vUhVxPr#]">
                                                                                        <field name="NUM">-10</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="logic_compare" id="AF;jhB58#JmPo.JP/M$2">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="PEU/qtE^~SYrtb;88Hnv">
                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="Ai=nmK7GrWxG8iO}-)B;">
                                                                                        <field name="NUM">-100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="THEN">
                                                                              <block type="text_getSubstring" id="bhCuLNe8`hz?5han?bZA">
                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                <field name="WHERE1">FIRST</field>
                                                                                <field name="WHERE2">FROM_START</field>
                                                                                <value name="STRING">
                                                                                  <block type="text_join" id="_51krZ~~D%ya1YQyw).?">
                                                                                    <mutation items="1"></mutation>
                                                                                    <value name="ADD0">
                                                                                      <block type="variables_get" id="{DNf{tUl+JcJ=ciM/=J+">
                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="AT2">
                                                                                  <block type="math_number" id="FykH3~rED+1;j:z)V?U`">
                                                                                    <field name="NUM">6</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ELSE">
                                                                              <block type="logic_ternary" id="xKg9OK4pt_`d9(;9YOEZ">
                                                                                <value name="IF">
                                                                                  <block type="logic_operation" id="_2ES#%kG;RXd!/~:A2bo">
                                                                                    <field name="OP">AND</field>
                                                                                    <value name="A">
                                                                                      <block type="logic_compare" id="O0(uYN5d/uK#MShjhgF|">
                                                                                        <field name="OP">LTE</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="SP{*hn/kEg379)ss3jXj">
                                                                                            <field name="VAR">Report:LowestBalance</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="1c40sZ}Zh_,)`C/ag2G@">
                                                                                            <field name="NUM">-10</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="logic_compare" id="~nov(QPH=]geYOUv)BvT">
                                                                                        <field name="OP">GT</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="2|+M,LgnMa98^MdIhZGr">
                                                                                            <field name="VAR">Report:LowestBalance</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="I$S)dr{KY)T?b{,8;RD[">
                                                                                            <field name="NUM">-100</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="THEN">
                                                                                  <block type="text_getSubstring" id="/9Fc|{qzEXcJPT@l3go+">
                                                                                    <mutation at1="false" at2="true"></mutation>
                                                                                    <field name="WHERE1">FIRST</field>
                                                                                    <field name="WHERE2">FROM_START</field>
                                                                                    <value name="STRING">
                                                                                      <block type="text_join" id="!U$`grpZ=0ItpA-Pebx1">
                                                                                        <mutation items="1"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="variables_get" id="wuT6Y}[P$8qBxH#9^J(6">
                                                                                            <field name="VAR">Report:TotalProfit</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="AT2">
                                                                                      <block type="math_number" id="z,8KZY8O!?Aq`WzZ9KYq">
                                                                                        <field name="NUM">7</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="ELSE">
                                                                                  <block type="logic_ternary" id="9Tb~R!nRoxQDxOwJIq/A">
                                                                                    <value name="IF">
                                                                                      <block type="logic_operation" id="1;j`=/Q`b^-@4P2$*6jr">
                                                                                        <field name="OP">AND</field>
                                                                                        <value name="A">
                                                                                          <block type="logic_compare" id="e=8)gXLYR=VY(93zn7?W">
                                                                                            <field name="OP">GT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="o.L8(O`v,31.}o[X/RQl">
                                                                                                <field name="VAR">Report:LowestBalance</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="B`OZUW]:zKyTZaOLVMsc">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="logic_compare" id="j%HEl4N91Bk}K..6S$oP">
                                                                                            <field name="OP">LT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="eA7jn6wb%^Wwm2=aHbj(">
                                                                                                <field name="VAR">Report:LowestBalance</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id=":Kh#aElqLnx?}wJvosyw">
                                                                                                <field name="NUM">10</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="THEN">
                                                                                      <block type="text_getSubstring" id="bsh#xY6+|}fLyh{O[m3h">
                                                                                        <mutation at1="false" at2="true"></mutation>
                                                                                        <field name="WHERE1">FIRST</field>
                                                                                        <field name="WHERE2">FROM_START</field>
                                                                                        <value name="STRING">
                                                                                          <block type="text_join" id="54#$ql:nzUs#~9BAq#FU">
                                                                                            <mutation items="1"></mutation>
                                                                                            <value name="ADD0">
                                                                                              <block type="variables_get" id="6:W@2sG.:Y`e`H7}1`8~">
                                                                                                <field name="VAR">Report:LowestBalance</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="AT2">
                                                                                          <block type="math_number" id="|mrwA$+2#,yCuMo,dR;F">
                                                                                            <field name="NUM">4</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="ELSE">
                                                                                      <block type="logic_ternary" id="Zrk)m+~HR2QMWd0:s$`^">
                                                                                        <value name="IF">
                                                                                          <block type="logic_operation" id="x+_vdH7+ZpfC?v@V+kVb">
                                                                                            <field name="OP">AND</field>
                                                                                            <value name="A">
                                                                                              <block type="logic_compare" id="WhmOXl54)#u/][qmGBAi">
                                                                                                <field name="OP">GTE</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="ZBuKig(=8$-ItQP-8{N/">
                                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="3sPW3?M-@+)14s:GZull">
                                                                                                    <field name="NUM">10</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="logic_compare" id="#yz_-vDt%ndV9)DAD/Z)">
                                                                                                <field name="OP">LT</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="qV31udV]x)t:vQ/[G[le">
                                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="5h2bH#G6gtGC*a:m,D~U">
                                                                                                    <field name="NUM">100</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="THEN">
                                                                                          <block type="text_getSubstring" id="DsPY*-I]dGPIaeDc?cFN">
                                                                                            <mutation at1="false" at2="true"></mutation>
                                                                                            <field name="WHERE1">FIRST</field>
                                                                                            <field name="WHERE2">FROM_START</field>
                                                                                            <value name="STRING">
                                                                                              <block type="text_join" id="{T=Y#{=iwD,J?tE2/:Ci">
                                                                                                <mutation items="1"></mutation>
                                                                                                <value name="ADD0">
                                                                                                  <block type="variables_get" id="Mf,Qjyncs^m_eM@[=QK[">
                                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="AT2">
                                                                                              <block type="math_number" id="JjERstbZg6/@;5dTMpe]">
                                                                                                <field name="NUM">5</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ELSE">
                                                                                          <block type="logic_ternary" id="zmNz[1KS]4irA)J5u){4">
                                                                                            <value name="IF">
                                                                                              <block type="logic_operation" id="!LtKM:Q;8z]YJ;M/g[|p">
                                                                                                <field name="OP">AND</field>
                                                                                                <value name="A">
                                                                                                  <block type="logic_compare" id="NFA4N6]%WX%d@K:V6a!;">
                                                                                                    <field name="OP">GTE</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="i|k]Gm`CQLHrTf/)|,Yq">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="d)H)avK{-!3D~.AG~3Fk">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="logic_compare" id="U`zqv~|6Kn~a%qeQ6c%Y">
                                                                                                    <field name="OP">LT</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="|r!nT%ZwVbZi`(!k$=BK">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="*Uy[SoBR]Kz2;;3#p!n9">
                                                                                                        <field name="NUM">1000</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="THEN">
                                                                                              <block type="text_getSubstring" id="$]9#i62Fe$%iMQ!$E8b;">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="QkZDNg5p9#`zo9gxBnb{">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="Wx#ouSdN|t]9wV/%jhJX">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="4_9hDj(qRmP@k-sFp$bU">
                                                                                                    <field name="NUM">6</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="ELSE">
                                                                                              <block type="text_getSubstring" id="pVO4^c_;D3WyUqrjQism">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="!P,#~kSIP!`8q*p+)-xd">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="[PROTECTED EMAIL]5AOdTQ=r">
                                                                                                        <field name="VAR">Report:LowestBalance</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="ib*Mw-=.^L1c+HqkqDLU">
                                                                                                    <field name="NUM">7</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD4">
                                                                      <block type="text" id="F%t]ZpJkI`)Vttqf=,`Z">
                                                                        <field name="TEXT"> | Lowest Profit: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD5">
                                                                      <block type="logic_ternary" id="2Qi%AZ*ZOBQ?2/xL30l." collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_operation" id="s5i@]FT!.G`Y9d5cLmt`">
                                                                            <field name="OP">AND</field>
                                                                            <value name="A">
                                                                              <block type="logic_compare" id="X`=#QbS$Iz*Sq~Ht#*`]">
                                                                                <field name="OP">LT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="7i`hgK_0Pw*[hI0a;T!t">
                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="?8shBwDu$XhPbq))n1iY">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_compare" id="/HVH4#y%^}38ou2`eVMx">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="V3U+p[zNBBtzy:`.uDiB">
                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="%2uSjd0}$|w_VUC_jv4P">
                                                                                    <field name="NUM">-10</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_getSubstring" id="^R|Lh@qo-OICZ:~/q/mm">
                                                                            <mutation at1="false" at2="true"></mutation>
                                                                            <field name="WHERE1">FIRST</field>
                                                                            <field name="WHERE2">FROM_START</field>
                                                                            <value name="STRING">
                                                                              <block type="text_join" id="z**l89xgX8UO4pA0S.t9">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="variables_get" id="EDU$tQG{;g)|Sj2:Nb:0">
                                                                                    <field name="VAR">Report:LowestBalance</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="AT2">
                                                                              <block type="math_number" id="|YriJ};IrHCRFv__;6Qz">
                                                                                <field name="NUM">5</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="logic_ternary" id="SI3roXi%B(q:$du:Qe4,">
                                                                            <value name="IF">
                                                                              <block type="logic_operation" id="2,wD:.WEQ/T6WJlA?4(i">
                                                                                <field name="OP">AND</field>
                                                                                <value name="A">
                                                                                  <block type="logic_compare" id="XSozY(w;3+IQ7Z_HA$:d">
                                                                                    <field name="OP">LTE</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="j/V|AHB2YDPlxn%L$7b/">
                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="t!*u$m5wv^ZJHX{7#DOa">
                                                                                        <field name="NUM">-10</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="logic_compare" id="{,d$pjb17o!DaLY_noOP">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="variables_get" id="QExPz^b+r8t[BH/aVOVG">
                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="math_number" id="M_)h;CZ:X)bsZOwp-)V^">
                                                                                        <field name="NUM">-100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="THEN">
                                                                              <block type="text_getSubstring" id="]3*DckZnq^DDgowZxdYH">
                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                <field name="WHERE1">FIRST</field>
                                                                                <field name="WHERE2">FROM_START</field>
                                                                                <value name="STRING">
                                                                                  <block type="text_join" id="55B`_Qk1b5M1,`=Jz(;f">
                                                                                    <mutation items="1"></mutation>
                                                                                    <value name="ADD0">
                                                                                      <block type="variables_get" id="{p:Q[Bd2GMwL:e)%W-;i">
                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="AT2">
                                                                                  <block type="math_number" id="E1]!?kFJ1UaOY:c~Z`q4">
                                                                                    <field name="NUM">6</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ELSE">
                                                                              <block type="logic_ternary" id="_6#b7UR/su?i%G%rgwyX">
                                                                                <value name="IF">
                                                                                  <block type="logic_operation" id="y/RX[mBV]:ff{/Iwjl)~">
                                                                                    <field name="OP">AND</field>
                                                                                    <value name="A">
                                                                                      <block type="logic_compare" id="o$odN!mCB`{|QJR%aMPx">
                                                                                        <field name="OP">LTE</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="de-E:k]63^L)B6;Yvj(a">
                                                                                            <field name="VAR">Report:LowestLoss</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="d)41R{iug1j3*Y37V5DE">
                                                                                            <field name="NUM">-10</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="logic_compare" id="cZo5@sr7gOGGf|NqA6Xo">
                                                                                        <field name="OP">GT</field>
                                                                                        <value name="A">
                                                                                          <block type="variables_get" id="7L?jVE5v[P_rTD=wgc(m">
                                                                                            <field name="VAR">Report:LowestLoss</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="math_number" id="3{4[VDG)Wmf3M4a^?ZeD">
                                                                                            <field name="NUM">-100</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="THEN">
                                                                                  <block type="text_getSubstring" id="l`=8io`y)A*ML1p+y8ml">
                                                                                    <mutation at1="false" at2="true"></mutation>
                                                                                    <field name="WHERE1">FIRST</field>
                                                                                    <field name="WHERE2">FROM_START</field>
                                                                                    <value name="STRING">
                                                                                      <block type="text_join" id="LCRY6UYn$73RD#0^trOt">
                                                                                        <mutation items="1"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="variables_get" id="`4_=-SZrh8(U)D+@wQ#H">
                                                                                            <field name="VAR">Report:LowestLoss</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="AT2">
                                                                                      <block type="math_number" id="ywQyPKDL3C*1i:f101r*">
                                                                                        <field name="NUM">7</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="ELSE">
                                                                                  <block type="logic_ternary" id="5bW#(pIMJ5tx6wF?bT[(">
                                                                                    <value name="IF">
                                                                                      <block type="logic_operation" id="b]HSIn!M4b4H0K0EJePS">
                                                                                        <field name="OP">AND</field>
                                                                                        <value name="A">
                                                                                          <block type="logic_compare" id="=U:A=e_fh2Ni8N`0h2$r">
                                                                                            <field name="OP">GT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="lpNCj-y,uv=sP6zV}LG;">
                                                                                                <field name="VAR">Report:LowestLoss</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="_)b0hfA,8Ns#@kE(vc|[">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <block type="logic_compare" id=".1XM6:y,#K]s!!=$j9f=">
                                                                                            <field name="OP">LT</field>
                                                                                            <value name="A">
                                                                                              <block type="variables_get" id="t*WhAEB6x;`$m!Z)uRVc">
                                                                                                <field name="VAR">Report:LowestLoss</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="math_number" id="~W6vuCtOZ#9AjGEWscU(">
                                                                                                <field name="NUM">10</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="THEN">
                                                                                      <block type="text_getSubstring" id="B*J6^@b3E7jhrv:U)!;^">
                                                                                        <mutation at1="false" at2="true"></mutation>
                                                                                        <field name="WHERE1">FIRST</field>
                                                                                        <field name="WHERE2">FROM_START</field>
                                                                                        <value name="STRING">
                                                                                          <block type="text_join" id="3]EEFkZ!?sy,r`FC#HO4">
                                                                                            <mutation items="1"></mutation>
                                                                                            <value name="ADD0">
                                                                                              <block type="variables_get" id="+Yq^GwZcL{rBi[a1E1f0">
                                                                                                <field name="VAR">Report:LowestLoss</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="AT2">
                                                                                          <block type="math_number" id="AF~jP@2VGbbfXDbK-SUs">
                                                                                            <field name="NUM">4</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="ELSE">
                                                                                      <block type="logic_ternary" id="bF4Cy6Cz/u^-#DiK969:">
                                                                                        <value name="IF">
                                                                                          <block type="logic_operation" id="0KXJQQZU-LW3$Mbo{czA">
                                                                                            <field name="OP">AND</field>
                                                                                            <value name="A">
                                                                                              <block type="logic_compare" id="1i?1|*5VN*vU6VpoDIWu">
                                                                                                <field name="OP">GTE</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id=")){6bP5s::8FDH{2szx@">
                                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id=",P=skvNSdxb:hg9jHD!S">
                                                                                                    <field name="NUM">10</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <block type="logic_compare" id="rqa)84d-dEZbt9tB.E6w">
                                                                                                <field name="OP">LT</field>
                                                                                                <value name="A">
                                                                                                  <block type="variables_get" id="[88@m+gb3vPI00`y(-!0">
                                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="math_number" id="p|}9;F`_,!RXb+6:%b]o">
                                                                                                    <field name="NUM">100</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="THEN">
                                                                                          <block type="text_getSubstring" id="yonR;eK:bm^ef-N92YF!">
                                                                                            <mutation at1="false" at2="true"></mutation>
                                                                                            <field name="WHERE1">FIRST</field>
                                                                                            <field name="WHERE2">FROM_START</field>
                                                                                            <value name="STRING">
                                                                                              <block type="text_join" id="gh.p!KU{;@D}groji9bM">
                                                                                                <mutation items="1"></mutation>
                                                                                                <value name="ADD0">
                                                                                                  <block type="variables_get" id="27k{6T?A~0/*!*Vf]|zj">
                                                                                                    <field name="VAR">Report:LowestLoss</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="AT2">
                                                                                              <block type="math_number" id="u,0L.Vq)u;I=-I);uB,G">
                                                                                                <field name="NUM">5</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ELSE">
                                                                                          <block type="logic_ternary" id="Zmlu+aCKjMS-M7LTo@=d">
                                                                                            <value name="IF">
                                                                                              <block type="logic_operation" id="Mq[^^;PTDKmvRs:W[%}G">
                                                                                                <field name="OP">AND</field>
                                                                                                <value name="A">
                                                                                                  <block type="logic_compare" id=",+m9F)v9fj2BmX!.!xc;">
                                                                                                    <field name="OP">GTE</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="sDjs0))qUWc!cz!.~P/%">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id=".}3{RdQ^{U^z$nW7U*X^">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <block type="logic_compare" id="Ao@N,)~P0}40^s9$v@;{">
                                                                                                    <field name="OP">LT</field>
                                                                                                    <value name="A">
                                                                                                      <block type="variables_get" id="OJDa5fqi0!n%[Jsp_8})">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <value name="B">
                                                                                                      <block type="math_number" id="Yv$UzAUO{euc;28zeVs-">
                                                                                                        <field name="NUM">1000</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="THEN">
                                                                                              <block type="text_getSubstring" id="vu0of/y`:egKd)0I-4K[">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="nTLnQfkV?B-JwAQKvypI">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="n67Tdey|rmpvgHLFHoPX">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="-lfC_p5AjN;lBV?T:;;2">
                                                                                                    <field name="NUM">6</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="ELSE">
                                                                                              <block type="text_getSubstring" id="g)4f+9oUtbH+Emk^*+z0">
                                                                                                <mutation at1="false" at2="true"></mutation>
                                                                                                <field name="WHERE1">FIRST</field>
                                                                                                <field name="WHERE2">FROM_START</field>
                                                                                                <value name="STRING">
                                                                                                  <block type="text_join" id="r6%#m^/AoUdEl(YN7]D.">
                                                                                                    <mutation items="1"></mutation>
                                                                                                    <value name="ADD0">
                                                                                                      <block type="variables_get" id="V3g6e0Flr?rcQ$D9Oe!4">
                                                                                                        <field name="VAR">Report:LowestLoss</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="AT2">
                                                                                                  <block type="math_number" id="X)^TX+1wK@G;|J=l,w|N">
                                                                                                    <field name="NUM">7</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD6">
                                                                      <block type="text" id="@j@Q;]J6Dc;g^1@]fnKi">
                                                                        <field name="TEXT"> | Duration: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD7">
                                                                      <block type="logic_ternary" id="a[19J=xZp:9Ghi]E8QzQ" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_compare" id="XP$Aqf2e,RE({#LW$E+X" inline="false">
                                                                            <field name="OP">LT</field>
                                                                            <value name="A">
                                                                              <block type="math_arithmetic" id="d7X*qPqOmy+r0!Jn4jw4" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="wz_T1xYSG0~Be$d/M,nw">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="1g]I-OW;mU8+1vl|Bh^x">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="B7nicbswHNdHg}N%1T7w">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="ZWW=:h0u2!PZki8UbJYT">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="9LR(5k(#A=UH~LtBy(^Q">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="epoch" id="rTCsI^[c{6$gi5M8m:I4"></block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="PnIg{U-!T[oGshv6X]c.">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="/tKZglVijLARq$YWK}:v">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="Y;/~*qVJEk^/t*%a?z/E">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="qx]=/qi3W6qds%%aZC|7">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="Yg2B37=cDS8*5@2m/I()">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="K!|]9,npTniGy/U]9rRJ">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="^xU,]?}M|tf@iF8$zmbk">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="variables_get" id="$t%`p0rmGS}`@5V{=3r]">
                                                                                                    <field name="VAR">Report:Since</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="gN~pzMw}Z?.UM%BNaHGr">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="(*y]t7-(fL;ET$B%c;81">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="nx!w^nYA+ZYNGnf]I~qG">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="math_number" id="%WxahBKb`$ud[(FDr|P:">
                                                                                <field name="NUM">10</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_join" id="^(ie%V?zGPf,q-vpBAx/">
                                                                            <mutation items="2"></mutation>
                                                                            <value name="ADD0">
                                                                              <block type="text" id=".ITyPYg@4=gxPdNnTLH%">
                                                                                <field name="TEXT">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD1">
                                                                              <block type="math_arithmetic" id=";69eo;*koW,tmQi;Ie5#" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="wz_T1xYSG0~Be$d/M,nw">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id=":X^_0024)dSm[3*l@n6`">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="RbN@?UF9R)Qgt!+aSn/w">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="yq7AN5DiwBwffBXU9L%7">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="rzVL*=rhCAL@W}1Cu:1?">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="epoch" id="=ALo8C6sNJ2CUBtAl+vL"></block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="(.n_tB8#l3[+08g`mrer">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id=";}SK2{f%Yu7GhQ_hTqZS">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="^vKV?}!au~4?5-]qZwyd">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="BCO34KIgx1Acz(:lb/0z">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="dBQU^tR{_Sd:TbBqOMA4">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="6WLjw0flJj:$wPxoFZ)#">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="math_arithmetic" id="x#$UT1~w9C=xR#%^5VE2">
                                                                                                <field name="OP">DIVIDE</field>
                                                                                                <value name="A">
                                                                                                  <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                    <field name="NUM">1</field>
                                                                                                  </shadow>
                                                                                                  <block type="variables_get" id="4-IL,/mZW%F=*=n+h0Nn">
                                                                                                    <field name="VAR">Report:Since</field>
                                                                                                  </block>
                                                                                                </value>
                                                                                                <value name="B">
                                                                                                  <shadow type="math_number" id="hXihV+(*z#~`LGI$A$z!">
                                                                                                    <field name="NUM">60</field>
                                                                                                  </shadow>
                                                                                                </value>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="*lIJfcbE;4PfW0yyF_o:">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="C3yHDA5i]!aRVY1.N*F{">
                                                                                            <field name="NUM">24</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="math_arithmetic" id="T)-avNay`w3Hk~8I#8|K" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="wz_T1xYSG0~Be$d/M,nw">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="FVPzFl6nxf;$v^Q*JbsB">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="(Sm-)+?7P8RI:A|,eTJN">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="pZ{Cn@2NY+}TN2=i.;c7">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="lpE+2(9uQwn:0{?{Ic;}">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="epoch" id="_V@~7Siw`@d^!!Wb4s)m"></block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="+eP3)CKcNnbukG6{{[ZN">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="C}nG`Y0M0zif-7ZHun,_">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="]Ruox2~=Hkv=;nAO80LB">
                                                                                        <field name="NUM">24</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="Nw/T:lTwP.zK!6=I:isI">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="~8;-vnAD4X@+h^Ayo7|q">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="%YaC^~FNeKcq:|?TF=9n">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="Fpxyf:eNko3O;[=5~%g;">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="variables_get" id="3.GPe)D.{n-A4qfQ+(;i">
                                                                                                <field name="VAR">Report:Since</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="nZOIR0~X201:pxhqO(HP">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id=")G_+bT9omA!_^1xPO`~T">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="ZTeK?rE(,qs-fxuXnMNh">
                                                                                        <field name="NUM">24</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD8">
                                                                      <block type="text" id="N}W}j{TfzR|j}OEMm0BQ">
                                                                        <field name="TEXT">:</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD9">
                                                                      <block type="logic_ternary" id="]mcKjj#-(=kCq,!py`fP" collapsed="true">
                                                                        <value name="IF">
                                                                          <block type="logic_compare" id="UgM:%g(Or|{B9oWZ:`c;" inline="false">
                                                                            <field name="OP">LT</field>
                                                                            <value name="A">
                                                                              <block type="math_arithmetic" id="2Qah4kn+,j7%UQx+U=^h" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="XBK^t]52VJX(.4sZKTEk">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="dji}NL9NIH{ipAW5jA%X">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="oSIf}uXEa*[g;`Rp]IDV">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="eM=/M1#e_@vB|%d8r:+^">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="epoch" id=";P#Ji[jkNBceu@_;[]x6"></block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="JT5o]*CF^3ILbcdfL161">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="aBjR@O${reIoqkpegEq4">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="(=5?sNRfLXYK`-+4n-Sa">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="NJjsu9G^O.X;zw82l:gc">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="rBt,SK|pO/^`u2}i:3Q[">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="variables_get" id="XWM(ZqTi*Yl2y8SD0R=D">
                                                                                                <field name="VAR">Report:Since</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="mNTQA*IOj=kwT~$^@b~h">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="Bm43.;)eSY^p+|Zj6Ob#">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="math_number" id="$Poq|EzJdqSAK*hU`zC6">
                                                                                <field name="NUM">10</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="THEN">
                                                                          <block type="text_join" id="Ob?E{YZyf1ylV=J$;x1Y">
                                                                            <mutation items="2"></mutation>
                                                                            <value name="ADD0">
                                                                              <block type="text" id="04}nlUSNzS|L;pMnQY(!">
                                                                                <field name="TEXT">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD1">
                                                                              <block type="math_arithmetic" id="19GCeI2yZ]Pi|t7(o=Fs" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="XBK^t]52VJX(.4sZKTEk">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id=";1^6*ZrZp:@TZ~|YwxIZ">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id="[e4srdbw]BQe(7UZWU0f">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="@_IJY?~VB-!Rd)3mCO4G">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="epoch" id="O,b1c-Wn+,Rl1C|[a+HV"></block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="9)3NC-+0y_o}|)*?mBer">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="SO{3g9+xq[6fb[BmjpKs">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="math_round" id="h0JfRIA!L]}FikGfs7i:">
                                                                                    <field name="OP">ROUNDDOWN</field>
                                                                                    <value name="NUM">
                                                                                      <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                        <field name="NUM">3.1</field>
                                                                                      </shadow>
                                                                                      <block type="math_modulo" id=":v6?IaBZPYWGqfmkz5e`">
                                                                                        <value name="DIVIDEND">
                                                                                          <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                            <field name="NUM">64</field>
                                                                                          </shadow>
                                                                                          <block type="math_arithmetic" id="^Tm-%,fgB#De:4UwmP9S">
                                                                                            <field name="OP">DIVIDE</field>
                                                                                            <value name="A">
                                                                                              <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                                <field name="NUM">1</field>
                                                                                              </shadow>
                                                                                              <block type="variables_get" id="U5o^%?;?yzEKys[x1a}m">
                                                                                                <field name="VAR">Report:Since</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <value name="B">
                                                                                              <shadow type="math_number" id="kg=_fYBN.jz%|{Q$(19S">
                                                                                                <field name="NUM">60</field>
                                                                                              </shadow>
                                                                                            </value>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="DIVISOR">
                                                                                          <shadow type="math_number" id="JoQ-sN$=r8a]0xkQn,9g">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ELSE">
                                                                          <block type="math_arithmetic" id="d,Os_4(SPWX(_}gNV(T6" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="XBK^t]52VJX(.4sZKTEk">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id=",sNuq8QXOiQ}f-M5A{^%">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id="$VN0MqT:2p*}Pclx_n9@">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="fu@GWrevh%7+bb/S+@P}">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="F%98Lf!A2oWt~}7a:Zfy">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="epoch" id="Sd$a%P:Cm%V.xO$8{YxW"></block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="`:8M5Pq271@:=So)$%#L">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="Xdzv7{;rCp}(Ee~!g|(j">
                                                                                        <field name="NUM">60</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="vP}.iq;+!G6{0r{j;|O=">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="math_round" id="b0wj{`:4G2qZ$tIY/dNx">
                                                                                <field name="OP">ROUNDDOWN</field>
                                                                                <value name="NUM">
                                                                                  <shadow type="math_number" id=",Y#dS_gnLIX$3ii5a0jR">
                                                                                    <field name="NUM">3.1</field>
                                                                                  </shadow>
                                                                                  <block type="math_modulo" id="ppz)pwsP0B]~R+!BP];h">
                                                                                    <value name="DIVIDEND">
                                                                                      <shadow type="math_number" id="sz_Ml~DyB8@W?s0gm}C|">
                                                                                        <field name="NUM">64</field>
                                                                                      </shadow>
                                                                                      <block type="math_arithmetic" id="}^x.J36q9[E34=)aQu`6">
                                                                                        <field name="OP">DIVIDE</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="g#Tb1*OITHsi=9+*tmVO">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="variables_get" id="EuqnxhUviC]PK,sJOPEa">
                                                                                            <field name="VAR">Report:Since</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="EZ;BGy(r,~^7OVGxwy?:">
                                                                                            <field name="NUM">60</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="DIVISOR">
                                                                                      <shadow type="math_number" id="sHK(L^|U.06Dr!@j]F~)">
                                                                                        <field name="NUM">60</field>
                                                                                      </shadow>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD10">
                                                                      <block type="text" id="!+%4{E#g[g$bQ/AfJc/l">
                                                                        <field name="TEXT">h</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </statement>
                                                            <next>
                                                              <block type="notify" id="N:mOz9v*Ve3!qHD.JVdh">
                                                                <field name="NOTIFICATION_TYPE">info</field>
                                                                <field name="NOTIFICATION_SOUND">silent</field>
                                                                <value name="MESSAGE">
                                                                  <shadow type="text" id="W{P!}NG_b}gTlg;1mPF6">
                                                                    <field name="TEXT">abc</field>
                                                                  </shadow>
                                                                  <block type="text_join" id="}=jz6un)6${lOog*uR$p">
                                                                    <mutation items="9"></mutation>
                                                                    <value name="ADD0">
                                                                      <block type="text" id="YXszE@A-w1FU~k`RcVzU">
                                                                        <field name="TEXT">Wins in a row: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD1">
                                                                      <block type="variables_get" id="E,aSw/EJqiUR3#NKYCDP">
                                                                        <field name="VAR">Report:WinsInRow</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD2">
                                                                      <block type="text" id="(@gO[//ba.LyfG1mj|;7">
                                                                        <field name="TEXT"> | Losses in a row: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD3">
                                                                      <block type="variables_get" id="#~Q1UIHKfJaM$QE/l%WM">
                                                                        <field name="VAR">Report:LossInRow</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD4">
                                                                      <block type="text" id="uW)Sb!O8?wCR5sYNZtSi">
                                                                        <field name="TEXT"> | Runs: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD5">
                                                                      <block type="variables_get" id="[Da{IN0!%u2)dS3/EPJF">
                                                                        <field name="VAR">Report:Runs</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD6">
                                                                      <block type="text" id="S6%0bO)~aKhqY4fOng9~">
                                                                        <field name="TEXT"> | Win Rate: </field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD7">
                                                                      <block type="math_round" id="-dbdzcW)PAAUZ{p8^9e?">
                                                                        <field name="OP">ROUND</field>
                                                                        <value name="NUM">
                                                                          <shadow type="math_number" id="{)r*#%Bi[c132eC^/aYq">
                                                                            <field name="NUM">3.1</field>
                                                                          </shadow>
                                                                          <block type="variables_get" id="mQI:MgglrBd=X7Y:Vb-L">
                                                                            <field name="VAR">Report:WinRate</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="ADD8">
                                                                      <block type="text" id="32vmWU]vbo7=5(FDrA%W">
                                                                        <field name="TEXT">%</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <block type="procedures_defnoreturn" id="H9AQDB:acE+[)1n0SRdG" collapsed="true" x="0" y="312">
    <mutation>
      <arg name="_src"></arg>
    </mutation>
    <field name="NAME">ExMachina::SetCandles(5)</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <statement name="STACK">
      <block type="variables_set" id="{X%AP+Bb@,T|2}!#,FDL">
        <field name="VAR">closeCandles</field>
        <value name="VALUE">
          <block type="variables_get" id="L;:6avbxv?D}-lY6KWE2">
            <field name="VAR">_src</field>
          </block>
        </value>
      </block>
    </statement>
  </block>
  <block type="procedures_defreturn" id="zQ,F[vm?iOMv,4Yt6u/U" collapsed="true" x="0" y="364">
    <field name="NAME">ExMachina::GetStake</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
    <value name="RETURN">
      <block type="variables_get" id="GNO}V5S6a|l%u$]j1#|6">
        <field name="VAR">ExMachina:stake</field>
      </block>
    </value>
  </block>
  <block type="trade" id="xgH69|xFn9=70w.*3Vo@" x="0" y="416">
    <field name="MARKET_LIST">volidx</field>
    <field name="SUBMARKET_LIST">random_index</field>
    <field name="SYMBOL_LIST">R_100</field>
    <field name="TRADETYPECAT_LIST">callput</field>
    <field name="TRADETYPE_LIST">risefall</field>
    <field name="TYPE_LIST">both</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="U|l{hh,+cZD?rz_pl~LL">
        <field name="VAR">ExMachina:initialStake</field>
        <value name="VALUE">
          <block type="math_number" id="^(qMgOec3)YaoFRhUZb;">
            <field name="NUM">0.35</field>
          </block>
        </value>
        <next>
          <block type="variables_set" id="AaMMVX=7V.K9th]h#03Z">
            <field name="VAR">ExMachina:stake</field>
            <value name="VALUE">
              <block type="variables_get" id="o6zJR,PIAJgGLX$qjLqF">
                <field name="VAR">ExMachina:initialStake</field>
              </block>
            </value>
            <next>
              <block type="variables_set" id="+~p[[~}oCK)F}/!NCylY">
                <field name="VAR">ExMachina:total</field>
                <value name="VALUE">
                  <block type="math_number" id="-ffECDaOMZ`C2G6P~W/2">
                    <field name="NUM">0</field>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="Ux2nYeSq@JXARo3q/pt|">
                    <field name="VAR">ExMachina:running</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="TwK?EDo1^T/R7[f]}6j#">
                        <field name="BOOL">FALSE</field>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="J57Fb4l30+ZO3jl5lBM:">
                        <field name="VAR">ExMachina:RSI</field>
                        <value name="VALUE">
                          <block type="math_number" id="LL$}ieO}fz)RYVF,o0f3">
                            <field name="NUM">3</field>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="IU}4AOQ!$j8]q~GCgLs$">
                            <field name="VAR">ExMachina:Martingale</field>
                            <value name="VALUE">
                              <block type="math_number" id="18gc,Z`vB4DoCNzo:-V5">
                                <field name="NUM">1.9</field>
                              </block>
                            </value>
                            <next>
                              <block type="variables_set" id="-X;Q%sCk8dr|rZVFJ%R%">
                                <field name="VAR">ExMachina:TargetProfit</field>
                                <value name="VALUE">
                                  <block type="math_number" id="@2;pnfeyqDFja^ECg|JT">
                                    <field name="NUM">5</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="variables_set" id="*RgYJqfL^3;04[4B5]R#">
                                    <field name="VAR">ExMachina:StopLoss</field>
                                    <value name="VALUE">
                                      <block type="math_number" id="Ak[OC|6oMWuf`G`LT!H7">
                                        <field name="NUM">-5</field>
                                      </block>
                                    </value>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
    <statement name="SUBMARKET">
      <block type="tradeOptions" id="x=V33~4Lb|(sLv`J[:Eb">
        <field name="DURATIONTYPE_LIST">s</field>
        <field name="CURRENCY_LIST">USD</field>
        <value name="DURATION">
          <shadow type="math_number" id="O*@58sDc=!cOO}*b2vf9">
            <field name="NUM">30</field>
          </shadow>
        </value>
        <value name="AMOUNT">
          <shadow type="math_number" id="ml)25~7^q}3I9}vjf:%K">
            <field name="NUM">1</field>
          </shadow>
          <block type="variables_get" id="}{85jq;Va4S|2qEwi!vN">
            <field name="VAR">ExMachina:stake</field>
          </block>
        </value>
      </block>
    </statement>
  </block>
  <block type="before_purchase" id="i-CIx.(Onm4?ihxzA}Y]" x="0" y="904">
    <statement name="BEFOREPURCHASE_STACK">
      <block type="controls_if" id="Um=ga;Y^!nR|]}p?t.gQ">
        <mutation elseif="1"></mutation>
        <value name="IF0">
          <block type="procedures_callreturn" id="x8#}Pj8?Ed4rB_:m`HkA">
            <mutation name="ExMachina::Rising(2)"></mutation>
          </block>
        </value>
        <statement name="DO0">
          <block type="purchase" id="W6q#Z-I3q3d[d3-`S[dS">
            <field name="PURCHASE_LIST">CALL</field>
          </block>
        </statement>
        <value name="IF1">
          <block type="procedures_callreturn" id="*+nV7:VDavI:AM}F[94Y">
            <mutation name="ExMachina::Falling(2)"></mutation>
          </block>
        </value>
        <statement name="DO1">
          <block type="purchase" id="O.368Jg,u9aSx^AJWa5Q">
            <field name="PURCHASE_LIST">PUT</field>
          </block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="after_purchase" id="D^Jz1^n=2vtZku1vBN@;" collapsed="true" x="0" y="1084">
    <statement name="AFTERPURCHASE_STACK">
      <block type="controls_if" id="z:UQ!uM$3Vi%QOX1vu3h">
        <value name="IF0">
          <block type="procedures_callreturn" id="uW22-M|6LoCZyiz6;:73">
            <mutation name="ExMachina::TradeAgain(4)">
              <arg name="_profit"></arg>
            </mutation>
            <value name="ARG0">
              <block type="read_details" id="[mOrxT8EcwRwRX3y0]+n">
                <field name="DETAIL_INDEX">4</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="trade_again" id="c)S|KjoQdXc8l#J@5z3P"></block>
        </statement>
      </block>
    </statement>
  </block>
  <block type="tick_analysis" id="ky6o$HLo):l6U4$jD.$l" collapsed="true" x="0" y="1136">
    <statement name="TICKANALYSIS_STACK">
      <block type="procedures_callnoreturn" id=":_YyQ@SO`7I9m*eBnhAM">
        <mutation name="ExMachina::SetCandles(5)">
          <arg name="_src"></arg>
        </mutation>
        <value name="ARG0">
          <block type="ohlc_values" id="DJepU~|.ItnJE.*?zoD{" inline="false">
            <field name="OHLCFIELD_LIST">close</field>
            <field name="CANDLEINTERVAL_LIST">default</field>
          </block>
        </value>
      </block>
    </statement>
  </block>
  <block type="block_holder" id="Wzyp69z)IFi61cfn5QjV" x="0" y="1188">
    <statement name="USELESS_STACK">
      <block type="text_append" id="hGC78mQ:ayb|)0*X6UMa">
        <field name="VAR">Info</field>
        <value name="TEXT">
          <shadow type="text" id="0@;!l{hi{d}x;Q8oVHBm">
            <field name="TEXT"></field>
          </shadow>
          <block type="text_join" id="8-lI/C;Cw|0B=Fvi|b8.">
            <mutation items="8"></mutation>
            <value name="ADD0">
              <block type="text" id="8nyX%tLesRTc1bk7C4Uj">
                <field name="TEXT">Created by Binary Ex-Machina</field>
              </block>
            </value>
            <value name="ADD1">
              <block type="text" id="sy0b5Irl^J/4=%mYM+`f">
                <field name="TEXT">This is the Pro Version</field>
              </block>
            </value>
            <value name="ADD2">
              <block type="text" id="P)qmXkg%MK:b2|~P:G^D">
                <field name="TEXT">For more scripts access:</field>
              </block>
            </value>
            <value name="ADD3">
              <block type="text" id="~r!TEkvMSW6w_ZmS9;c.">
                <field name="TEXT">https://gumroad.com/binarybot</field>
              </block>
            </value>
            <value name="ADD4">
              <block type="text" id="4;@!9G[j2aaf[GC(u%wA">
                <field name="TEXT">Check my youtube channel</field>
              </block>
            </value>
            <value name="ADD5">
              <block type="text" id="AVKQIIEC8pqoty1I1SFA">
                <field name="TEXT">https://www.youtube.com/channel/UC8bp520Y09EdGwSQlMHIKmw</field>
              </block>
            </value>
            <value name="ADD6">
              <block type="text" id="d5ycoi!g/Qaq^/D7v+k;">
                <field name="TEXT">I'm doing account management, send an email:</field>
              </block>
            </value>
            <value name="ADD7">
              <block type="text" id="!Sio|jL2(YUBmh)R14u@">
                <field name="TEXT">[PROTECTED EMAIL]</field>
              </block>
            </value>
          </block>
        </value>
      </block>
    </statement>
  </block>
</xml>
