﻿<xml xmlns="http://www.w3.org/1999/xhtml" collection="false">
  <block type="trade" id="trade" collapsed="true" x="0" y="0">
    <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="GU,pFH*[eRn[5Dw=!l]V">
        <field name="VAR">Max Acceptable Loss</field>
        <value name="VALUE">
          <block type="math_number" id="mx$nK4Dq$DW+VX*_#hks">
            <field name="NUM">10</field>
          </block>
        </value>
        <next>
          <block type="variables_set" id="SVwPa2m6,{TA`i;2Ku^#">
            <field name="VAR">Expected Profit</field>
            <value name="VALUE">
              <block type="math_number" id="TGwy2#WSu6!Y+HGV,Et=">
                <field name="NUM">5</field>
              </block>
            </value>
            <next>
              <block type="variables_set" id="`d8GOIE$}^[,)m5}FKW_">
                <field name="VAR">Win Amount</field>
                <value name="VALUE">
                  <block type="math_number" id="@oA)k+vryy`^4#gb(Z#?">
                    <field name="NUM">0.35</field>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="`US)S_o0qxy~qiq|A-N=">
                    <field name="VAR">Initial Amount</field>
                    <value name="VALUE">
                      <block type="math_number" id="`}|,(_Tt%+Y7zzh_T~7A">
                        <field name="NUM">0.5</field>
                      </block>
                    </value>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
    <statement name="SUBMARKET">
      <block type="tradeOptions" id="z$hJLMnJ3mGA7P~G|MH/">
        <field name="DURATIONTYPE_LIST">t</field>
        <field name="CURRENCY_LIST">USD</field>
        <value name="DURATION">
          <block type="math_number" id="?@=sTWY:%rlse@;K:3ic">
            <field name="NUM">5</field>
          </block>
        </value>
        <value name="AMOUNT">
          <block type="variables_get" id="_m:;y@muBD=|IcZ92;Aq">
            <field name="VAR">Initial Amount</field>
          </block>
        </value>
      </block>
    </statement>
  </block>
  <block type="after_purchase" id="finish" collapsed="true" x="0" y="52">
    <statement name="AFTERPURCHASE_STACK">
      <block type="controls_if" id="3Dd@nIXH73U4o)E4%oju">
        <mutation else="1"></mutation>
        <value name="IF0">
          <block type="contract_check_result" id="8df`l-P%-;A_guXILtdH">
            <field name="CHECK_RESULT">win</field>
          </block>
        </value>
        <statement name="DO0">
          <block type="variables_set" id="eb2.~zp[XY|b~8`SK|G^">
            <field name="VAR">Lose</field>
            <value name="VALUE">
              <block type="math_number" id="u^)q?h.D[K2WHrI.e`2W">
                <field name="NUM">0</field>
              </block>
            </value>
            <next>
              <block type="notify" id="cjNP]Gd`#7K|{.Eyt!gj">
                <field name="NOTIFICATION_TYPE">success</field>
                <field name="NOTIFICATION_SOUND">announcement</field>
                <value name="MESSAGE">
                  <block type="text_join" id="KgUb#]JBj5iU@=jraVN!">
                    <mutation items="2"></mutation>
                    <value name="ADD0">
                      <block type="text" id="h,lf1ze,}kG(#EaMakFe">
                        <field name="TEXT">Won:</field>
                      </block>
                    </value>
                    <value name="ADD1">
                      <block type="read_details" id="MMU6+6s4)DxUaP3}p{Z?">
                        <field name="DETAIL_INDEX">4</field>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="A55lnx@7V99fk-qr8p3q">
                    <field name="VAR">Initial Amount</field>
                    <value name="VALUE">
                      <block type="variables_get" id="yIj4kOCe6u_9iEsJSU?$">
                        <field name="VAR">Win Amount</field>
                      </block>
                    </value>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="math_change" id="/eW6pSU?P^]kb:$FLvSK">
            <field name="VAR">Lose</field>
            <value name="DELTA">
              <shadow type="math_number" id="1-a^5.]l90TYrF{0e0~A">
                <field name="NUM">1</field>
              </shadow>
            </value>
            <next>
              <block type="notify" id="OuQmA;6?uf~)37;;F9G:">
                <field name="NOTIFICATION_TYPE">warn</field>
                <field name="NOTIFICATION_SOUND">silent</field>
                <value name="MESSAGE">
                  <block type="text_join" id="==v5EJ}4O`d_GLZYm/Q,">
                    <mutation items="2"></mutation>
                    <value name="ADD0">
                      <block type="text" id="7v9{jNq,Sw.uVHCezmvK">
                        <field name="TEXT">Lost: </field>
                      </block>
                    </value>
                    <value name="ADD1">
                      <block type="math_single" id="55JdxfV9uXP[V$mkcdt*">
                        <field name="OP">ABS</field>
                        <value name="NUM">
                          <shadow type="math_number" id="GleSn`9j7Cm7/dqg}FIA">
                            <field name="NUM">9</field>
                          </shadow>
                          <block type="read_details" id="oFKN,Oxd~Owc[/-}S.!%">
                            <field name="DETAIL_INDEX">4</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="math_change" id="!NH_{9K_0LSs;rJ;4INO">
                    <field name="VAR">Initial Amount</field>
                    <value name="DELTA">
                      <shadow type="math_number" id="N=Vo^MVz~/^(xt7Ag@8E">
                        <field name="NUM">1</field>
                      </shadow>
                      <block type="math_arithmetic" id="oN58[mR4y.9LX{!ob3w`">
                        <field name="OP">MULTIPLY</field>
                        <value name="A">
                          <shadow type="math_number" id="gHp5FNPi@.mYATVj3OSh">
                            <field name="NUM">1</field>
                          </shadow>
                          <block type="variables_get" id="Puf4UcS$O?,RWaH,]0$N">
                            <field name="VAR">Win Amount</field>
                          </block>
                        </value>
                        <value name="B">
                          <shadow type="math_number" id="~,h%T9}e,Ppp5hL*-!GL">
                            <field name="NUM">1.02</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </statement>
        <next>
          <block type="notify" id="us{m[KS/c_zVovTm)(lP">
            <field name="NOTIFICATION_TYPE">info</field>
            <field name="NOTIFICATION_SOUND">silent</field>
            <value name="MESSAGE">
              <block type="text_join" id=":rA*+n`t/#0ol8[qCnqe">
                <mutation items="2"></mutation>
                <value name="ADD0">
                  <block type="text" id="f.98ylJI0)e={-+0?LXi">
                    <field name="TEXT">Total Profit: </field>
                  </block>
                </value>
                <value name="ADD1">
                  <block type="total_profit" id="Gh11[WxMHX08UO6RrFQL"></block>
                </value>
              </block>
            </value>
            <next>
              <block type="controls_if" id="p]K%{vhNk1Wve%7?=*fX">
                <mutation else="1"></mutation>
                <value name="IF0">
                  <block type="logic_compare" id="%@XN(TB$w?E~]I0*6f5i">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="{W3s~Zz;YCW2N^HG-zLi">
                        <field name="VAR">Lose</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="lxi.O=z9)OK[)kxs;C([">
                        <field name="NUM">10</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="text_print" id="[k}/w60P4{6,,7]Wv4cd">
                    <value name="TEXT">
                      <shadow type="text" id="Nau%l+%*hH!#y2I#Q@%5">
                        <field name="TEXT">abc</field>
                      </shadow>
                      <block type="text" id="54pT%35|U/wCvPT6*VQ(">
                        <field name="TEXT">Max Lose 10</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <statement name="ELSE">
                  <block type="trade_again" id="2pzh^`5mx4tE0Jh[4Jc1"></block>
                </statement>
                <next>
                  <block type="controls_if" id="qXJ/EpM9tD19ljfVA1W@">
                    <mutation else="1"></mutation>
                    <value name="IF0">
                      <block type="logic_compare" id="R2Fz$BRlNf)BprvcV|U0">
                        <field name="OP">LT</field>
                        <value name="A">
                          <block type="total_profit" id="r5UJC}wNvvI2eHr8BA*O"></block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="Zea;QQ!KW~-0An2Tby]m">
                            <field name="VAR">Expected Profit</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="controls_if" id="H)P*@EyKrvG|(nsD)e77">
                        <value name="IF0">
                          <block type="logic_operation" id="/30Fiuy*Dh3j|yw/9LH`">
                            <field name="OP">AND</field>
                            <value name="A">
                              <block type="math_number_property" id="FDUwU^C{_nWf0hV/7e/+">
                                <mutation divisor_input="false"></mutation>
                                <field name="PROPERTY">NEGATIVE</field>
                                <value name="NUMBER_TO_CHECK">
                                  <shadow type="math_number" id="otH_VG.6ad,:GnG=3=)5">
                                    <field name="NUM">0</field>
                                  </shadow>
                                  <block type="total_profit" id=")vyi.5|4=,]6.^$X:Qzr"></block>
                                </value>
                              </block>
                            </value>
                            <value name="B">
                              <block type="logic_compare" id="#Jy4tETA!KCP(~H*|ct6">
                                <field name="OP">GTE</field>
                                <value name="A">
                                  <block type="math_single" id="],sEn}ph%33,[*g@5Z0W">
                                    <field name="OP">ABS</field>
                                    <value name="NUM">
                                      <shadow type="math_number" id="(UBCH+RQSwYPbgf%@ANZ">
                                        <field name="NUM">9</field>
                                      </shadow>
                                      <block type="total_profit" id="}phLx(/aspl$c|Yh;W;%"></block>
                                    </value>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="variables_get" id="voj0(ki`V9!vjg9p;z?E">
                                    <field name="VAR">Max Acceptable Loss</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="text_print" id="W:L_t4ifAXBDWZ(?%FB+">
                            <value name="TEXT">
                              <shadow type="text" id="Nau%l+%*hH!#y2I#Q@%5">
                                <field name="TEXT">abc</field>
                              </shadow>
                              <block type="text" id="QZg_v6SBtATdY#j@5=T-">
                                <field name="TEXT">Max Acceptable Loss </field>
                              </block>
                            </value>
                          </block>
                        </statement>
                      </block>
                    </statement>
                    <statement name="ELSE">
                      <block type="text_print" id="`SG3oUg!*^!PH`Mn{(cl">
                        <value name="TEXT">
                          <shadow type="text" id="kqlrIk.GO.^}hI,PoUV)">
                            <field name="TEXT">abc</field>
                          </shadow>
                          <block type="text_join" id="rj`83=WX0#ZHZ8xt+p`W">
                            <mutation items="2"></mutation>
                            <value name="ADD0">
                              <block type="text" id="Q7e6R{jQMnGYQB[Z0`v3">
                                <field name="TEXT">Done! Total profit: </field>
                              </block>
                            </value>
                            <value name="ADD1">
                              <block type="total_profit" id="4S3c}@O%:P5]i}X=OtBl"></block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <block type="before_purchase" id="strategy" collapsed="true" x="0" y="104">
    <statement name="BEFOREPURCHASE_STACK">
      <block type="notify" id="i[Xbi-JL{vC`(K3~B1kv">
        <field name="NOTIFICATION_TYPE">success</field>
        <field name="NOTIFICATION_SOUND">silent</field>
        <value name="MESSAGE">
          <block type="text_join" id="$qx:=PLH%n6JEwe4{7Qd">
            <mutation items="2"></mutation>
            <value name="ADD1">
              <block type="ema" id="R;%b9h2He5GM,AtDJ6O0">
                <value name="INPUT">
                  <block type="ticks" id="}=}29m:FPxW|YHHEN!e["></block>
                </value>
                <value name="PERIOD">
                  <shadow type="math_number" id="R-4Jf.GeWFpeHu^9,|26">
                    <field name="NUM">5</field>
                  </shadow>
                </value>
              </block>
            </value>
          </block>
        </value>
        <next>
          <block type="variables_set" id="t|@]mySgwqDzKgC2@8(,">
            <field name="VAR">SIGNAL</field>
            <value name="VALUE">
              <block type="lists_getIndex" id="wAlY:~gj?W_ceNr+7C(A">
                <mutation statement="false" at="true"></mutation>
                <field name="MODE">GET</field>
                <field name="WHERE">FROM_END</field>
                <value name="VALUE">
                  <block type="emaa" id="Whk%C/B2H/K]N0X{mZsa">
                    <value name="INPUT">
                      <block type="ticks" id="~Gqb;|FY|E*Y,(`3V``s"></block>
                    </value>
                    <value name="PERIOD">
                      <shadow type="math_number" id="y;{4pB-jc6rv(bO5e`-g">
                        <field name="NUM">5</field>
                      </shadow>
                    </value>
                  </block>
                </value>
                <value name="AT">
                  <block type="math_number" id="1aW#@!V_ieXR(]]#M(O9">
                    <field name="NUM">1</field>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="variables_set" id="=!B!3/*vgHUEAUJX=+%=">
                <field name="VAR">Historgam</field>
                <value name="VALUE">
                  <block type="lists_getIndex" id="]_b`nBL,%H#eHV[2|vYa">
                    <mutation statement="false" at="true"></mutation>
                    <field name="MODE">GET</field>
                    <field name="WHERE">FROM_END</field>
                    <value name="VALUE">
                      <block type="emaa" id="Bh7s8Gf-l#.+js]9JW^D">
                        <value name="INPUT">
                          <block type="ticks" id="T.lRIo$*7=[G~gv{t!j:"></block>
                        </value>
                        <value name="PERIOD">
                          <shadow type="math_number" id=")(`Mj!Hh%yUM,LN|5)gR">
                            <field name="NUM">20</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                    <value name="AT">
                      <block type="math_number" id="ntnbHt3)M_~0RJ;aeSVU">
                        <field name="NUM">1</field>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="controls_if" id="XZClfdRkZHB`S-GKL~KI">
                    <mutation elseif="1"></mutation>
                    <value name="IF0">
                      <block type="logic_ternary" id=":IcVOGc.{lVjc]%B%R7F">
                        <value name="IF">
                          <block type="logic_compare" id="GDMvn{5R-?(TB-sqMpn9">
                            <field name="OP">GT</field>
                            <value name="A">
                              <block type="variables_get" id="a)!V%N]_/T*CYRE^kDyg">
                                <field name="VAR">SIGNAL</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="RRBAcTcS:#0aW2_gKToy">
                                <field name="VAR">Historgam</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="THEN">
                          <block type="logic_boolean" id="`FXSW;1O[ockF=W#TvE]">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                        <value name="ELSE">
                          <block type="logic_boolean" id="JMSzdtGB[Me*[5R*bbby">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="purchase" id="kH_)IWMU$hO~oQK7sZ4n">
                        <field name="PURCHASE_LIST">CALL</field>
                      </block>
                    </statement>
                    <value name="IF1">
                      <block type="logic_ternary" id="lVP7JJGR[*_N`WIz5dQx">
                        <value name="IF">
                          <block type="logic_compare" id="VF#!tIF2k0sEfr%PMFS2">
                            <field name="OP">LT</field>
                            <value name="A">
                              <block type="variables_get" id="1Aq,NIC_J$)N[dM^rlSm">
                                <field name="VAR">SIGNAL</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="variables_get" id="N/8g$`9I-ZT:D8*OD,GE">
                                <field name="VAR">Historgam</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="THEN">
                          <block type="logic_boolean" id="oy=C:cNtv1sDbMl8oc47">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                        <value name="ELSE">
                          <block type="logic_boolean" id="b]W?n=:[d3asgi`sx1y*">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO1">
                      <block type="purchase" id="_c53ku/?I9eK5=(GO7{%">
                        <field name="PURCHASE_LIST">PUT</field>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </statement>
  </block>
</xml>