Hi @aminmarashi
Sorry for any an inconvenient
Can you help me fix this.
I tried many method but it still not work.
I want the bot check last dgit =1 next last dgit =2 then purchase, but it not work.
Are you trying to purchase prediction = 0, if you saw this?
last digit = 1
next tick => last digit = 2
i dont understand, i am set prediction = 0 like the pics
I tried like this, but it run
1 - x- x ...-2 - purchase, it's not 1 - 2 - purchase
@felixhuy
I did it, but it still not work...
@felixhuy you dont need those in the red circles on the left.
you want to purchase "Differs 0" only if after lastdigit 1 is lastdigit 2 right?
like this :1st_place_medal:
11280.34
11280.31
11282.73
11279.21
11283.02 <- purchase Differs 0
11289.57
11287.91
11285.40
11286.01
11284.32 <- purchase Differs 0
the pict i attached on prev comment is enough, as for T(1) block and F(4) block you can put martingale there but no need "set digit".
sorry i made mistake. put "set digit to 0" above "purchase differ" and delete "else set digit to 0" under "set digit to 1"
yes like that, but i cant think how make it work !
@felixhuy i edited my prev comment. sorry
Can you complete it ! Help me, please !
https://gist.githubusercontent.com/felixhuy/470175b87767900c2f3242fc26a5acad/raw/5001cfe5bc585cb9362c1ac2383ec8462f18b420/binary-bot%2520(1).xml
ill try
Because it always work like this
11280.34
11280.31 <-
11282.73
11279.22 <- purchase Differs 0
11283.02
11289.57
11287.91 <-
11285.40
11286.02 <- purchase Differs 0
11284.31
it is not check
11279.21
11283.02 <- purchase Differs 0
done!
how do i send it to you?
You can take picture desktop and upload here
I recieved it.
you can also make it like this
btw, this strategy rarely make a purchase. you want to trade with it?
This will not work !
its work. im testing it. i got 3 wins already
Have you change it ?
Finally, I tried and tried to during a month, but you can find it in some minute, you are awesome bro
just got my 4th win.
btw, the profit only 9% which means with 1 loss your 10 wins will be gone. isnt it a bit risky?
I think this method will decrease number of max loss.
Because i used to run it with random prediction and i max loss 4 times and lost $512.
So i think a method to check number to decrease max loss
you can add more.
Ex: 1 -2 -3 <- purchase, it will a long time, but it will have not more max loss. If who have much money, they can trade with 2-3 times a day .
i dont get it, my english is terrible. can you explain it on detail?
And thank you so much bro ^^.
Ok.
They make bot digit bot like this
11280.34 purchase differ random
11280.31 purchase differ random
11282.73 purchase differ random
11279.22 purchase differ random
11283.02 purchase differ random
11289.57 purchase differ random
Always purchase, but it will make max loss 4 time if you run 24h a day
well your wellcome @felixhuy, i actually still learning on how to make a bot.
i also still trying to find a good strategy, its okay a little profit as long as low risk. cause i dont have much money.
you run that bot 24h?
may i use this bot? i want to test it first though.
I lost $512 by lost max 4 times 0.35 -> 3.85 -> 42. ->512
So, i think a method, if we check last digit Ex: 1-2-purchase or 3-4-purchase or x-x-purchase.
It can down max loss. because it not work random, it work base on check last digit you set !
that is my strategy i think, so i still not sure how many percent, but i wish it will ok.
If you have $1100 and purchase with $100 , you can make $60 a day then stop and do something you like ^^
So i always think and find a method, a strategy can run 24h.
actually im testing my bot these 3 days, 7 times touched the stoploss with 4 losses and 3 profits, and 3 times touched the takeprofit. but i still afraid to use it on real account. not to mention i still dont have money for trading.
if my bot did well, im planning on selling it to get some money.
this is my setting
stoploss = 16
takeprofit= 50
trailling stop =2
initial/win amount =0.35
1 minute Rise/Fall
What do you use strategy ?
some price action with martingale for losses and semi martingale for wins
@felixhuy
its rarely got 5 consecutive losses, when that happen, its touch the stoploss.
the problem is martingale makes the loss sometimes more than the stoploss, i need to fix that.
well if trade on the good market (not the choppy one) it rarely get 4 consecutive losses so it will touch the takeprofit for sure.
but i want it to make good trades 24h/day even on choppy market.
believe me dude, I saw 14 loses in a row. of course it depends on a
timeframe , strategy etc, but martingale - it is just matter of the time if
you believe it wont reach a certain number. at some point, it would.
On Wed, May 3, 2017 at 11:10 PM, Fruitfella notifications@github.com
wrote:
its rarely got 5 consecutive losses, when that happen, its touch the
stoploss.
the problem is martingale makes the loss sometimes more than the stoploss,
i need to fix that.
well if trade on the good market (not the choppy one) it rarely get 4
consecutive losses so it will touch the takeprofit for sure.
but i want it to make good trades 24h/day even on choppy market.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/binary-com/binary-bot/issues/203#issuecomment-299088051,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABoK_YPr2soeg_mexlyeQYQbDlgP44lmks5r2UHBgaJpZM4NF7AU
.
--
"Success is simple. Do what's right, the right way, at the right time."
best regards,
tradakad
i know, whats make my new bot rarely got that much consecutive loses (just 3 days test though and not 24h/day) is the modified price action strategy not the martingale.
also my bot will never ever got 14 loses in a row, why? stoploss and traillingstop. its stop after 5 loses in a row. well if i change the stoploss and traillingstop that would be another matter.
well, if you want you could share your xml so I would translate it to
javascript code, so you would be able to run it via npm component, and
since you know that strategy really well, that would be a good example for
you to learn js code and how to use console version of the bot. for me that
would be fun, I like to implement different ideas for practise.. again it
is up to you if you want to..
On Thu, May 4, 2017 at 1:32 AM, Fruitfella notifications@github.com wrote:
i know, whats make my new bot rarely got that much consecutive loses (just
3 days test though and not 24h/day) is the modified price action strategy
not the martingale.
also my bot will never ever got 14 loses in a row, why? stoploss and
traillingstop. its stop after 5 loses in a row. well if i change the
stoploss and traillingstop that would be another matter.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/binary-com/binary-bot/issues/203#issuecomment-299100069,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABoK_fWkuKXVFAQN-bBmwxtJXu-4V7RYks5r2WMCgaJpZM4NF7AU
.
--
"Success is simple. Do what's right, the right way, at the right time."
best regards,
tradakad
im still perfecting it, still make few changes here and there since it didnt do exactly like what i want, didnt do my strategy correctly.
also i made unnecessary things like stoploss and traillingstop, while a simple maxlosingstreak could do the same job. lol
how do i send it to you? i tried to attach xml file on this comment box but cant.
@okovalov
you idea is good, but not work. i tested. lost 5 consecutive trades.
@Fruitfella just rename xml to txt and you would be able to attach it
thanks @okovalov , but i think its better for me to use the UI bot.
since i dont understand the console, i would get problems in revising
the bot later.
thanks anyway, i appreciate it. :+1
On 6/12/17, Oleksandr Kovalov notifications@github.com wrote:
@Fruitfella just rename xml to txt and you would be able to attach it
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-307668472
Anybody that can help me with bot for my trading. I will be very grateful. Rise and fall with martingale precisely. Pls help me oo. @fruitfella, im counting on ur help
@nobleb2007
u r everywhere huh?
Sure, I have sent the bot sirSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007
u r everywhere huh?
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007 \r\nu r everywhere huh?"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311480664"}}}
Sir, are u there, have u seen the attachment

