0% found this document useful (0 votes)
68 views21 pages

Binary Bot

The document describes a trading system with variables for target profit, stop loss, initial stake, martingale factors and levels. It contains blocks for initializing the system, placing trades on a submarket and checking conditions before purchases.

Uploaded by

Jocye Rodrigues
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)
68 views21 pages

Binary Bot

The document describes a trading system with variables for target profit, stop loss, initial stake, martingale factors and levels. It contains blocks for initializing the system, placing trades on a submarket and checking conditions before purchases.

Uploaded by

Jocye Rodrigues
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/ 21

<xml xmlns="[Link]

org/1999/xhtml" collection="false">
<variables>
<variable type="" id="*S5@jR!:6fNu_jGh29XP">Target Profit</variable>
<variable type="" id="#zfdvs@F;$O(rYcB/,RJ">Stop Loss</variable>
<variable type="" id="l/g[COS_p$y={!V:[u*:">First Stake</variable>
<variable type="" id="}PYb?[K00*b[IHmPgA7k">Martingale Factor</variable>
<variable type="" id="X#UMfnUF|OeyRcxIN~Y4">Martingale Level</variable>
<variable type="" id="-sYH8a;P)v}g?!iatjL,">Do Martingale After</variable>
<variable type="" id="BPsrb}:o?nCP7t]1@Rfq">[Win Result]</variable>
<variable type="" id="dK=o~;7~9dr8wCZ%hyh,">Detail Profit</variable>
<variable type="" id="~/irDQiv)!gN5R(bE54u">Alta</variable>
<variable type="" id="ddH0?/^#_8u1VjM/!`t|">Profit</variable>
<variable type="" id="#S5]i9_E6vE_6t^_dYeJ">Continue</variable>
<variable type="" id="RMbK)by1LEnp^9@HKC(*">Stake</variable>
<variable type="" id="(~7gJs4,we.@`=x?+]3B">Baixa</variable>
<variable type="" id="k:EcRUy)u-26FkWUoszO">FirstStake</variable>
<variable type="" id="!c%d*XBHYNv0h]4+]*nj">TargetProfit</variable>
<variable type="" id="RRH]M7%0M)Zi;ridyo7}">Win Count</variable>
<variable type="" id="^(Gy/YRFAMn6r6Ekap/J">Loss Count</variable>
<variable type="" id="m(@~SI$PI9_=9gVd*zl9">Stoploss</variable>
<variable type="" id="[~%IWPApAWAU4`63rDfr">MartiLossLevel</variable>
<variable type="" id="ezm;s,8YY7`S_pxNx+{s">MartiFactor</variable>
<variable type="" id="A2Vr@X6NOo#N#Wz*c(!R">Purchase</variable>
<variable type="" id="Nxx}Lsm5Mjf|D~2!Dj%V">MartiStart</variable>
<variable type="" id="/VJ7O.)sAJmm47`,|W=v">Loss Level</variable>
</variables>
<block type="trade" id="xgH69|xFn9=70w.*3Vo@" inline="false" x="0" y="0">
<field name="MARKET_LIST">synthetic_index</field>
<field name="SUBMARKET_LIST">random_index</field>
<field name="SYMBOL_LIST">R_10</field>
<field name="TRADETYPECAT_LIST">highlowticks</field>
<field name="TRADETYPE_LIST">highlowticks</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="procedures_callnoreturn" id="I:9o%7BAs(iu{^5:MXNU">
<mutation name="Daily Profit's System">
<arg name="Target Profit"></arg>
<arg name="Stop Loss"></arg>
<arg name="First Stake"></arg>
<arg name="Martingale Factor"></arg>
<arg name="Martingale Level"></arg>
<arg name="Do Martingale After"></arg>
</mutation>
<value name="ARG0">
<block type="math_number" id="1E7;%i#D@zBy6{Hds;XD">
<field name="NUM">30</field>
</block>
</value>
<value name="ARG1">
<block type="math_number" id="tgt6Li^bk2L*=`g@j)RG">
<field name="NUM">50</field>
</block>
</value>
<value name="ARG2">
<block type="math_number" id="fV4{Q,)T8ua#I|LXs#{j">
<field name="NUM">1</field>
</block>
</value>
<value name="ARG3">
<block type="math_number" id="CWL~(|nrqsCj5iQ{|!Wy">
<field name="NUM">1.1</field>
</block>
</value>
<value name="ARG4">
<block type="math_number" id="Kg)*K`W@Y+.t4]3y~(Lf">
<field name="NUM">7</field>
</block>
</value>
<value name="ARG5">
<block type="math_number" id="`b/zD[)}XkID*5#rc,7*">
<field name="NUM">1</field>
</block>
</value>
</block>
</statement>
<statement name="SUBMARKET">
<block type="tradeOptions" id="x=V33~4Lb|(sLv`J[:Eb">
<field name="DURATIONTYPE_LIST">t</field>
<value name="DURATION">
<shadow type="math_number" id="O*@58sDc=!cOO}*b2vf9">
<field name="NUM">5</field>
</shadow>
</value>
<value name="AMOUNT">
<shadow type="math_number" id="ml)25~7^q}3I9}vjf:%K">
<field name="NUM">0.35</field>
</shadow>
<block type="variables_get" id="F!P1WcP}ZIi10@]/s]1b">
<field name="VAR" id="RMbK)by1LEnp^9@HKC(*"
variabletype="">Stake</field>
</block>
</value>
<value name="PREDICTION">
<shadow type="math_number" id="@1pxZ9NB`~DU!GCw=?Eq">
<field name="NUM">1</field>
</shadow>
</value>
</block>
</statement>
</block>
<block type="before_purchase" id="i-CIx.(Onm4?ihxzA}Y]" x="0" y="607">
<statement name="BEFOREPURCHASE_STACK">
<block type="variables_set" id=")kF*CExef3rN*:D]-)h.">
<field name="VAR" id="~/irDQiv)!gN5R(bE54u" variabletype="">Alta</field>
<value name="VALUE">
<block type="ohlc_values" id="qgyqwi(4HfA-6c5w$B-c">
<field name="OHLCFIELD_LIST">open</field>
<field name="CANDLEINTERVAL_LIST">default</field>
</block>
</value>
<next>
<block type="variables_set" id="*e`X99pb*X^3$Nb,v1GW">
<field name="VAR" id="(~7gJs4,we.@`=x?+]3B"
variabletype="">Baixa</field>
<value name="VALUE">
<block type="ohlc_values" id="bJmQih{gx1*uB~_:1=~I">
<field name="OHLCFIELD_LIST">open</field>
<field name="CANDLEINTERVAL_LIST">default</field>
</block>
</value>
<next>
<block type="controls_if" id="Bt*%X}C#NC{^A2$f|1vh">
<value name="IF0">
<block type="logic_operation" id="4x7gX5f2XG{@RWMQDGBz"
inline="false">
<field name="OP">AND</field>
<value name="A">
<block type="logic_compare" id="34[HX4k6O8_q,+lVHIN?">
<field name="OP">GTE</field>
<value name="A">
<block type="lists_getIndex" id="C-^cC*9Obeaiwm.k;0Eb">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="ticks"
id="|1{H/@/zPBC~Q9-v;?rV"></block>
</value>
<value name="AT">
<block type="math_number" id="-]#n-G!]?FuS:},W*E_Z">
<field name="NUM">2</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="lists_getIndex" id="1L?DmS`3Ad0s@U3F-7aS">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="variables_get"
id="G/e;m$,3,hhJX{vCe^UH">
<field name="VAR" id="~/irDQiv)!gN5R(bE54u"
variabletype="">Alta</field>
</block>
</value>
<value name="AT">
<block type="math_number" id="6S!Ewfa;8)Khq5s3ec+!">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
</block>
</value>
<value name="B">
<block type="logic_compare" id="lPM(?KW1;0:e.{vf*wm6">
<field name="OP">LTE</field>
<value name="A">
<block type="lists_getIndex" id="gNfdSG!$ZtTk}@=SW1Pz">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="ticks"
id="Lk_Gu+%spTjDJe52v)[P"></block>
</value>
<value name="AT">
<block type="math_number" id="P/93egKaPZRu!iI0^2DL">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="lists_getIndex" id="$wgxsApoIHk=fVo#Hqll">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="variables_get"
id="!/Gk/XFU_[+Xwh~UBzR_">
<field name="VAR" id="~/irDQiv)!gN5R(bE54u"
variabletype="">Alta</field>
</block>
</value>
<value name="AT">
<block type="math_number" id="!D7r!=],56IL}(lMCJ}I">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="purchase" id="L`N;SF%NUTrL)jYtZvPh">
<field name="PURCHASE_LIST">TICKHIGH</field>
</block>
</statement>
<next>
<block type="controls_if" id="{@Ac)f0c6vWdVd4R84e=">
<value name="IF0">
<block type="logic_operation" id=".`!y%#kKgzMj!Ks7R+Fz"
inline="false">
<field name="OP">AND</field>
<value name="A">
<block type="logic_compare" id="PF~tF)E3n(=Pr#nr*6Qi">
<field name="OP">LTE</field>
<value name="A">
<block type="lists_getIndex" id="(V!pd))v/@K5|
bvQaDeO">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="ticks"
id="m;=Bjy[Bc`v?wDu{Q1(8"></block>
</value>
<value name="AT">
<block type="math_number"
id="hFfv^hJM5,vPMay4ZC:;">
<field name="NUM">2</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="lists_getIndex"
id="8eXIt)wxQ;bPIf:YAh#!">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="variables_get"
id="[email protected]/9Z*YKk,~:B_">
<field name="VAR" id="~/irDQiv)!gN5R(bE54u"
variabletype="">Alta</field>
</block>
</value>
<value name="AT">
<block type="math_number" id="6uf!Bay:djvnL
%t^V83V">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
</block>
</value>
<value name="B">
<block type="logic_compare" id="s~^zyx].M6oZg+aFEO..">
<field name="OP">GTE</field>
<value name="A">
<block type="lists_getIndex"
id="91+=B,yH@b_wYX~8r73e">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="ticks"
id="j@0qp-FN3Q=uk1QWdd+|"></block>
</value>
<value name="AT">
<block type="math_number" id="`wsTmOSqCv|
ThftM*#2]">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="lists_getIndex" id="d1@dq,Df[7ny#Pxvx3!
P">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_END</field>
<value name="VALUE">
<block type="variables_get"
id="33fxh{hKJnEK89c;y]].">
<field name="VAR" id="~/irDQiv)!gN5R(bE54u"
variabletype="">Alta</field>
</block>
</value>
<value name="AT">
<block type="math_number" id="_m2cu!agB(^oZiK!
GLw_">
<field name="NUM">1</field>
</block>
</value>
</block>
</value>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="purchase" id="A:n}G_YI_rrsDTer[|a:">
<field name="PURCHASE_LIST">TICKLOW</field>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
<block type="after_purchase" id="D^Jz1^n=2vtZku1vBN@;" collapsed="true" x="0"
y="1089">
<statement name="AFTERPURCHASE_STACK">
<block type="controls_if" id="3gM8L!k-Su98Mx]guZ8j">
<value name="IF0">
<block type="procedures_callreturn" id="G)YLM!:fG3=Icl@Z*i6+">
<mutation name="Daily Profit's Trade Again">
<arg name="[Win Result]"></arg>
<arg name="Detail Profit"></arg>
</mutation>
<value name="ARG0">
<block type="contract_check_result" id="6$CRx.,%K/.hR_b!?S~F">
<field name="CHECK_RESULT">win</field>
</block>
</value>
<value name="ARG1">
<block type="read_details" id="s4aP$WQ5)S1G6p@1XcA]">
<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="procedures_defnoreturn" id=",ATJ^k41u/TZVNu?}tMe" collapsed="true"
x="0" y="1142">
<mutation>
<arg name="Target Profit" varid="*S5@jR!:6fNu_jGh29XP"></arg>
<arg name="Stop Loss" varid="#zfdvs@F;$O(rYcB/,RJ"></arg>
<arg name="First Stake" varid="l/g[COS_p$y={!V:[u*:"></arg>
<arg name="Martingale Factor" varid="}PYb?[K00*b[IHmPgA7k"></arg>
<arg name="Martingale Level" varid="X#UMfnUF|OeyRcxIN~Y4"></arg>
<arg name="Do Martingale After" varid="-sYH8a;P)v}g?!iatjL,"></arg>
</mutation>
<field name="NAME">Daily Profit's System</field>
<comment pinned="false" h="80" w="160">Describe this function...</comment>
<statement name="STACK">
<block type="notify" id="G7~wRrfg?9}gSh#czLzG">
<field name="NOTIFICATION_TYPE">info</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<block type="text" id="3GWKvKtkV`vSfzxdrUt=">
<field name="TEXT">Bot Starts! Good Luck! - Daily Profit Corp</field>
</block>
</value>
<next>
<block type="variables_set" id="FK4u?paD9^I-!5Ai)Jjl">
<field name="VAR" id="k:EcRUy)u-26FkWUoszO"
variabletype="">FirstStake</field>
<value name="VALUE">
<block type="variables_get" id="?mfNzA`8peRWy,e~svE0">
<field name="VAR" id="l/g[COS_p$y={!V:[u*:" variabletype="">First
Stake</field>
</block>
</value>
<next>
<block type="variables_set" id="6?YL[uBR,$:+Z.j;Kti(">
<field name="VAR" id="RMbK)by1LEnp^9@HKC(*"
variabletype="">Stake</field>
<value name="VALUE">
<block type="variables_get" id="TR`xGTpoI16iZ/$}H/4z">
<field name="VAR" id="l/g[COS_p$y={!V:[u*:"
variabletype="">First Stake</field>
</block>
</value>
<next>
<block type="variables_set" id="snPg/%U^oi}xnFjCE]IU">
<field name="VAR" id="!c%d*XBHYNv0h]4+]*nj"
variabletype="">TargetProfit</field>
<value name="VALUE">
<block type="variables_get" id="K1Woch)cO11X:{raUI]Y">
<field name="VAR" id="*S5@jR!:6fNu_jGh29XP"
variabletype="">Target Profit</field>
</block>
</value>
<next>
<block type="variables_set" id="FH65,OQ3n?21Hv.c60QZ">
<field name="VAR" id="m(@~SI$PI9_=9gVd*zl9"
variabletype="">Stoploss</field>
<value name="VALUE">
<block type="math_single" id="~RqJiX@$dbDTn56tX~(!">
<field name="OP">NEG</field>
<value name="NUM">
<shadow type="math_number" id=":*O0u?1~mablmyFH9nQ^">
<field name="NUM">9</field>
</shadow>
<block type="math_single" id="Fc7b(_3%H~X(pjboD3g4">
<field name="OP">ABS</field>
<value name="NUM">
<shadow type="math_number"
id="KJyX:Z7HpG+zVVn[[$5L">
<field name="NUM">9</field>
</shadow>
<block type="variables_get" id="r7!OjfMm)T_)D+
+HZ*u0">
<field name="VAR" id="#zfdvs@F;$O(rYcB/,RJ"
variabletype="">Stop Loss</field>
</block>
</value>
</block>
</value>
</block>
</value>
<next>
<block type="variables_set" id=",Qt{5W:S090vgVGe@=^b">
<field name="VAR" id="[~%IWPApAWAU4`63rDfr"
variabletype="">MartiLossLevel</field>
<value name="VALUE">
<block type="variables_get" id="TJ$1?
4QP1~b0Y)u8Er,?">
<field name="VAR" id="X#UMfnUF|OeyRcxIN~Y4"
variabletype="">Martingale Level</field>
</block>
</value>
<next>
<block type="variables_set"
id="F7E,GI03fZ-!.sSi8nvu">
<field name="VAR" id="ezm;s,8YY7`S_pxNx+{s"
variabletype="">MartiFactor</field>
<value name="VALUE">
<block type="variables_get"
id="5QnPe]lP**xA=obEC:rR">
<field name="VAR" id="}PYb?[K00*b[IHmPgA7k"
variabletype="">Martingale Factor</field>
</block>
</value>
<next>
<block type="variables_set"
id="BIbY[H2x_K8WYS^Wn`U!">
<field name="VAR" id="Nxx}Lsm5Mjf|D~2!Dj%V"
variabletype="">MartiStart</field>
<value name="VALUE">
<block type="variables_get" id="87M[Cp[!
`k{t[TOy_L?e">
<field name="VAR" id="-sYH8a;P)v}g?!iatjL,"
variabletype="">Do Martingale After</field>
</block>
</value>
<next>
<block type="variables_set" id="MlN8XJW]z
%Nn$vX!fwUC">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
<value name="VALUE">
<block type="math_number" id="AXE:PR
%~GtPn!J;zVdU4">
<field name="NUM">0</field>
</block>
</value>
<next>
<block type="variables_set" id="/V`@3MI!
XOl2iQu8)MRG">
<field name="VAR"
id="RRH]M7%0M)Zi;ridyo7}" variabletype="">Win Count</field>
<value name="VALUE">
<block type="math_number"
id="@uMNRq7*h6CpK{OL*`1;">
<field name="NUM">0</field>
</block>
</value>
<next>
<block type="variables_set" id="*_wi!
@b$%T/+ip`iQtD|">
<field name="VAR"
id="^(Gy/YRFAMn6r6Ekap/J" variabletype="">Loss Count</field>
<value name="VALUE">
<block type="math_number"
id="@6~ol6rGo)hiSc:6#V1^">
<field name="NUM">0</field>
</block>
</value>
<next>
<block type="variables_set"
id="6hiRA01::q+[Link]}">
<field name="VAR"
id="/VJ7O.)sAJmm47`,|W=v" variabletype="">Loss Level</field>
<value name="VALUE">
<block type="math_number"
id="cs!D-m]M+4^%Uv=SwMP%">
<field name="NUM">0</field>
</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>
</block>
<block type="procedures_defreturn" id="=78^x1,M_K`EPoWP8B#4" collapsed="true"
x="0" y="1195">
<mutation>
<arg name="[Win Result]" varid="BPsrb}:o?nCP7t]1@Rfq"></arg>
<arg name="Detail Profit" varid="dK=o~;7~9dr8wCZ%hyh,"></arg>
</mutation>
<field name="NAME">Daily Profit's Trade Again</field>
<comment pinned="false" h="80" w="160">FRUITFELLA's Management ver.
3.0</comment>
<statement name="STACK">
<block type="math_change" id="5mMvn7#-6MC#=J5k3?PV">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|" variabletype="">Profit</field>
<value name="DELTA">
<shadow type="math_number" id="!`~mJ[ITS6N=uY[f!Jo%">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id=".j]ZF3LWu9*=.nIi9(Gp">
<field name="VAR" id="dK=o~;7~9dr8wCZ%hyh," variabletype="">Detail
Profit</field>
</block>
</value>
<next>
<block type="variables_set" id="Ntd8/neg-yW_~sW%z8Jm">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
<value name="VALUE">
<block type="math_arithmetic" id="OonVVD66.u7{{wXOy]D)">
<field name="OP">DIVIDE</field>
<value name="A">
<shadow type="math_number" id="BJLl,k}i_-.}(X^0Rt%[">
<field name="NUM">1</field>
</shadow>
<block type="math_round" id="[email protected]]j99~T|@">
<field name="OP">ROUND</field>
<value name="NUM">
<shadow type="math_number" id="enW;6`Y#VQ8j3,1ir3KU">
<field name="NUM">3.1</field>
</shadow>
<block type="math_arithmetic" id="Su++(AeXbX,`P::$9IIG">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number" id="}kZ5|+fH9G83t.$we7~]">
<field name="NUM">1</field>
</shadow>
<block type="variables_get" id="^][hS|MfVLhwa~_,U~fK">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
<value name="B">
<shadow type="math_number" id=".H#}U`Qa_N#b^$I9(Vh2">
<field name="NUM">100</field>
</shadow>
</value>
</block>
</value>
</block>
</value>
<value name="B">
<shadow type="math_number" id="ytnd8Z:12vFa*j,jpfx`">
<field name="NUM">100</field>
</shadow>
</value>
</block>
</value>
<next>
<block type="controls_if" id="2haL5s765kSl{T~T5Z^k">
<mutation else="1"></mutation>
<value name="IF0">
<block type="variables_get" id="j0Q0xvW7M*PhQfuf|p-$">
<field name="VAR" id="BPsrb}:o?nCP7t]1@Rfq"
variabletype="">[Win Result]</field>
</block>
</value>
<statement name="DO0">
<block type="math_change" id="B_t!T1WWGTt2L#=XAq$4">
<field name="VAR" id="RRH]M7%0M)Zi;ridyo7}" variabletype="">Win
Count</field>
<value name="DELTA">
<shadow type="math_number" id="1~)C)c$Zi*p]5Jddfgq_">
<field name="NUM">1</field>
</shadow>
</value>
<next>
<block type="variables_set" id="aPRpWycsb.n=U#B:fTZD">
<field name="VAR" id="^(Gy/YRFAMn6r6Ekap/J"
variabletype="">Loss Count</field>
<value name="VALUE">
<block type="math_number" id="wo=CHjiCccmpWlCo@aA[">
<field name="NUM">0</field>
</block>
</value>
<next>
<block type="variables_set" id="LC75k*LDcS-{XNrO$Vgg">
<field name="VAR" id="RMbK)by1LEnp^9@HKC(*"
variabletype="">Stake</field>
<value name="VALUE">
<block type="variables_get" id="4Yg%mKmDs{,~WL~;oa
%e">
<field name="VAR" id="k:EcRUy)u-26FkWUoszO"
variabletype="">FirstStake</field>
</block>
</value>
<next>
<block type="controls_if" id="GD@mfmGDNI|wRyauBy`:">
<mutation else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="m[[Link]}Zq(9+MXpzvg">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="!
D91=}2|)=#F;YUDLI]P">
<field name="VAR" id="A2Vr@X6NOo#N#Wz*c(!R"
variabletype="">Purchase</field>
</block>
</value>
<value name="B">
<block type="text" id="s7d$I-[yvd!G-e~9u`+l">
<field name="TEXT">FOLLOW</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variables_set" id="HBZC-
6q92j6.~BtX]^C?">
<field name="VAR" id="A2Vr@X6NOo#N#Wz*c(!R"
variabletype="">Purchase</field>
<value name="VALUE">
<block type="text" id="8RtM3ekgXj@)_UgfsG$e">
<field name="TEXT">FOLLOW</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variables_set" id="S~vrU:SWAPqn-
fo1[sLn">
<field name="VAR" id="A2Vr@X6NOo#N#Wz*c(!R"
variabletype="">Purchase</field>
<value name="VALUE">
<block type="text" id="3s]~:t05QspzG;Fn0f;O">
<field name="TEXT">REVERSE</field>
</block>
</value>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<statement name="ELSE">
<block type="math_change" id="(6=+$/+DEbysDWc])WBD">
<field name="VAR" id="^(Gy/YRFAMn6r6Ekap/J"
variabletype="">Loss Count</field>
<value name="DELTA">
<shadow type="math_number" id="[W_X?#)Dv,gm)Ff#:8T8">
<field name="NUM">1</field>
</shadow>
</value>
<next>
<block type="variables_set" id="V*^dRX_0}whp$+CPNq{x">
<field name="VAR" id="RRH]M7%0M)Zi;ridyo7}"
variabletype="">Win Count</field>
<value name="VALUE">
<block type="math_number" id="8M!%N2:W2r1cS=tvBqxM">
<field name="NUM">0</field>
</block>
</value>
<next>
<block type="controls_if" id="nMdfRosZ]VCqB^%V3`_h">
<mutation else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="3?Z/5RJrW#C*0Paz6PkJ">
<field name="OP">EQ</field>
<value name="A">
<block type="variables_get" id="+o,OME|.!
2X;^PPNm)Y@">
<field name="VAR" id="A2Vr@X6NOo#N#Wz*c(!R"
variabletype="">Purchase</field>
</block>
</value>
<value name="B">
<block type="text" id="xx@~Rct0o0Pw;QVhj:jZ">
<field name="TEXT">FOLLOW</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variables_set" id="]8TN%k5aYvzQTpRtV-
7y">
<field name="VAR" id="A2Vr@X6NOo#N#Wz*c(!R"
variabletype="">Purchase</field>
<value name="VALUE">
<block type="text" id="^X97[w:PDDn`Ci}/{!-N">
<field name="TEXT">REVERSE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="variables_set"
id="c@RU8W(TwiwJ2TM,so3W">
<field name="VAR" id="A2Vr@X6NOo#N#Wz*c(!R"
variabletype="">Purchase</field>
<value name="VALUE">
<block type="text" id=".!Y/7%tDH+VOL_%Z%/@)">
<field name="TEXT">FOLLOW</field>
</block>
</value>
</block>
</statement>
<next>
<block type="controls_if" id="-2K^5T@7olg3M6J%I4$B">
<value name="IF0">
<block type="logic_compare" id="ChDetwZuo;cU6yL{-
B{A">
<field name="OP">GT</field>
<value name="A">
<block type="variables_get" id=".Y*ozIy;
+ADs#R8Coh6G">
<field name="VAR" id="^(Gy/YRFAMn6r6Ekap/J"
variabletype="">Loss Count</field>
</block>
</value>
<value name="B">
<block type="variables_get" id="CL]-
YIRi^FOdkf{MohQ|">
<field name="VAR" id="/VJ7O.)sAJmm47`,|W=v"
variabletype="">Loss Level</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="variables_set"
id="1@C;LXDelk94-)4~K`n=">
<field name="VAR" id="/VJ7O.)sAJmm47`,|W=v"
variabletype="">Loss Level</field>
<value name="VALUE">
<block type="variables_get"
id="Ea|:QN:u+Rt[V_J6|1G+">
<field name="VAR" id="^(Gy/YRFAMn6r6Ekap/J"
variabletype="">Loss Count</field>
</block>
</value>
</block>
</statement>
<next>
<block type="controls_if" id="?*0^p~(7r2d3-
T7z81hI">
<value name="IF0">
<block type="logic_compare"
id=")y{[Link])Lb.Zcrs5V4kc">
<field name="OP">GT</field>
<value name="A">
<block type="variables_get"
id="xSlsjibK)miodTkmM%GI">
<field name="VAR" id="[~
%IWPApAWAU4`63rDfr" variabletype="">MartiLossLevel</field>
</block>
</value>
<value name="B">
<block type="math_number" id="+{rz6u4h
%JKj:-4yvC+#">
<field name="NUM">0</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="controls_if" id="|~H{~C=_
%yzL(L+Ih?6=">
<value name="IF0">
<block type="logic_operation"
id="{01rxUq[%FxUb9PE.!UA">
<field name="OP">AND</field>
<value name="A">
<block type="logic_compare"
id="x]ZySsjj1^93Zd(-iWh#">
<field name="OP">GT</field>
<value name="A">
<block type="variables_get"
id="4c9GWE)n3Ot}n[:HT;,P">
<field name="VAR"
id="Nxx}Lsm5Mjf|D~2!Dj%V" variabletype="">MartiStart</field>
</block>
</value>
<value name="B">
<block type="math_number" id="m`.
{:5r,BBM8qV)#goY?">
<field name="NUM">0</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="logic_compare"
id="XWUrB+iXH{$8H{[Link]]P">
<field name="OP">GTE</field>
<value name="A">
<block type="variables_get"
id="96)hM+J+rW1h/2CiCNV=">
<field name="VAR"
id="^(Gy/YRFAMn6r6Ekap/J" variabletype="">Loss Count</field>
</block>
</value>
<value name="B">
<block type="variables_get"
id="1ghuM[;g9B!OkEk|Jq-+">
<field name="VAR"
id="Nxx}Lsm5Mjf|D~2!Dj%V" variabletype="">MartiStart</field>
</block>
</value>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="controls_if" id="Xod]f!9?
Cp7s`^TCco:[">
<mutation else="1"></mutation>
<value name="IF0">
<block type="logic_compare"
id="3,rl=}wztcTxR`uL/^v*">
<field name="OP">LTE</field>
<value name="A">
<block type="variables_get"
id="C1`8WB-bd[X1Ih%.BVH=">
<field name="VAR"
id="^(Gy/YRFAMn6r6Ekap/J" variabletype="">Loss Count</field>
</block>
</value>
<value name="B">
<block type="variables_get"
id="YCU-oD11NiMjpns6K|J_">
<field name="VAR" id="[~
%IWPApAWAU4`63rDfr" variabletype="">MartiLossLevel</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="math_change"
id=")x3(])A|!w=FlJ}Z*aKI">
<field name="VAR"
id="RMbK)by1LEnp^9@HKC(*" variabletype="">Stake</field>
<value name="DELTA">
<shadow type="math_number"
id="iOY0jJ`9*c:I2Hd:QJ_Y">
<field name="NUM">1</field>
</shadow>
<block type="math_arithmetic"
id="K/wo]$5[Ba#a7evooV~F">
<field
name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number"
id="}P^(EoAZ-YU-MS4SDvmg">
<field name="NUM">1</field>
</shadow>
<block type="variables_get"
id="0%H*qOjo3?RAmRO$2U/-">
<field name="VAR"
id="RMbK)by1LEnp^9@HKC(*" variabletype="">Stake</field>
</block>
</value>
<value name="B">
<shadow type="math_number"
id="/LcPg[[email protected]">
<field name="NUM">1</field>
</shadow>
<block type="variables_get"
id="4GqI7Qc3mqsKGEJKSnT3">
<field name="VAR"
id="ezm;s,8YY7`S_pxNx+{s" variabletype="">MartiFactor</field>
</block>
</value>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="notify"
id="#5H3/1qD}yohz+9b*G+6">
<field
name="NOTIFICATION_TYPE">info</field>
<field
name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<block type="text"
id="y8VYir#xh^o24B^w@-%r">
<field name="TEXT">Martingale
Reset</field>
</block>
</value>
<next>
<block type="variables_set"
id="hg/UOO#$+B8Il2Lz:Nv}">
<field name="VAR"
id="RMbK)by1LEnp^9@HKC(*" variabletype="">Stake</field>
<value name="VALUE">
<block type="variables_get"
id="ubl$r:9]5M{I8+vX;PP/">
<field name="VAR"
id="k:EcRUy)u-26FkWUoszO" variabletype="">FirstStake</field>
</block>
</value>
</block>
</next>
</block>
</statement>
</block>
</statement>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<next>
<block type="variables_set" id="Ii~,V*I}==%{VbzSUcNW">
<field name="VAR" id="#S5]i9_E6vE_6t^_dYeJ"
variabletype="">Continue</field>
<value name="VALUE">
<block type="logic_boolean" id="IJrFVDwIh9*V/-*GcP3$">
<field name="BOOL">FALSE</field>
</block>
</value>
<next>
<block type="controls_if" id="?t=R4#bB1Ph_eG%)U{Zq">
<mutation elseif="1" else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="n(-qX6sIpX~Fo[1%T`a]">
<field name="OP">GTE</field>
<value name="A">
<block type="variables_get" id="pRRkIZW;yZXTP,Ec2#
%7">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
<value name="B">
<block type="variables_get" id=".J0l4%b9|
`DFbsS4y+@b">
<field name="VAR" id="!c%d*XBHYNv0h]4+]*nj"
variabletype="">TargetProfit</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="text_print" id="fQK[F8W}8)x=k0Y$nDnR">
<value name="TEXT">
<shadow type="text" id="dJ4OA.-2N8i,6Qy7r!J|">
<field name="TEXT">abc</field>
</shadow>
<block type="text_join" id="Whtg8.!W#_q;bm-PSDK(">
<mutation items="2"></mutation>
<value name="ADD0">
<block type="text" id=")|MP_xd~9oo!y10?cM;O">
<field name="TEXT">CONGRATULATION! Target
Profit has been reached! Take Profit $</field>
</block>
</value>
<value name="ADD1">
<block type="variables_get" id="tp=nlW)P|8TI#JCR-
R`Z">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
</block>
</value>
</block>
</statement>
<value name="IF1">
<block type="logic_compare" id="wqaUuu5;d0qWr@A9R8Uv">
<field name="OP">LTE</field>
<value name="A">
<block type="variables_get" id="iJUy9eQ?
_qq:Fx#e:!;)">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
<value name="B">
<block type="variables_get" id="?
=LuB)pGx9NhJuh30YA+">
<field name="VAR" id="m(@~SI$PI9_=9gVd*zl9"
variabletype="">Stoploss</field>
</block>
</value>
</block>
</value>
<statement name="DO1">
<block type="text_print" id="+fc,,fh/fwUH3nhoFc3f">
<value name="TEXT">
<shadow type="text" id="dJ4OA.-2N8i,6Qy7r!J|">
<field name="TEXT">abc</field>
</shadow>
<block type="text_join" id="]gq4NH~_PD.#^!q#_{UN">
<mutation items="2"></mutation>
<value name="ADD0">
<block type="text" id="T~7).e8^W6THQjOa6c:v">
<field name="TEXT">UPSSS! You've Reached Stop
Loss $</field>
</block>
</value>
<value name="ADD1">
<block type="variables_get" id="e~X%5c6eC?N6h}
{GYA2o">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="controls_if" id="g`8h+Pq;/Z=wuJIIBr`Z">
<mutation else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="Q}%H((m|!
LOeIVHKxGbv">
<field name="OP">GT</field>
<value name="A">
<block type="variables_get"
id="V$I5(R=s}FQh708v+Vm#">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
<value name="B">
<block type="math_number" id="$W;*/?A}DM!.(x;-
wpFE">
<field name="NUM">0</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="notify" id="]7Cq=rQ1D00M},$ck5=;">
<field name="NOTIFICATION_TYPE">success</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<block type="text_join" id="So,=5m|
b]84g6aQ`jzah">
<mutation items="6"></mutation>
<value name="ADD0">
<block type="text" id="Ww6Utk^Ce:2M^1:IbEYq">
<field name="TEXT">Total profit $ </field>
</block>
</value>
<value name="ADD1">
<block type="variables_get" id="-zUe!0X+
$J)uWJg7w-Fc">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
<value name="ADD2">
<block type="text" id="G3TZRjfZwb?/vG!DnT-p">
<field name="TEXT"> || Loss Level </field>
</block>
</value>
<value name="ADD3">
<block type="variables_get"
id="WYfM1_eJld$zj?B0ZM/j">
<field name="VAR" id="/VJ7O.)sAJmm47`,|W=v"
variabletype="">Loss Level</field>
</block>
</value>
<value name="ADD4">
<block type="text" id="WEGot82rEmQ0!.2Uk-jj">
<field name="TEXT"> || Loss Count </field>
</block>
</value>
<value name="ADD5">
<block type="variables_get" id="xFl$)$6)
{r3_`5XW`biS">
<field name="VAR" id="^(Gy/YRFAMn6r6Ekap/J"
variabletype="">Loss Count</field>
</block>
</value>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="notify" id="8QOsp0}TU)_%#dE?4He!">
<field name="NOTIFICATION_TYPE">error</field>
<field name="NOTIFICATION_SOUND">silent</field>
<value name="MESSAGE">
<block type="text_join" id="L/vB,K]@s{!9Qx^s!
Pl-">
<mutation items="6"></mutation>
<value name="ADD0">
<block type="text" id="Z`|]KLN43:/oO3eh43%/">
<field name="TEXT">Total Loss $ </field>
</block>
</value>
<value name="ADD1">
<block type="variables_get"
id="C5)f7$5$O{Y)n.G6Q;Pt">
<field name="VAR" id="ddH0?/^#_8u1VjM/!`t|"
variabletype="">Profit</field>
</block>
</value>
<value name="ADD2">
<block type="text" id="N{K7$tD$F$~C4BDS,.p%">
<field name="TEXT"> || Loss Level </field>
</block>
</value>
<value name="ADD3">
<block type="variables_get"
id=")Uaa(R~.][Link][?8cnj?">
<field name="VAR" id="/VJ7O.)sAJmm47`,|W=v"
variabletype="">Loss Level</field>
</block>
</value>
<value name="ADD4">
<block type="text" id="emB3SZnkebI:XD]F#x@7">
<field name="TEXT"> || Loss Count </field>
</block>
</value>
<value name="ADD5">
<block type="variables_get"
id="~$f~AKl6NjBpX4$y+W/8">
<field name="VAR" id="^(Gy/YRFAMn6r6Ekap/J"
variabletype="">Loss Count</field>
</block>
</value>
</block>
</value>
</block>
</statement>
<next>
<block type="variables_set" id="o88-OoU#i@|
Gn^I[1rf1">
<field name="VAR" id="#S5]i9_E6vE_6t^_dYeJ"
variabletype="">Continue</field>
<value name="VALUE">
<block type="logic_boolean" id="exXi?
*3Wu(`Gl$s6cDU[">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</next>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<value name="RETURN">
<block type="variables_get" id="`[Link]`zLWY(L^,u`~t">
<field name="VAR" id="#S5]i9_E6vE_6t^_dYeJ"
variabletype="">Continue</field>
</block>
</value>
</block>
</xml>

You might also like