0% found this document useful (0 votes)
181 views15 pages

Over 3 Signal Bot

The document outlines a trading bot configuration using Blockly XML, including variables for predictions, stakes, and trade parameters. It defines trade options, initialization settings, and post-purchase actions, such as notifications for profit or loss. The bot is designed to operate on a synthetic index market with specific trading strategies and conditions.

Uploaded by

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

Over 3 Signal Bot

The document outlines a trading bot configuration using Blockly XML, including variables for predictions, stakes, and trade parameters. It defines trade options, initialization settings, and post-purchase actions, such as notifications for profit or loss. The bot is designed to operate on a synthetic index market with specific trading strategies and conditions.

Uploaded by

ekwemoi744
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

com/blockly/xml" is_dbot="true"
collection="false">
<variables>
<variable id=":o#E4Mv[vmJES2fN=qo0">Prediction</variable>
<variable id="]_MS:$MrQakFy~dy[v}a">Text2</variable>
<variable id="7Q4y$nr_sr!x2NkOu%)2">Stake</variable>
<variable id="K`h}~iKgn?Z)RHYaKFfT">Over Prediction</variable>
<variable id="HyNhO~!rk1(6_u;tk|_i">Trade Direction</variable>
<variable id="E~[s.X5egS+P$^H_o#nk">Entry Point</variable>
<variable id=":Z8WvPXWG?qCe|8=iii1">Expected Profit</variable>
<variable id="V3`ByiTyoj~_e_hJc;X=">Stake1</variable>
<variable id="L.cN$B-UUzkS|eDQm2xZ">Stop Loss</variable>
<variable id="=[Z~Xr60)Z7,Gh`bAzuF">Notify</variable>
<variable id="uIhzq(Rnu7?ay*)Lax`q">Loss</variable>
<variable id="@GRV-f=US~_%4pd.i}2Q">Recovery Prediction</variable>
<variable id="o#PtO)-%Wvm_=AQvH38N">Martingale</variable>
</variables>
<block type="trade_definition" id="Trl.sJ3}+U,c~e-zFUy^" deletable="false"
x="0" y="60">
<statement name="TRADE_OPTIONS">
<block type="trade_definition_market" id="~=oeIoZ%WS/q]1NWBf;P"
deletable="false" movable="false">
<field name="MARKET_LIST">synthetic_index</field>
<field name="SUBMARKET_LIST">random_index</field>
<field name="SYMBOL_LIST">R_100</field>
<next>
<block type="trade_definition_tradetype" id="uT06=pes~zdz4ppk!7al"
deletable="false" movable="false">
<field name="TRADETYPECAT_LIST">digits</field>
<field name="TRADETYPE_LIST">overunder</field>
<next>
<block type="trade_definition_contracttype"
id="+:36ts]!!))@0zb2Cw?}" deletable="false" movable="false">
<field name="TYPE_LIST">both</field>
<next>
<block type="trade_definition_candleinterval"
id="`-._(9_zhwbfP0b9+,d}" deletable="false" movable="false">
<field name="CANDLEINTERVAL_LIST">60</field>
<next>
<block type="trade_definition_restartbuysell"
id="`/R47tY(;Ez%$vb[n+%*" deletable="false" movable="false">
<field name="TIME_MACHINE_ENABLED">FALSE</field>
<next>
<block type="trade_definition_restartonerror"
id="wlGGC5P.p*4$V[]BL[iS" 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="text_print" id="=S)wgdH12}pjey*l*6Vn" collapsed="true">
<value name="TEXT">
<shadow type="text" id="333:vL36Ea19N;z}^{)z">
<field name="TEXT">OVER 3 SIGNAL BOT powered by
app.guruscripts.com</field>
</shadow>
</value>
<next>
<block type="variables_set" id="7sPy:Sl^ri)cRWQ=WuLm">
<field name="VAR" id="7Q4y$nr_sr!x2NkOu%)2">Stake</field>
<value name="VALUE">
<block type="math_number" id="qT87lDuK9}qjV+3;/[u6">
<field name="NUM">0.5</field>
</block>
</value>
<next>
<block type="variables_set" id="*##8y+nmgQ}K1y,}t^2T">
<field name="VAR" id="E~[s.X5egS+P$^H_o#nk">Entry Point</field>
<value name="VALUE">
<block type="math_number" id="!$:`tm-dH0UWmd]/YmaC">
<field name="NUM">4</field>
</block>
</value>
<next>
<block type="variables_set" id="|aPCht%cR1;/{xBLPS3`">
<field name="VAR" id="K`h}~iKgn?Z)RHYaKFfT">Over
Prediction</field>
<value name="VALUE">
<block type="math_number" id="q?286.t{mx:LnX9J5j[,">
<field name="NUM">3</field>
</block>
</value>
<next>
<block type="variables_set" id="([}7^3RUy=3jxOMc^PNJ">
<field name="VAR" id=":Z8WvPXWG?qCe|8=iii1">Expected
Profit</field>
<value name="VALUE">
<block type="math_number" id="3N|+2I?dnv(B)ixf$S$l">
<field name="NUM">5</field>
</block>
</value>
<next>
<block type="variables_set" id="4Hj96![qXlxsC#x!b[~@">
<field name="VAR" id="L.cN$B-UUzkS|eDQm2xZ">Stop
Loss</field>
<value name="VALUE">
<block type="math_number" id="@.;$XBLeE~}}@:NV*!
Fd">
<field name="NUM">50</field>
</block>
</value>
<next>
<block type="variables_set" id="q~xXAN;4$!Df1QE4L}
Xy">
<field name="VAR" id="o#PtO)-
%Wvm_=AQvH38N">Martingale</field>
<value name="VALUE">
<block type="math_number"
id="3zPF*3u^2%y2US,S#(+-">
<field name="NUM">2</field>
</block>
</value>
<next>
<block type="variables_set"
id="~(`[dsZp^m9FuqDydNz3">
<field name="VAR" id="@GRV-f=US~_%4pd.i}
2Q">Recovery Prediction</field>
<value name="VALUE">
<block type="math_number"
id=":kdVhp0U=xE2ALN65?fz">
<field name="NUM">4</field>
</block>
</value>
<next>
<block type="procedures_callnoreturn"
id="Nu3*]LggE,O|dzwSbzGA">
<mutation
xmlns="http://www.w3.org/1999/xhtml" name="Fixed Blocks"></mutation>
<data>:Zu8Y}APEu3!!_[sinI5</data>
<next>
<block type="btnotify"
id="AoC+)WXUILD:g`c?]{fZ">
<field
name="NOTIFICATION_TYPE">success</field>
<field
name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<shadow type="text" id="MC.?
mcQOfImcLUstvOsS">
<field name="TEXT">OVER 3 SIGNAL
BOT powered by app.guruscripts.com</field>
</shadow>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<statement name="SUBMARKET">
<block type="trade_definition_tradeoptions" id="{Dkfk~3kkr.wc8@{)~m0">
<mutation xmlns="http://www.w3.org/1999/xhtml" has_first_barrier="false"
has_second_barrier="false" has_prediction="true"></mutation>
<field name="DURATIONTYPE_LIST">t</field>
<value name="DURATION">
<shadow type="math_number" id="%PF8u9|zX9*I{Sj|1VT@">
<field name="NUM">1</field>
</shadow>
</value>
<value name="AMOUNT">
<shadow type="math_number" id="TJ!MrnCmrS$Bx?A%Huu8">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="[=[~D]2jYL~/tc4OS]8/">
<field name="VAR" id="7Q4y$nr_sr!x2NkOu%)2">Stake</field>
</block>
</value>
<value name="PREDICTION">
<shadow type="math_number_positive" id="t]=rH1V8+1.l+hnO2Z15">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="DR,CP(`,^*E0=DJ%4[ZZ">
<field name="VAR" id=":o#E4Mv[vmJES2fN=qo0">Prediction</field>
</block>
</value>
</block>
</statement>
</block>
<block type="after_purchase" id="Q!WjmqV!JmoPK$1p=,Z`" collapsed="true"
x="893" y="60">
<statement name="AFTERPURCHASE_STACK">
<block type="controls_if" id=")DN{cw.=-)6[,2s01][y">
<mutation xmlns="http://www.w3.org/1999/xhtml" elseif="1"
else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="_A{.]PjMZUh!;SaEL(PQ">
<field name="OP">GT</field>
<value name="A">
<block type="total_profit" id="kF8CU|)Q8);OEBV23B35"></block>
</value>
<value name="B">
<block type="variables_get" id="H6A]tIXPMPJiME$*UNm5">
<field name="VAR" id=":Z8WvPXWG?qCe|8=iii1">Expected
Profit</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="text_join" id="_k:V[v`h|_I*K4:#)ubt">
<field name="VARIABLE" id="]_MS:$MrQakFy~dy[v}a">Text2</field>
<statement name="STACK">
<block type="text_statement" id="1g~?n9%iP08%^|a}^)D-">
<value name="TEXT">
<shadow type="text" id="8x84,??pD;a}S^9Xe,fn">
<field name="TEXT"></field>
</shadow>
<block type="text" id="#GiuOl|!IS#.dQ,z^u{[">
<field name="TEXT">🟢Take Profit Hit!! Bot Shared by Guru
Trading Scripts:- T.me/tradegenicguru $ =</field>
</block>
</value>
<next>
<block type="text_statement" id="Wzeq`?|_(.Zo(MF%PVUa">
<value name="TEXT">
<shadow type="text" id="}N!T)apd~+!_c/N8Si}1">
<field name="TEXT"></field>
</shadow>
<block type="total_profit"
id="{kIC:;hH!GMLK%hKOr-T"></block>
</value>
</block>
</next>
</block>
</statement>
<next>
<block type="text_print" id="N(~vr~Hw#=;E6-FksizO">
<value name="TEXT">
<shadow type="text" id="Bp6$(VRo#UxnC*1F~=(Y">
<field name="TEXT">abc</field>
</shadow>
<block type="variables_get" id="#Nh0(1m^U=cv7LhiE+?x">
<field name="VAR" id="]_MS:$MrQakFy~dy[v}a">Text2</field>
</block>
</value>
</block>
</next>
</block>
</statement>
<value name="IF1">
<block type="logic_compare" id="smzONScgAqZX.OfS0Qdq">
<field name="OP">LTE</field>
<value name="A">
<block type="total_profit" id="W4`xJpW1oHU2|pLa=B|h"></block>
</value>
<value name="B">
<block type="math_single" id="w6?ckXU=)J*%XYM%{0_G">
<field name="OP">NEG</field>
<value name="NUM">
<shadow type="math_number" id="3b0oN!UO@MweXR~8#$|1">
<field name="NUM">9</field>
</shadow>
<block type="variables_get" id="jbl|7CC[=%~@(EO`#P@K">
<field name="VAR" id="L.cN$B-UUzkS|eDQm2xZ">Stop
Loss</field>
</block>
</value>
</block>
</value>
</block>
</value>
<statement name="DO1">
<block type="text_print" id="X/MJb0Q;/=5axNI3uVKA">
<value name="TEXT">
<shadow type="text" id="W2[GJ[gjfV@JB:$(Y^8W">
<field name="TEXT">🔴Stop Loss Hit!! Pause Trading &amp; Try
Again Later $= </field>
</shadow>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="controls_if" id="y|Maz[iF+,XXr*SS;dMc" collapsed="true">
<mutation xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="contract_check_result" id="XV2Q0E0iQiX9MAc}Ef8A">
<field name="CHECK_RESULT">win</field>
</block>
</value>
<statement name="DO0">
<block type="variables_set" id="MrPv1PE+y[*~{SPeHB#v">
<field name="VAR" id="HyNhO~!rk1(6_u;tk|_i">Trade
Direction</field>
<value name="VALUE">
<block type="math_number" id="tI[r?GR?Wxfy^NA|7i}t">
<field name="NUM">1</field>
</block>
</value>
<next>
<block type="variables_set" id="#t])Wko5d{6r,!u8rN`2">
<field name="VAR"
id=":o#E4Mv[vmJES2fN=qo0">Prediction</field>
<value name="VALUE">
<block type="variables_get" id="z!x0@[~P}s`m{WK{O*N2">
<field name="VAR" id="K`h}~iKgn?Z)RHYaKFfT">Over
Prediction</field>
</block>
</value>
<next>
<block type="variables_set" id="H~1YIqKtXe3,ZmT@jw6+">
<field name="VAR"
id="7Q4y$nr_sr!x2NkOu%)2">Stake</field>
<value name="VALUE">
<block type="variables_get" id="VgEoCEi,e9l*VQ|#egF$">
<field name="VAR"
id="V3`ByiTyoj~_e_hJc;X=">Stake1</field>
</block>
</value>
<next>
<block type="variables_set" id="+|-b;cZbiZrCwLsK%A|7">
<field name="VAR"
id="uIhzq(Rnu7?ay*)Lax`q">Loss</field>
<value name="VALUE">
<block type="math_number"
id="Vz/z)LkF9;{/EqO5FIqw">
<field name="NUM">0</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<statement name="ELSE">
<block type="variables_set" id="N[OgR#+rozJPhhP1(mh`">
<field name="VAR" id="HyNhO~!rk1(6_u;tk|_i">Trade
Direction</field>
<value name="VALUE">
<block type="math_number" id="+EOo1sB@OV5LoQ^i*~$E">
<field name="NUM">0</field>
</block>
</value>
<next>
<block type="variables_set" id="KVy-mg|N+4p=z,p%L@*Q">
<field name="VAR"
id=":o#E4Mv[vmJES2fN=qo0">Prediction</field>
<value name="VALUE">
<block type="variables_get" id="+(V.|a~SZS3E%#i~/,=B">
<field name="VAR" id="@GRV-f=US~_%4pd.i}2Q">Recovery
Prediction</field>
</block>
</value>
<next>
<block type="math_change" id="!-J0*a);qlq8P4ltOpUE">
<field name="VAR" id="uIhzq(Rnu7?ay*)Lax`q">Loss</field>
<value name="DELTA">
<shadow type="math_number" id="SR%0!Cn9vDE3fHI)fP5:">
<field name="NUM">1</field>
</shadow>
</value>
<next>
<block type="controls_if" id="yx`)8GK1%jmvlz55nup1">
<mutation xmlns="http://www.w3.org/1999/xhtml"
elseif="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="$T(%`!
cQnm3~bCv65^QR">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get"
id="w#k/VfUHgsL*zWv(B{!r">
<field name="VAR" id="uIhzq(Rnu7?
ay*)Lax`q">Loss</field>
</block>
</value>
<value name="B">
<block type="math_number"
id="daKP^(/{WmC8@oAcGz[B">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variables_set" id="CCt@ERU+uVH`v5)M}
s92">
<field name="VAR" id="7Q4y$nr_sr!
x2NkOu%)2">Stake</field>
<value name="VALUE">
<block type="math_arithmetic"
id="nE$E;oeO[:5eP81gCVzx">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number" id="uCEY}
eO{3bo*pd1^yxV/">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="=E0V(n6.B}
uGLvO{8aVu">
<field name="VAR" id="7Q4y$nr_sr!
x2NkOu%)2">Stake</field>
</block>
</value>
<value name="B">
<shadow type="math_number" id=",Jv`wG=Z}
(v0Hh2=[2D0">
<field name="NUM">1</field>
</shadow>
<block type="math_number"
id="Ochi#s2.7.~Z`nTR1Gu*">
<field name="NUM">1.2</field>
</block>
</value>
</block>
</value>
</block>
</statement>
<value name="IF1">
<block type="logic_compare" id="=74Q-mSE~}ppu45i!
gQX">
<field name="OP">GT</field>
<value name="A">
<block type="variables_get"
id="S`]UE7XL@9BqiEgBB;@:">
<field name="VAR" id="uIhzq(Rnu7?
ay*)Lax`q">Loss</field>
</block>
</value>
<value name="B">
<block type="math_number"
id=":Vu:JjQ@YQakD4v~966!">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
<statement name="DO1">
<block type="variables_set" id="Ts!Cd^)[R~sB(x/m?
Nzl">
<field name="VAR" id="7Q4y$nr_sr!
x2NkOu%)2">Stake</field>
<value name="VALUE">
<block type="math_arithmetic"
id="6YX*.sjJnU(@!rz7mO3[">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number" id="uCEY}
eO{3bo*pd1^yxV/">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="#7(?
z.RH;/mTp]9jg:/5">
<field name="VAR" id="7Q4y$nr_sr!
x2NkOu%)2">Stake</field>
</block>
</value>
<value name="B">
<shadow type="math_number" id=",Jv`wG=Z}
(v0Hh2=[2D0">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="iHH-yJ@:
[b4x{MuW~Eoa">
<field name="VAR" id="o#PtO)-
%Wvm_=AQvH38N">Martingale</field>
</block>
</value>
</block>
</value>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<next>
<block type="notify_telegram" id=")Ae{d=7lIj9}8:NX#n?d"
collapsed="true">
<value name="TELEGRAM_ACCESS_TOKEN">
<shadow type="text" id="bnihvyZxdk+{uRfocRpr">
<field
name="TEXT">7438897374:AAFMSg47EFubYdXSqbttO7f7y0rKkeQ0_RY</field>
</shadow>
</value>
<value name="TELEGRAM_CHAT_ID">
<shadow type="text" id="V`^bsurSiA=lkkXGpM3$">
<field name="TEXT">-1002664692552</field>
</shadow>
</value>
<value name="TELEGRAM_MESSAGE">
<shadow type="text" id="hda}H_H81)%RjyU%tWs8">
<field name="TEXT">gg</field>
</shadow>
<block type="variables_get" id="U2b^Y/mzLH{(bS(@6pg5">
<field name="VAR" id="=[Z~Xr60)Z7,Gh`bAzuF">Notify</field>
</block>
</value>
<next>
<block type="text_join" id="sDVrBrRWlnFe*HzSBVQh"
collapsed="true">
<field name="VARIABLE"
id="=[Z~Xr60)Z7,Gh`bAzuF">Notify</field>
<statement name="STACK">
<block type="text_statement" id="=)Z._]dh)bGyfHG@hk9M">
<value name="TEXT">
<shadow type="text" id="g8*xyliQqpWbe(y,GY7b">
<field name="TEXT">Contract ID: </field>
</shadow>
</value>
<next>
<block type="text_statement"
id="1:+RSYLbcJ^G,1[FfH9q">
<value name="TEXT">
<shadow type="text" id="NB!{+B73_}E/MYi|sWT)">
<field name="TEXT"></field>
</shadow>
<block type="read_details" id="E*RA`-
I{4mn1qes6Uz-.">
<field name="DETAIL_INDEX">1</field>
</block>
</value>
<next>
<block type="text_statement" id="-+q:Enp%/dq-LSUM|
d0E">
<value name="TEXT">
<shadow type="text" id="cq6M_2IRPLlKh)_0H_el">
<field name="TEXT"> || Results: </field>
</shadow>
</value>
<next>
<block type="text_statement" id="H_t!
vIoo8]h6Y#)})D=u">
<value name="TEXT">
<shadow type="text" id="5k]
($=:c#lSss[3VPZ/,">
<field name="TEXT"></field>
</shadow>
<block type="read_details" id="?^dp0-
s9waqHqKF+dE)z">
<field name="DETAIL_INDEX">11</field>
</block>
</value>
<next>
<block type="text_statement"
id="XHbrHl(dVS6nAw+Lo=v}">
<value name="TEXT">
<shadow type="text" id="4+hDX)BH*@dt-
MmCZ}oK">
<field name="TEXT"> || Stake:
</field>
</shadow>
</value>
<next>
<block type="text_statement"
id="J$S1c-Zpfq$36eV?N)X/">
<value name="TEXT">
<shadow type="text" id="!%e]l)
(#sbL/OO3@MK$4">
<field name="TEXT"></field>
</shadow>
<block type="read_details"
id="iJQ_Ctv,X7ov#T$9*1[n">
<field
name="DETAIL_INDEX">2</field>
</block>
</value>
<next>
<block type="text_statement"
id="00uOx4CC).Cd}:8e[PBg">
<value name="TEXT">
<shadow type="text"
id="{+=9;8s-d+U`,9Yh#3BH">
<field name="TEXT"> ||
Profit: </field>
</shadow>
</value>
<next>
<block type="text_statement"
id="}-(f}(J`sm#@a`G[yIjL">
<value name="TEXT">
<shadow type="text"
id="]s!XMxJ`dp3E)KlEo|(o">
<field
name="TEXT"></field>
</shadow>
<block type="read_details"
id="k~}I0bD]J5:nO;Tvpc^H">
<field
name="DETAIL_INDEX">4</field>
</block>
</value>
<next>
<block
type="text_statement" id="12sgrL#^k-2bJ4!1,^+D">
<value name="TEXT">
<shadow type="text"
id="DDi0^aPMegIYy:j+Vpji">
<field name="TEXT">
|| Total Profit: </field>
</shadow>
</value>
<next>
<block
type="text_statement" id="Ci@6D2!Gu]T~C+$X;_Xc">
<value name="TEXT">
<shadow
type="text" id="npkR_T/lD!lxrfDt?Civ">
<field
name="TEXT"></field>
</shadow>
<block
type="total_profit" id="fWl9GWzu6D0k?6ma:|C~"></block>
</value>
<next>
<block
type="text_statement" id="R39OC^}Ar_HWe$~Fd%p3">
<value
name="TEXT">
<shadow
type="text" id="yUDVex/$K=aQOeBvZc1X">
<field
name="TEXT"> || No. of Runs: </field>
</shadow>
</value>
<next>
<block
type="text_statement" id="]]M$~G5Fs#P[9NgH6QV)">
<value
name="TEXT">
<shadow
type="text" id="H_;UkNDdt,zaH/nT0ZkN">
<field
name="TEXT"></field>
</shadow>
<block
type="total_runs" id="P=p#:b|*`]+@~Xg1@W|@"></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>
</statement>
<next>
<block type="trade_again"
id="dX9#uq8!`~,W]rcu15[e"></block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
</statement>
</block>
<block type="before_purchase" id="Gs}:IU2/fgSK=gw}wEzj" collapsed="true"
deletable="false" x="0" y="1078">
<statement name="BEFOREPURCHASE_STACK">
<block type="controls_if" id="fM#ojplD%p;NNV;fhE.p">
<mutation xmlns="http://www.w3.org/1999/xhtml" else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="8jRq=L7/OuLNa5WB;1E%">
<field name="OP">EQ</field>
<value name="A">
<block type="last_digit" id="hxie[fGEwZA(tr2mg/MD"></block>
</value>
<value name="B">
<block type="variables_get" id="9-]sG$;J@mJ31L,)W*$_">
<field name="VAR" id="E~[s.X5egS+P$^H_o#nk">Entry Point</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="apollo_notify" id="`{|vIXQ1OcsMpp$$rMX^">
<field name="NOTIFICATION_TYPE">success</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<shadow type="text" id="?|$aR.VOO2lzK6:DxvGY">
<field name="TEXT">Entry Point Confirmed</field>
</shadow>
</value>
<next>
<block type="controls_if" id="{JUMUeN0qE_yhh6o;bv`">
<mutation xmlns="http://www.w3.org/1999/xhtml"
else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="9Krsro|CE%1!_``.zV12">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id=")o9})(W{{X9?{Qm}|_(:">
<field name="VAR" id="HyNhO~!rk1(6_u;tk|_i">Trade
Direction</field>
</block>
</value>
<value name="B">
<block type="math_number" id="w~V@Nr1{v3e)AO4}T+VU">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="apollo_purchase" id="4oUF0V`vAb?3~p;(}guu">
<field name="PURCHASE_LIST">DIGITOVER</field>
</block>
</statement>
<statement name="ELSE">
<block type="apollo_purchase" id="ws]_ha)nio4mZUG4NH[d">
<field name="PURCHASE_LIST">DIGITOVER</field>
</block>
</statement>
</block>
</next>
</block>
</statement>
<statement name="ELSE">
<block type="apollo_notify" id="L!A8f7+F~t4zhrL9},qi">
<field name="NOTIFICATION_TYPE">warn</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<shadow type="text" id="f%Iy|%Xg4Hs`|izLhUFZ">
<field name="TEXT">Waiting for Entry Point</field>
</shadow>
</value>
</block>
</statement>
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id=":Zu8Y}APEu3!!_[sinI5"
collapsed="true" x="0" y="1174">
<field name="NAME">Fixed Blocks</field>
<comment pinned="false" h="80" w="160">Describe this function...</comment>
<statement name="STACK">
<block type="variables_set" id="a[z|?7iqhrS/.m(OR8L(" collapsed="true">
<field name="VAR" id=":o#E4Mv[vmJES2fN=qo0">Prediction</field>
<value name="VALUE">
<block type="variables_get" id="G:bSQLMo@(lMc^5Z(#QV">
<field name="VAR" id="K`h}~iKgn?Z)RHYaKFfT">Over Prediction</field>
</block>
</value>
<next>
<block type="variables_set" id="6Q](V?T%PKX8Rij[$j!S"
collapsed="true">
<field name="VAR" id="HyNhO~!rk1(6_u;tk|_i">Trade Direction</field>
<value name="VALUE">
<block type="math_number" id="3oMHex_SyQHn=!2(5ozL">
<field name="NUM">1</field>
</block>
</value>
<next>
<block type="variables_set" id="5su3#UL@)eb6lLGuQDEP"
collapsed="true">
<field name="VAR" id="V3`ByiTyoj~_e_hJc;X=">Stake1</field>
<value name="VALUE">
<block type="variables_get" id="zO+?wNO1(kSYgHW6u62U">
<field name="VAR" id="7Q4y$nr_sr!x2NkOu%)2">Stake</field>
</block>
</value>
<next>
<block type="variables_set" id="de[MYEa/$F7nK7DB*5x/"
collapsed="true">
<field name="VAR" id="uIhzq(Rnu7?ay*)Lax`q">Loss</field>
<value name="VALUE">
<block type="math_number" id="?.AIBhG2,XPpW||t2]QG">
<field name="NUM">0</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
<block type="tick_analysis" id="kcP)]7|ha;j{TTSbVu_q" collapsed="true" x="0"
y="1270">
<statement name="TICKANALYSIS_STACK">
<block type="text_join" id="lK#m0:~I?^*ET4~U-^v4">
<field name="VARIABLE" id="]_MS:$MrQakFy~dy[v}a">Text2</field>
<statement name="STACK">
<block type="text_statement" id=",%LK=aSt#y[dpMeH7_fJ">
<value name="TEXT">
<shadow type="text" id="zc9qM1u!z@xjtH5i]Um!">
<field name="TEXT">Entry Point: </field>
</shadow>
</value>
<next>
<block type="text_statement" id="Kf[v8Q=h!6jzRCl*`_D*">
<value name="TEXT">
<shadow type="text" id="~TTkS+#|gN(C^^gJ,5tW">
<field name="TEXT">| </field>
</shadow>
</value>
<next>
<block type="text_statement" id="Ok-6pXSB|w/lj}5A[TqZ">
<value name="TEXT">
<shadow type="text" id="5FYCb,@)eB:7[c@k-L5G">
<field name="TEXT"></field>
</shadow>
<block type="variables_get" id="_l]Pf/$Z/Rj8yv7bd`_f">
<field name="VAR" id="E~[s.X5egS+P$^H_o#nk">Entry
Point</field>
</block>
</value>
<next>
<block type="text_statement" id="BUD69!n4IMhZFETl!/dF">
<value name="TEXT">
<shadow type="text" id="20eTXlY-3D@rOZ0udwi|">
<field name="TEXT"> || </field>
</shadow>
</value>
<next>
<block type="text_statement" id="gE(MpQ?Zr-RHEVi|
N8^!">
<value name="TEXT">
<shadow type="text" id="PfF^=5bTN0J=|Nr,,Oo#">
<field name="TEXT">Last Digit: </field>
</shadow>
</value>
<next>
<block type="text_statement"
id="_m6im(7eYaPsP3C9Ug~9">
<value name="TEXT">
<shadow type="text" id="29qy_Db7VjIhv=Dg`,oH">
<field name="TEXT"></field>
</shadow>
<block type="last_digit" id="rVw!
_j(A[UkD{06U)Re/"></block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<next>
<block type="notify" id="+:}+F{Z`iV22gmMrj0=g">
<field name="NOTIFICATION_TYPE">info</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<shadow type="text" id="toC,njQb:m/Dut4YBj`h">
<field name="TEXT">abc</field>
</shadow>
<block type="variables_get" id="jr#Lwn-Omd^3%Ag0c04[">
<field name="VAR" id="]_MS:$MrQakFy~dy[v}a">Text2</field>
</block>
</value>
</block>
</next>
</block>
</statement>
</block>
</xml>

You might also like