uQ">
<field name="PURCHASE_LIST">PUT</field>
</block>
</statement>
<statement name="ELSE">
<block type="controls_if" id=".w6#:3YN02iJYEn~*zeO">
<value name="IF0">
<block type="logic_compare" id="J8fPxAVJ=pJRsvb2*/,2">
<field name="OP">LTE</field>
<value name="A">
<block type="variables_get" id="j/)Z{xC~w:%S~.$tPFcW">
<field name="VAR">RSI</field>
</block>
</value>
<value name="B">
<block type="math_number" id="k^GA+}=[E*+b5DPc3-$O">
<field name="NUM">30</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="purchase" id=")5}r:1X[+$9M7t|Yj#$">
okay i see it. wait a moment
@nobleb2007
i cant open the 1st one. as for the 2nd one, i upload it here
@nobleb2007 tell me if theres errors on the bot.
i'm going off!
good luck!
I have not been able to download the zip file as u said. But I want to copy it now since I don't see download file on it. I wil pip u immediately I test it. ThanksSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007 tell me if theres errors on the bot.
i'm going off!
good luck!
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going off!\rngood luck!"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286"}}}
Thanks alot, so grateful and impress with your high level of technical know how. Bot work effectively APART FROM SHOWING UNKNOWN CONTRACT sometimes and the trading will stop. Overall performance impressive but I hope the little problem can be fixed. Thanks indeedSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007 tell me if theres errors on the bot.
i'm going off!
good luck!
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going off!\rngood luck!"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286"}}}
I'm glad its work @nobleb2007
as for the 'unkown contract' error, its still unknown what cause it.
I suggest u to close your browser, restart your internet and pc/gadget
then try it again. coz i think the error isnt on server side but the
client side (not sure though :P)
On 6/28/17, nobleb2007 notifications@github.com wrote:
Thanks alot, so grateful and impress with your high level of technical know
how. Bot work effectively APART FROM SHOWING UNKNOWN CONTRACT sometimes and
the trading will stop. Overall performance impressive but I hope the little
problem can be fixed. Thanks indeedSent from my Huawei Mobile--------
Original Message --------Subject: Re: [binary-com/binary-bot] digit differ
analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007
,Mention @nobleb2007 tell me if theres errors on the bot.
i'm going off!
good luck!—You are receiving this because you were mentioned.Reply to this email
directly, view it on GitHub, or mute the thread.{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub
repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open
in
GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella
in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going
off!\rngood luck!"}],"action":{"name":"View
Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286"}}}--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-311516650
Thanks. Pls can you add another signal to this bot. This RSI lost more than it won. It gives false signal many times. It is no longer show contract error again after I restarted my system. Thanks for your help.Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention I'm glad its work @nobleb2007
as for the 'unkown contract' error, its still unknown what cause it.
I suggest u to close your browser, restart your internet and pc/gadget
then try it again. coz i think the error isnt on server side but the
client side (not sure though :P)
On 6/28/17, nobleb2007 notifications@github.com wrote:
Thanks alot, so grateful and impress with your high level of technical know
how. Bot work effectively APART FROM SHOWING UNKNOWN CONTRACT sometimes and
the trading will stop. Overall performance impressive but I hope the little
problem can be fixed. Thanks indeedSent from my Huawei Mobile--------
Original Message --------Subject: Re: [binary-com/binary-bot] digit differ
analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007
,Mention @nobleb2007 tell me if theres errors on the bot.
i'm going off!
good luck!—You are receiving this because you were mentioned.Reply to this email
directly, view it on GitHub, or mute the thread.{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub
repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open
in
GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella
in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going
off!\rngood luck!"}],"action":{"name":"View
Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286"}}}--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-311516650
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: I'm glad its work @nobleb2007\nas for the 'unkown contract' error, its still unknown what cause it.\nI suggest u to close your browser, restart your internet and pc/gadget\nthen try it again. coz i think the error isnt on server side but the\nclient side (not sure though :P)\n\nOn 6/28/17, nobleb2007 \[email protected]\u003e wrote:\n\u003e Thanks alot, so grateful and impress with your high level of technical know\n\u003e how. Bot work effectively APART FROM SHOWING UNKNOWN CONTRACT sometimes and\n\u003e the trading will stop. Overall performance impressive but I hope the little\n\u003e problem can be fixed. Thanks indeedSent from my Huawei Mobile--------\n\u003e Original Message --------Subject: Re: [binary-com/binary-bot] digit differ\n\u003e analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007\n\u003e ,Mention @nobleb2007 tell me if theres errors on the bot.\n\u003e i'm going off!\n\u003e good luck!\n\u003e\n\u003e —You are receiving this because you were mentioned.Reply to this email\n\u003e directly, view it on GitHub, or mute the thread.\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e {\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/binary-com/binary-bot\",\"title\":\"binary-com/binary-bot\",\"subtitle\":\"GitHub\n\u003e repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open\n\u003e in\n\u003e GitHub\",\"url\":\"https://github.com/binary-com/binary-bot\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@Fruitfella\n\u003e in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going\n\u003e off!\r\ngood luck!\"}],\"action\":{\"name\":\"View\n\u003e Issue\",\"url\":\"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286\"}}}\n\u003e\n\u003e --\n\u003e You are receiving this because you were mentioned.\n\u003e Reply to this email directly or view it on GitHub:\n\u003e https://github.com/binary-com/binary-bot/issues/203#issuecomment-311516650\n"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311519136"}}}

@Fruitfella, pls help me to add martingale to the bot I sent to u. I have lost a lot and I want to get back to trading as soon as I can. Sorry for bothering again. Pls HELP ME
@Fruitfella, pls help me to add martingale to the bot I sent to u. I have lost a lot and I want to get back to trading as soon as I can. Sorry for bothering again. Pls HELP ME
@nobleb2007
too bad i cant help u now, im away from home and didnt bring my laptop.
ill return home in about 2-3 weeks, so be patience to wait for me or u
can ask other ppl here XP
actually u can do it ur self with the martingale ive sent u before or
other martingale, and combine it with ur bot. its not that hard to
combine blocks from different bots.
also, u better test whatever bot u r going to use for at least 24h
with demo account, its better to test it for 7days or more though.
that way ull know the best hour (or day) to use the bot and avoid the
bad trades. afaik theres no bot that always win 24/7.
On 7/1/17, nobleb2007 notifications@github.com wrote:
@Fruitfella, pls help me to add martingale to the bot I sent to u. I have
lost a lot and I want to get back to trading as soon as I can. Sorry for
bothering again. Pls HELP ME--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-312416533
Thanks, I will patiently wait. Safe tripSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007
too bad i cant help u now, im away from home and didnt bring my laptop.
ill return home in about 2-3 weeks, so be patience to wait for me or u
can ask other ppl here XP
actually u can do it ur self with the martingale ive sent u before or
other martingale, and combine it with ur bot. its not that hard to
combine blocks from different bots.
also, u better test whatever bot u r going to use for at least 24h
with demo account, its better to test it for 7days or more though.
that way ull know the best hour (or day) to use the bot and avoid the
bad trades. afaik theres no bot that always win 24/7.
On 7/1/17, nobleb2007 notifications@github.com wrote:
@Fruitfella, pls help me to add martingale to the bot I sent to u. I have
lost a lot and I want to get back to trading as soon as I can. Sorry for
bothering again. Pls HELP ME--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-312416533
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007\ntoo bad i cant help u now, im away from home and didnt bring my laptop.\nill return home in about 2-3 weeks, so be patience to wait for me or u\ncan ask other ppl here XP\nactually u can do it ur self with the martingale ive sent u before ornother martingale, and combine it with ur bot. its not that hard to\ncombine blocks from different bots.\nalso, u better test whatever bot u r going to use for at least 24h\nwith demo account, its better to test it for 7days or more though.\nthat way ull know the best hour (or day) to use the bot and avoid the\nbad trades. afaik theres no bot that always win 24/7.\n\n\nOn 7/1/17, nobleb2007 \[email protected]\u003e wrote:\n\u003e @Fruitfella, pls help me to add martingale to the bot I sent to u. I have\n\u003e lost a lot and I want to get back to trading as soon as I can. Sorry for\n\u003e bothering again. Pls HELP ME\n\u003e\n\u003e --\n\u003e You are receiving this because you were mentioned.\n\u003e Reply to this email directly or view it on GitHub:\n\u003e https://github.com/binary-com/binary-bot/issues/203#issuecomment-312416533\n"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-312453205"}}}
Thanks. I will patiently wait. Safe tripSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007
too bad i cant help u now, im away from home and didnt bring my laptop.
ill return home in about 2-3 weeks, so be patience to wait for me or u
can ask other ppl here XP
actually u can do it ur self with the martingale ive sent u before or
other martingale, and combine it with ur bot. its not that hard to
combine blocks from different bots.
also, u better test whatever bot u r going to use for at least 24h
with demo account, its better to test it for 7days or more though.
that way ull know the best hour (or day) to use the bot and avoid the
bad trades. afaik theres no bot that always win 24/7.
On 7/1/17, nobleb2007 notifications@github.com wrote:
@Fruitfella, pls help me to add martingale to the bot I sent to u. I have
lost a lot and I want to get back to trading as soon as I can. Sorry for
bothering again. Pls HELP ME--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-312416533
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007\ntoo bad i cant help u now, im away from home and didnt bring my laptop.\nill return home in about 2-3 weeks, so be patience to wait for me or u\ncan ask other ppl here XP\nactually u can do it ur self with the martingale ive sent u before ornother martingale, and combine it with ur bot. its not that hard to\ncombine blocks from different bots.\nalso, u better test whatever bot u r going to use for at least 24h\nwith demo account, its better to test it for 7days or more though.\nthat way ull know the best hour (or day) to use the bot and avoid the\nbad trades. afaik theres no bot that always win 24/7.\n\n\nOn 7/1/17, nobleb2007 \[email protected]\u003e wrote:\n\u003e @Fruitfella, pls help me to add martingale to the bot I sent to u. I have\n\u003e lost a lot and I want to get back to trading as soon as I can. Sorry for\n\u003e bothering again. Pls HELP ME\n\u003e\n\u003e --\n\u003e You are receiving this because you were mentioned.\n\u003e Reply to this email directly or view it on GitHub:\n\u003e https://github.com/binary-com/binary-bot/issues/203#issuecomment-312416533\n"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-312453205"}}}
I just wanted you to help me add martingale to the bot after the bot has analyzes the tick for 10times and pick the number that appear least.I just wanted the bot that can pick the least number after some ticks and martingale it also.Thanks for your help.Sent from my Huawei MobileSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention I'm glad its work @nobleb2007
as for the 'unkown contract' error, its still unknown what cause it.
I suggest u to close your browser, restart your internet and pc/gadget
then try it again. coz i think the error isnt on server side but the
client side (not sure though :P)
On 6/28/17, nobleb2007 notifications@github.com wrote:
Thanks alot, so grateful and impress with your high level of technical know
how. Bot work effectively APART FROM SHOWING UNKNOWN CONTRACT sometimes and
the trading will stop. Overall performance impressive but I hope the little
problem can be fixed. Thanks indeedSent from my Huawei Mobile--------
Original Message --------Subject: Re: [binary-com/binary-bot] digit differ
analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007
,Mention @nobleb2007 tell me if theres errors on the bot.
i'm going off!
good luck!—You are receiving this because you were mentioned.Reply to this email
directly, view it on GitHub, or mute the thread.{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub
repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open
in
GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella
in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going
off!\rngood luck!"}],"action":{"name":"View
Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286"}}}--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/203#issuecomment-311516650
—You are receiving this because youÂ
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: I'm glad its work @nobleb2007\nas for the 'unkown contract' error, its still unknown what cause it.\nI suggest u to close your browser, restart your internet and pc/gadget\nthen try it again. coz i think the error isnt on server side but the\nclient side (not sure though :P)\n\nOn 6/28/17, nobleb2007 \[email protected]\u003e wrote:\n\u003e Thanks alot, so grateful and impress with your high level of technical know\n\u003e how. Bot work effectively APART FROM SHOWING UNKNOWN CONTRACT sometimes and\n\u003e the trading will stop. Overall performance impressive but I hope the little\n\u003e problem can be fixed. Thanks indeedSent from my Huawei Mobile--------\n\u003e Original Message --------Subject: Re: [binary-com/binary-bot] digit differ\n\u003e analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007\n\u003e ,Mention @nobleb2007 tell me if theres errors on the bot.\n\u003e i'm going off!\n\u003e good luck!\n\u003e\n\u003e —You are receiving this because you were mentioned.Reply to this email\n\u003e directly, view it on GitHub, or mute the thread.\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e\n\u003e {\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/binary-com/binary-bot\",\"title\":\"binary-com/binary-bot\",\"subtitle\":\"GitHub\n\u003e repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open\n\u003e in\n\u003e GitHub\",\"url\":\"https://github.com/binary-com/binary-bot\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@Fruitfella\n\u003e in #203: @nobleb2007 tell me if theres errors on the bot.\r\ni'm going\n\u003e off!\r\ngood luck!\"}],\"action\":{\"name\":\"View\n\u003e Issue\",\"url\":\"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311504286\"}}}\n\u003e\n\u003e --\n\u003e You are receiving this because you were mentioned.\n\u003e Reply to this email directly or view it on GitHub:\n\u003e https://github.com/binary-com/binary-bot/issues/203#issuecomment-311516650\n"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311519136"}}}
@nobleb2007 binary seems error now, at least on my end is error.
it cant get variable's value from other blocks. so i cant make the bot now, later after its fixed, i'll post it here
@nobleb2007 here
MinStats With MArti.txt
Thanks alot master programmer. Im testing it now. Adding martingale to the bot has been my problem. Im so grateful. I saw UNZER-BB-BOT u work on . The bot perform more than 60% only if u can add martingale to it.Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007 here
MinStats With MArti.txt
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/binary-com/binary-bot","title":"binary-com/binary-bot","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007 here \r\nMinStats With MArti.txt\r\n"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-316887920"}}}
Hi everybody,
@Fruitfella please can you tell me how can i do logic in the screenshot
?
when0set1 when1set2 when2set3 ...
i try it but it does when0set1or2or3 when1set0or2or3 when2set0or1or3
and i want it like the first line, like that : when0set1 when1set2 when2set3
thank you in advance for your help everybody
@elyyyes that would only work in a CLI bot, and is not possible in the UI bot due to nature of block 2 processing. although this logic would work as you expect it when you place it to the block 4
@elyyyes as kovalov said, its not possible. even though you can do that in block 4, sometimes (often) theres some delay that the last digit in block 2 (purchase) won't be the same with the one in block 4 (prediction).
my suggestion is to use a fix prediction to your bot and apply your strategy with that one number only.
example:

the prediction is 1, so whenever the last digit is 0 the bot will purchase differs 1.
if you get bored of number 1 as your prediction, change the LDP input to whatever number except 0.
Thanks @okovalov @fruitella and everybody
I have another question if possible,
How can i stake the same amount 8 times before martingale ?
I mean : 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.7 ...
Thank you in advance another time for your help
Best regards
Is there anyone who can help we with my code. @Fruitfella @okovalov
this is what i want. i want this bot to divide martingale amount by 2 and trade that amount next win or loss
for example.
i invested 1$ and loss next martingale will take trade
$11 so i want trade with 6$, if win this time also i want to trade with $5 or 6$ to cover my loss and
then again restart with $1
binary-bot digit 0-9.txt
Hi, can someone help me to make a binary bot xml. The strategy sounds like this.
If the last digit is from 5 to 9 and same for next one from 5 to 9 the ressult should differ from 5.
Hi tymu
I made the bot as you wished:
just rename to .xml and load it to the bot.
tymu's digit differ.txt
Thank you, can you add martingale to it?
thank bro
Hello ! I need help to make the bot like this: if this tick the last digit gave 7, next gave 6 and the next gave 5 dai purchase! thanks
We're closing this issue due to inactivity, you're welcome to open it again if you still haven't got your answer.
GOOD DAY TO EVERYONE HERE, I REALLY NEED HELP ON THIS BOT. IT WINS A LOT FOR ME AND LATER LOSS EVERYTHING. IT HAS NO MARTINGALE, I WILL REALLY APPRECIATE IT IF ANYONE CAN HELP. @nobleb2007
BOT.txt
h">
<field name="NUM">5</field>
</block>
</value>
<value name="ADD60">
<block type="math_number" id="r_[;b6F^2DM/V1W%nl4">
.v0z}Za9">
<field name="NUM">6</field>
</block>
</value>
<value name="ADD86">
<block type="math_number" id="LnuSA(+e3VEDPjp^+7">
<field name="NUM">7</field>
</block>
</value>
<value name="ADD87">
<block type="math_number" id="ynox*+_}PU5O@+(l{em,">
<field name="NUM">8</field>
</block>
</value>
<value name="ADD88">
<block type="math_number" id="LZ%)/M/V6V!0Rp0s.Vl3">
<field name="NUM">9</field>
</block>
</value>
<value name="ADD89">
<block type="math_number" id="UnC!wM]Szm?(!D$~eth">
HU0GM">
<field name="NUM">1</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
<statement name="SUBMARKET">
<block type="tradeOptions" id="}-}onxphf65|!2T,,q(">