0% found this document useful (0 votes)
76 views18 pages

Even N Odd Sequence Bot (Fixed Logic)

The document outlines a trading strategy using Blockly XML for a synthetic index market, focusing on even and odd digit trades. It initializes variables such as stake and martingale, and includes conditions for purchasing based on the results of previous trades. The strategy also incorporates a function to determine whether to buy even or odd digits based on the last digit outcome.

Uploaded by

Ogieva Elvis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views18 pages

Even N Odd Sequence Bot (Fixed Logic)

The document outlines a trading strategy using Blockly XML for a synthetic index market, focusing on even and odd digit trades. It initializes variables such as stake and martingale, and includes conditions for purchasing based on the results of previous trades. The strategy also incorporates a function to determine whether to buy even or odd digits based on the last digit outcome.

Uploaded by

Ogieva Elvis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 18

<xml xmlns="https://developers.google.

com/blockly/xml" is_dbot="true"
collection="false">
<variables>
<variable id="~$D4_B{d_#q##;xWe31a">is_digit1</variable>
<variable id="wKFoE/U3#JpZ@i/!n@oD">should_buy_even</variable>
<variable id="eC-jih/4I]#G3UQk@}.c">stake</variable>
<variable id="P1J.{j^1^pe%#S@VuVsP">total_lost</variable>
<variable id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</variable>
<variable id="3y?lJDPMSb;jHNrk*TJX">initial_stake</variable>
<variable id="HS[s22nAl4tC)B-@b;/Z">martingale</variable>
<variable id="wZrj4hW6~BfEja[^x7g)">text</variable>
<variable id="8ql^[+Wc1k:;~HiBYPdr">digit1</variable>
<variable id="I!l:E0d2N,KW?f(48P)H">digit2</variable>
</variables>
<block type="trade_definition" id="YxO|,rJQ_EtlvruacEV!" deletable="false" x="0"
y="60">
<statement name="TRADE_OPTIONS">
<block type="trade_definition_market" id=";jF#u`]P4I{1#^lICBjB"
deletable="false" movable="false">
<field name="MARKET_LIST">synthetic_index</field>
<field name="SUBMARKET_LIST">random_index</field>
<field name="SYMBOL_LIST">1HZ10V</field>
<next>
<block type="trade_definition_tradetype" id=",TpJ07``$V}`$D1DtP88"
deletable="false" movable="false">
<field name="TRADETYPECAT_LIST">digits</field>
<field name="TRADETYPE_LIST">evenodd</field>
<next>
<block type="trade_definition_contracttype" id="8kptwe.%-l,5K4_m?We7"
deletable="false" movable="false">
<field name="TYPE_LIST">both</field>
<next>
<block type="trade_definition_candleinterval" id="6B;)8ti?^1T-
k=ra;tI3" deletable="false" movable="false">
<field name="CANDLEINTERVAL_LIST">60</field>
<next>
<block type="trade_definition_restartbuysell"
id="A*nr1n.5aYkRux0F0I#W" deletable="false" movable="false">
<field name="TIME_MACHINE_ENABLED">FALSE</field>
<next>
<block type="trade_definition_restartonerror"
id="B1Lu#*3i+Zl3rfS4QCc6" deletable="false" movable="false">
<field name="RESTARTONERROR">TRUE</field>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<statement name="INITIALIZATION">
<block type="variable_sets" id="F:yKY{2@N[S4tY=f2ZR[">
<field name="VAR" id="~$D4_B{d_#q##;xWe31a">is_digit1</field>
<value name="VALUE">
<block type="logic_boolean" id="_fREsa[=kh#af,HI8U4f">
<field name="BOOL">TRUE</field>
</block>
</value>
<next>
<block type="variable_sets" id="l-sElQFh]-%3xybtM?;Y">
<field name="VAR" id="eC-jih/4I]#G3UQk@}.c">stake</field>
<value name="VALUE">
<block type="math_number" id="$noNM=8W#rBI_K2],!i#">
<field name="NUM">1.5</field>
</block>
</value>
<next>
<block type="variable_sets" id="f!BUm_#tR+.O!vU#C$|6">
<field name="VAR" id="3y?lJDPMSb;jHNrk*TJX">initial_stake</field>
<value name="VALUE">
<block type="variables_get" id="boa9{a{CGSJ$ZcL9X5mg">
<field name="VAR" id="eC-jih/4I]#G3UQk@}.c">stake</field>
</block>
</value>
<next>
<block type="variable_sets" id="f{*U[=TMbS3}uO.Jz[`F">
<field name="VAR" id="HS[s22nAl4tC)B-@b;/Z">martingale</field>
<value name="VALUE">
<block type="math_number" id="6`qb5Dw6L1i7|U*w[)C9">
<field name="NUM">1.18</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<statement name="SUBMARKET">
<block type="trade_definition_tradeoptions" id="XMB/Rp}[NyL^M-{nxC]V">
<mutation xmlns="http://www.w3.org/1999/xhtml" has_first_barrier="false"
has_second_barrier="false" has_prediction="false"></mutation>
<field name="DURATIONTYPE_LIST">t</field>
<value name="DURATION">
<shadow type="math_number_positive" id="NXgESB9Tg,|Zs((Mtk6{">
<field name="NUM">1</field>
</shadow>
</value>
<value name="AMOUNT">
<shadow type="math_number_positive" id="lCi5S4L$v8P.fJkVdYLf">
<field name="NUM">0.35</field>
</shadow>
<block type="variables_get" id="jhOlTueNk52_*h#?AY|}">
<field name="VAR" id="eC-jih/4I]#G3UQk@}.c">stake</field>
</block>
</value>
</block>
</statement>
</block>
<block type="after_purchase" id="cs8%l~E?)=XW+BOQ1E(a" x="714" y="60">
<statement name="AFTERPURCHASE_STACK">
<block type="controls_if" id="vi3-Zk8_YmKwk36uX~#^">
<mutation xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="contract_check_result" id="8eF+1:rXDdu08KE]RaD4">
<field name="CHECK_RESULT">win</field>
</block>
</value>
<statement name="DO0">
<block type="variable_sets" id=")~BvS]dSX#cruU.x*xGG">
<field name="VAR" id="eC-jih/4I]#G3UQk@}.c">stake</field>
<value name="VALUE">
<block type="variables_get" id="]C|yLn~Xd8)}?CjamSqU">
<field name="VAR" id="3y?lJDPMSb;jHNrk*TJX">initial_stake</field>
</block>
</value>
<next>
<block type="variable_sets" id="bx!shxg~W/mrdwzHG`:]">
<field name="VAR" id="P1J.{j^1^pe%#S@VuVsP">total_lost</field>
<value name="VALUE">
<block type="math_number" id="^Y5H4wn+w3CkB#qg@aa6">
<field name="NUM">0</field>
</block>
</value>
</block>
</next>
</block>
</statement>
<statement name="ELSE">
<block type="math_change" id="/1I-dpTb1g;!B|]3YL,F">
<field name="VAR" id="P1J.{j^1^pe%#S@VuVsP">total_lost</field>
<value name="DELTA">
<shadow type="math_number" id="Jpd@{+Zj,C9,Z]c,gJOW">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="[`h}bCdO3ZcTK|?Rg{Xi">
<field name="VAR" id="eC-jih/4I]#G3UQk@}.c">stake</field>
</block>
</value>
<next>
<block type="variable_sets" id="ts=z8z;l!ftdQH-VjX8i">
<field name="VAR" id="eC-jih/4I]#G3UQk@}.c">stake</field>
<value name="VALUE">
<block type="math_arithmetic" id="Qqu0_AS?zun$OM7g[F){">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number" id="#(3-*P%k/sXvg76:vdN|">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id=".P)vprPUU$*EcSsT#nKt">
<field name="VAR"
id="P1J.{j^1^pe%#S@VuVsP">total_lost</field>
</block>
</value>
<value name="B">
<shadow type="math_number" id="foPr/0EUP=q=1#Y?,QDh">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="aHODC1R!1ZO9j{wTH40C">
<field name="VAR"
id="HS[s22nAl4tC)B-@b;/Z">martingale</field>
</block>
</value>
</block>
</value>
</block>
</next>
</block>
</statement>
<next>
<block type="trade_again" id=")zl{S^7OrHN${XP/qTs7"></block>
</next>
</block>
</statement>
</block>
<block type="before_purchase" id="-.L9{8,fKlC#^VlRqCWu" deletable="false" x="0"
y="834">
<statement name="BEFOREPURCHASE_STACK">
<block type="procedures_callnoreturn" id="$)t`q68ObkS{a,|Y]dID">
<mutation xmlns="http://www.w3.org/1999/xhtml"
name="strategy_path"></mutation>
<data>3cBX3@MY1,CMTKdLQD2e</data>
<next>
<block type="controls_if" id="|u:;sst`inuuDM`h2=Li">
<mutation xmlns="http://www.w3.org/1999/xhtml" elseif="1"></mutation>
<value name="IF0">
<block type="variables_get" id="jHV=@]-w=h4!!V@mvT6.">
<field name="VAR" id="wKFoE/U3#JpZ@i/!n@oD">should_buy_even</field>
</block>
</value>
<statement name="DO0">
<block type="apollo_purchase" id="nLWcCqUVj_VI^`Pbuw^r">
<field name="PURCHASE_LIST">DIGITEVEN</field>
</block>
</statement>
<value name="IF1">
<block type="variables_get" id="v*s6N7oJA;o6BMau_!fl">
<field name="VAR" id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
</block>
</value>
<statement name="DO1">
<block type="apollo_purchase" id="?=RHR+7[#LXh;(*U9FHl">
<field name="PURCHASE_LIST">DIGITODD</field>
</block>
</statement>
</block>
</next>
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id="3cBX3@MY1,CMTKdLQD2e" collapsed="true"
x="19" y="1241">
<field name="NAME">strategy_path</field>
<comment pinned="false" h="80" w="160">Describe this function...</comment>
<statement name="STACK">
<block type="variable_sets" id="Zp@D!MaN##|c?7!R#`YF">
<field name="VAR" id="wKFoE/U3#JpZ@i/!n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean" id="bG{:,uIvD9FI8;)N]ikx">
<field name="BOOL">FALSE</field>
</block>
</value>
<next>
<block type="variable_sets" id="uDOo$V5PvC}iL)EFa(KF">
<field name="VAR" id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean" id="]{fqdg0D{cvxOBD[Teku">
<field name="BOOL">FALSE</field>
</block>
</value>
<next>
<block type="controls_if" id="pnBQ2,LyPM0sf]eulKIv" collapsed="true">
<mutation xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="variables_get" id="2;+[QVsjk`.k@csASyZZ">
<field name="VAR" id="~$D4_B{d_#q##;xWe31a">is_digit1</field>
</block>
</value>
<statement name="DO0">
<block type="variable_sets" id="n9S(F6;itFyDYEa-Ex?v">
<field name="VAR" id="~$D4_B{d_#q##;xWe31a">is_digit1</field>
<value name="VALUE">
<block type="logic_boolean" id="pYRgmTI)m3SYIjpO}COQ">
<field name="BOOL">FALSE</field>
</block>
</value>
<next>
<block type="variable_sets" id="^tRN(+4~]sb2W|!X?kuo">
<field name="VAR" id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
<value name="VALUE">
<block type="last_digit"
id="ugV2_|6])58(m@P|4u8]"></block>
</value>
</block>
</next>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="-~H.o$-~Nd0Eidp)COVu">
<field name="VAR" id="~$D4_B{d_#q##;xWe31a">is_digit1</field>
<value name="VALUE">
<block type="logic_boolean" id="`bK/VE7ain:|eXobYY6V">
<field name="BOOL">TRUE</field>
</block>
</value>
<next>
<block type="variable_sets" id="AIaK/hd`o@V`aj@g=Z?H">
<field name="VAR" id="I!l:E0d2N,KW?f(48P)H">digit2</field>
<value name="VALUE">
<block type="last_digit"
id="kkmdZ0-tr+E^bC)[7tp."></block>
</value>
</block>
</next>
</block>
</statement>
<next>
<block type="text_join" id="@e`{iqOc3]IR~N/)o)sb"
collapsed="true">
<field name="VARIABLE" id="wZrj4hW6~BfEja[^x7g)">text</field>
<statement name="STACK">
<block type="text_statement" id="D|Owc-oUuKj!*FY$+.M0">
<value name="TEXT">
<shadow type="text" id="5nWaf^cV}BB$C?Gwgyz{">
<field name="TEXT">1st:</field>
</shadow>
</value>
<next>
<block type="text_statement" id="8,BqPoY;PV;]Jzlomq.k">
<value name="TEXT">
<shadow type="text" id="x538GzZ%80quNQ6KcF]e">
<field name="TEXT"></field>
</shadow>
<block type="variables_get" id=":28Oeo|v?
FPIiHJR0P`X">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<next>
<block type="text_statement"
id="HWriX0BO^p8cWkFlTMVy">
<value name="TEXT">
<shadow type="text" id="?Ou@8vfGk/9M/PFe[wIN">
<field
name="TEXT">&lt;&lt;&lt;&gt;&gt;&gt;</field>
</shadow>
</value>
<next>
<block type="text_statement" id="OCgQ/7u2Js
%8OY,jprqT">
<value name="TEXT">
<shadow type="text" id="M!DtK:
$i;*L7mItuV#X#">
<field name="TEXT">2nd :</field>
</shadow>
</value>
<next>
<block type="text_statement"
id="ig/O]f.P1^wI$$H}dR2d">
<value name="TEXT">
<shadow type="text"
id="[jm8C/j4yn~CYB19JG`7">
<field name="TEXT"></field>
</shadow>
<block type="variables_get" id="9|yu*pD
%?.0(MlD/`A}N">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<next>
<block type="apollo_notify" id="wroJW$*K[z*=%r#F=`u?"
collapsed="true">
<field name="NOTIFICATION_TYPE">success</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<shadow type="text" id="}TOlWZ?Ukzky4~Z.E?mP">
<field name="TEXT">abc</field>
</shadow>
<block type="variables_get" id="5HyotgYx5^]@_x;H~qFt">
<field name="VAR"
id="wZrj4hW6~BfEja[^x7g)">text</field>
</block>
</value>
<next>
<block type="variable_sets" id="%e/Y_?$cQ{srBYsAZ4=M"
collapsed="true">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean" id="a.,
{M=k0.F+}lWlc0$Sf">
<field name="BOOL">FALSE</field>
</block>
</value>
<next>
<block type="controls_if" id="QUKa+e!I|*}ENdav}5AR"
collapsed="true">
<mutation xmlns="http://www.w3.org/1999/xhtml"
elseif="3" else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="y#$
[^Cy{w1(z(@jIr;)1">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="mX8b~@vP@fl/($I3%`6+">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="l(rlU;9a8e!)t*~S5JwF">
<field name="NUM">0</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="controls_if" id="B7/[email protected]?zimeX-
2t2">
<mutation xmlns="http://www.w3.org/1999/xhtml"
else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="0l~(Tdm^k`wiOyXw?c=#">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="DZ45pjC,np93%GbviJXc">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number" id="%0mm}$=7~z-
jQu9S9xta">
<field name="NUM">2</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets"
id="G)a0oJh9A$Q~VFFq4R5I">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean" id="$kGjpSHL)
[wr}DarUKtE">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="jmlB:%jrq_!
g_d-DxZ*T">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id="KZ_1[m}aTaYHAqB%f:u[">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<value name="IF1">
<block type="logic_compare"
id="zap.=,|,eF!MMU!/p!=)">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="R?c/X%@.
%5JA#kp+)MMC">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number" id="g,2@|
G)Y]kh{1wV[KNDf">
<field name="NUM">2</field>
</block>
</value>
</block>
</value>
<statement name="DO1">
<block type="controls_if"
id=".%*fH6)W7BK]Bq2/#rp~">
<mutation xmlns="http://www.w3.org/1999/xhtml"
else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="m$o|?E]O`U
%cVs*e]0$8">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="_Y#ehFq=Ce1%L^)fT/Cf">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="v=E6BoreA[3T{z/!rSN{">
<field name="NUM">4</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets"
id="+SF{*c+;k`Ry]tAT:gp*">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean" id="O/aNS(a;-
vE#mdzaIBG`">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="bOEO13`9U3!
w3m1/d.y|">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id="bg{mOXry$5H=%7|S}Qkr">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<value name="IF2">
<block type="logic_compare" id="g7)O.Ics3RjZe
%rS)_P=">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="}ng6$G(m)PCTZL3VJx0-">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number" id="[AB9|WXr[[?D[c
%z:.C5">
<field name="NUM">4</field>
</block>
</value>
</block>
</value>
<statement name="DO2">
<block type="controls_if"
id="$#3}OjF00AX*2(3U;:B;">
<mutation xmlns="http://www.w3.org/1999/xhtml"
else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="vEvdO6/6}#~6hPfTt({$">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="_`C;@gE|
kyXJ$GUQqnhb">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number" id="zZHrq|
_fR#K{R)6D,iYk">
<field name="NUM">6</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets" id="zXk$*8$.|
7##LEa@KZ]I">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id="yfx0leBTUY}]usp~KzR$">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets"
id="C#JZQfwBc*R/BkAb,-C%">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id="GcX.mGa)7CcCE-}o}m!O">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<value name="IF3">
<block type="logic_compare" id="S{B#-
Lxs|):ODQCI0)#T">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="sDKvxB`CHZGy=UuI=S;4">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number" id=".4?|
P{+WTd6rlxT5R$si">
<field name="NUM">6</field>
</block>
</value>
</block>
</value>
<statement name="DO3">
<block type="controls_if"
id="02z:81Tv[OrWbS`wcVXA">
<mutation xmlns="http://www.w3.org/1999/xhtml"
else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="VKQDl-a
%3=(IY?|gIF54">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="r
%,[email protected]@|VWiskt">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="@*~;h$7QE3aDUip2:C|N">
<field name="NUM">8</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets"
id="@iPPmXzzyEd`g?#?^b:V">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id=".m~zoy+]V7Rk|EOol7G^">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="0+/@X1].
${3,CF%i_yRA">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id="#ZC@h8/{=Cb$)Z%T*-K.">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets"
id="]]~@ZYaya[j,}@FUOHG#">
<field name="VAR" id="wKFoE/U3#JpZ@i/!
n@oD">should_buy_even</field>
<value name="VALUE">
<block type="logic_boolean"
id="#zUH,`7/K}6[V{n^H:jG">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
<next>
<block type="controls_if" id="Mn=?Q8%G,gxoPd76TF|
L" collapsed="true">
<mutation xmlns="http://www.w3.org/1999/xhtml"
elseif="3" else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="vO6vx;Vm]Ct3],`b?})q">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="Kr}Q4q,AYLfa0jU{x*|.">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="[#OLrO=Q*rq^Q#Pkjmh2">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="controls_if"
id="RitZb7t[hnlhs8_o.7/C">
<mutation
xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="~P56zuxvnh;SWwbCCbRV">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="?
4nbGl)j8nT4,D6[7a_1">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number" id="1MV.
+~7wsM1ZujMP$l3b">
<field name="NUM">3</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets" id="ymC-
d^rj9,{!Hr8^ku{c">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="5vFI^8T}aYWJ_[}8]_3Q">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets"
id="ZGKp@v^rjucJ]Ig=bz$/">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean" id="F5?
F`W,@o=^E,`}Aij0X">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<value name="IF1">
<block type="logic_compare" id="py6#2g,CM15i-
_,W[Kh;">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="E?k]AHx
%n9,?;RkmHL/*">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number" id="sg5Mf5R^!}-
_TI:@cq)B">
<field name="NUM">3</field>
</block>
</value>
</block>
</value>
<statement name="DO1">
<block type="controls_if" id="Zr/V:qbZ5pT-
Bx:@!=[O">
<mutation
xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="H(ChJ_e8YI)1_k:BWzF]">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="BO1OTh(-,|UQ`n7IK7Ok">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="Q2NbsJ5JED9-647t6xS=">
<field name="NUM">5</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets"
id="aFJjw:ErJtD-dQo)CV{?">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="b;Koq2E9uA4-c]`G~tIR">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="D!
SC[J({R+_s|%S^+c2%">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="fh8O:r[hppyMkSkIxV/%">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<value name="IF2">
<block type="logic_compare" id=";OiqfUC}S6|_|
L@=V(~V">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="UN}mtu{hd8~wi{)u%@!B">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="gsrdVone_ZqV)U#r=5As">
<field name="NUM">5</field>
</block>
</value>
</block>
</value>
<statement name="DO2">
<block type="controls_if" id="6ob|
Ue5f1zOTrRXf|t^;">
<mutation
xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="^[:;yZao=2S,[reo!-iP">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="-
IU3QVAQ[F2]]6(rPkQ@">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number" id="!.
[V)Zp*jWG$aER94A;2">
<field name="NUM">7</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets"
id="TD`Px)vLJVto?.0Lo0{q">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id=")#r=6waK}{qD^PtoUPzc">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="`)Jx?
y+y=|kSW?bc!i#E">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="XTJ7RwyHj?U+`{w!YX36">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<value name="IF3">
<block type="logic_compare" id="-Jp`sT*$./?
a]:!bs/3e">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="#DB3a:cu
%|?dX@gZzJCy">
<field name="VAR"
id="8ql^[+Wc1k:;~HiBYPdr">digit1</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="gs/yZy8.aniC]Nx,M5ud">
<field name="NUM">7</field>
</block>
</value>
</block>
</value>
<statement name="DO3">
<block type="controls_if" id="CY:Hmhbz;
+^l*UiTSpNe">
<mutation
xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="!
G(_eC]rpB%CH3z?BE-,">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="_ZcSf@P|!h6Uuawd+~{T">
<field name="VAR" id="I!l:E0d2N,KW?
f(48P)H">digit2</field>
</block>
</value>
<value name="B">
<block type="math_number" id="0g!
62[L9K?68[%OuYq]c">
<field name="NUM">9</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variable_sets" id="IWU`~^Ac_
%We2IKO07w)">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="2DZ*^/~^R6fF;`Gd7BT/">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="y1)xK?
$AkC1G1NJr$M|a">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="A4Y[eN.^7G1ah?44)k.F">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
<statement name="ELSE">
<block type="variable_sets" id="!
h:`{zM:9G^Cm]86TRkt">
<field name="VAR"
id="Zqd/}aCM`/xI70o}#2cF">should_buy_odd</field>
<value name="VALUE">
<block type="logic_boolean"
id="17n}Nx#bqhg$qyuR|-_a">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
</xml>

You might also like