Hi, how can I get the last digits stats?
Example:
There is a way to do this?
Thanks
Ricardo
Hi @rgoncalves , if im correct, u want to purchase differ [4] if there are some [4] in last 50 thicks?
i made something like this before, but only for last 10 thicks. based on that u can make it like this :
using this method, the trade can only happen after 50 thicks since the bot start, after that the bot can trade anytime u want. its because u need to wait thick50 get a value.
there is another method to do this, but its more complex and i cant explain it with my bad english.
good luck on ur bot.
Hi @Fruitfella, thanks a lot for your feedback.
Going to try this bot with your tips.
I thought there was a function that we could use to determine the number with more ticks in the last 50 ticks :)
Thanks again
actually theres a possibility that List Blocks can be use for this, to bad i dont know how to use them, there are still many blocks that i dont know what and how to use it.
good luck btw
Hi @Fruitfella
Can you provide me with the block images of this method? I tried it, but it went into another buy order number 4 from the beginning.
Hi @phucdigan , what r u doing here? lol.
heres a sample, but i only make it for 10 thicks, im to lazy :P
i attach txt file, u can change it to xml.
sample.txt
@Fruitfella
Ok It works well. Thank you very much. Wish you happy weekend. :)
@Fruitfella @rgoncalves
here is an example of the bot with two key functions
"updateLastDigitStats" - would create a list containing 10 elements which represent frequency of each digit
Example of getting access to this list elements is shown on block 2
this function is using another helper function to determine last digit of the given tick - "getLastDigitOfTheTick" - it does pretty much the same (the way it was available to implement using given tools) what the inbuilt "LastDigit" does, except the fact that "LastDigit" is limited to work only with a last tick whereas using "getLastDigitOfTheTick" you can get the last digit of any given tick
good luck
@aminmarashi it would by awesome to implement LastDigit for any given tick rather to reinvent the wheel like I did here... also would be great to add GetLastStats(X) as well.. very useful function, a lot of people keep asking about that..

wow, u r the real deal @okovalov
thx a lot. itd be great if u could attach the file the though XD
@Fruitfella
In case you need to get Minimum and Maximum from this list (with last digits stats) you could use another function "getLastDigitsMaxAndMinValues"

after you run it , you would get two variables "MinStatsIdx" and "MaxStatsIdx" which would have less and most frequently repeated numbers during last X ticks
thank you @okovalov
so this is how to use loop blocks & functions blocks!
@Fruitfella @okovalov
If possible, would you like to give me an example of the functions required in block 2 to use the two last digit stat functions above to purchase differs of any number. Thank you very much.
@phucdigan I did not get your question. sorry
Hi @phucdigan
those functions are for digits betting
the getLastDigitsMaxAndMinValues is what u need for @rgoncalves case.
when there are so many 4 in the list do purchase differ 4
use the MaxStatsIdx var and that problem solved. ofcourse u must use
the new function block that u get after load the file and plug
something to it socket first. i think its LastDigitStatList block.
I havent try it yet, so just theorizing.
i cant give u any sample cuz afk, u should try it ur self :P
it should be easy since okovalov made it clear with the variables
name, unlike me who name a variable with fruit or a short word plus
number XD. i can even understand just by seeing the pics
On 5/21/17, phucdigan notifications@github.com wrote:
@Fruitfella @okovalov
If possible, would you like to give me an example of the functions required
in block 2 to use the two last digit stat functions above to purchase
differs of any number. Thank you very much.--
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/223#issuecomment-302933531
@Fruitfella
I'm still testing different methods based on functions as you suggested. No bots yet work well. I will try harder. Thank you. :)
hello i had try to make a working bot who will use the "getLastDigitsMaxAndMinValues" fonction for a digit matches bot with a martingale progression who will start to bet bet when a number is hot but i fail and fail and fail if someone can help will be really thankful
well, what do you mean by "I fail and fail"? your strategy doesnt work or
your bot doesnt work (like you dont know how to use it)?
probably, show your bot first, to begin with..
On Thu, Jun 1, 2017 at 8:00 AM, TECHNUMB notifications@github.com wrote:
hello i had try to make a working bot who will use the
"getLastDigitsMaxAndMinValues" fonction for a digit matches bot with a
martingale progression who will start to bet bet when a number is hot but i
fail and fail and fail if someone can help will be really thankful—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/binary-com/binary-bot/issues/223#issuecomment-305472835,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABoK_byJKd-kbHZ4jPT1031_x2cvAhLDks5r_qf1gaJpZM4NfM2E
.
--
"Success is simple. Do what's right, the right way, at the right time."
best regards,
tradakad
like i don't know how to use it....all this is very new for me and my knowledge are basic never study in that domain no doubt you are a genius compared to me right now :) i had did a digit matches bot who was buying on a random prediction with a slow martingale progression by changing value..... but to make one who will trade hot number or cold number in a period of time by using new fonction i am lost.......
@TECHNUMB so, to begin with, show what you have gotten so far, so we would be able to check and fix it if it..
I have a bot that I need to add martingale to. How can I go about it or someone should help me pls. How can I attach the sample here pls
@nobleb2007
send me ur bot, u can do it by changing the file extension 'xml' to 'txt' and attach it here.
i'll add the martingale in minutes.
or u can come to my github and post it there.
rename an xml file to txt one and attach it.
On Tue, Jun 27, 2017 at 3:29 PM, nobleb2007 notifications@github.com
wrote:
I have a bot that I need to add martingale to. How can I go about it or
someone should help me pls. How can I attach the sample here pls—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/binary-com/binary-bot/issues/223#issuecomment-311460653,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABoK_X467LfLfwFQuajbwXg7hKyLgmGYks5sIVgtgaJpZM4NfM2E
.
--
"Success is simple. Do what's right, the right way, at the right time."
best regards,
tradakad
This first one is showing empty array.While the second one I will be grateful if u can help me add martigale. Im not good at programming. I just try to modify some existing bot.Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007
send me ur bot, u can do it by changing the file extension 'xml' to 'txt' and attach it here.
i'll add the martingale in minutes.
or u can come to my github and post it there.
—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 #223: @nobleb2007 \r\nsend me ur bot, u can do it by changing the file extension 'xml' to 'txt' and attach it here.\r\ni'll add the martingale in minutes.\r\nor u can come to \u003ca href=\"https://github.com/Fruitfella/ROBOT-binary/issues\"\u003emy github\u003c/a\u003e and post it there."}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-311479842"}}}
@nobleb2007
did you attached something? why i cant see it?
Yes, the file or can I resend itSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007
did you attached something? why i cant see it?
—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 #223: @nobleb2007 \r\ndid you attached something? why i cant see it?"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-311484312"}}}
Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007
did you attached something? why i cant see it?
—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 #223: @nobleb2007 \r\ndid you attached something? why i cant see it?"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-311484312"}}}
still nothing.
have u changed the file extension? the "yourfilename.xml" change the xml to txt
I have done that now, hope u see itSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention still nothing.
have u changed the file extension? the "yourfilename.xml" change the xml to 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 #223: still nothing.\r\nhave u changed the file extension? the \"yourfilename.xml\" change the xml to txt"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-311485747"}}}
I hope u get it now. Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention still nothing.
have u changed the file extension? the "yourfilename.xml" change the xml to 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 #223: still nothing.\r\nhave u changed the file extension? the \"yourfilename.xml\" change the xml to txt"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-311485747"}}}
@phucdigan, your sample bot work perfectly when I tried it. U can add martigale to it.
And if you have Done so, pls can I benefit from ur good bot.
This bot is check how many num in XX tick ???
I dont get your message well
Can I get your bot and give it a trial. It look Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: blinksmith To: binary-com/binary-bot CC: nobleb2007 ,Mention
—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":"@blinksmith in #223: \r\n"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-313805417"}}}
Do you have a good bot can run 24/24 ?
I tried many method but no bot work hard.
This bot is check how many num in XX tick ???
@felixhuy these functions is checking the most dominant (appear the most? dunno the right english) number (Last Digit) in the last X ticks, and the number that appear least. Depend on which Var u use, MinStatsIdx or MaxStatsIdx
Yes, just to analyse the digit and trade the least number after ten tick with martingale. Hope u can help me fixed it. How was your journey.Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention
This bot is check how many num in XX tick ???
@felixhuy these functions is checking the most dominant (appear the most? dunno the right english) number (Last Digit) in the last X ticks, and the number that appear least. Depend on which Var u use, MinStatsIdx or MaxStatsIdx
—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 #223: \u003e This bot is check how many num in XX tick ???\r\n@felixhuy these functions is checking the most dominant (appear the most? dunno the right english) number (Last Digit) in the last X ticks, and the number that appear least. Depend on which Var u use, MinStatsIdx or MaxStatsIdx"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-314628022"}}}
hasnt return yet...
maybe this sat/sunday @nobleb2007
Ok. Safe journeySent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention hasnt return yet...
maybe this sat/sunday @nobleb2007
—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 #223: hasnt return yet...\r\nmaybe this sat/sunday @nobleb2007 "}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-314665752"}}}
Good day sir, I hope u have not forgetting me and how was your journey ? Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] Last Digits Stats (#223)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention hasnt return yet...
maybe this sat/sunday @nobleb2007
—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 #223: hasnt return yet...\r\nmaybe this sat/sunday @nobleb2007 "}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/223#issuecomment-314665752"}}}
@nobleb2007 Oops I forgot XP, What is it u want me to help u again?
btw, if u want to talk to me or ask me something, u should go to my page instead of asking here.
ofcourse its okay to ask here if ur question isnt only for me.


Hi everybody,
Hi @Fruitfella @okovalov
please and if possible, someone can tell me how can i add the 100 last digit stats on prediction
i mean the red number for differ prediction
and thank you in advance for cooperation, and if possible the link for download the bot because i'm not friendly with scripting
best regards
ragazzi ma un buon robot per digit match ? come lo posso creare o dove potrei trovarlo, però buono fatto bene
Hi @ fruitfella and @okovalov
I have an template of a bot i found on github but i need some help with it what i want the bot to do is to compare the last 2 digits of the vol 100 index to preset number lets say 1024.34 should match to the preset number of the last 2 digit also 34 then to purchase a match of an ldp lets 5 can anybody maybe help me with this ?
@pieter1987 I am not sure what you want to compare and against what you want to have it compared?
I assume you want to get a last tick of a vol100 and compare it with something you called "present number"? what is the "present number"?
hi @okovalov say for instance the last 2 digits are 34 the bot wait until it finds the last 2 digits that match then open a digit match trade with prediction of ldp 9
i tried to make this bot i hav attached so you can have a look and maybe help me if i did it wrong i dont have such good knowledge of coding
thanks in advance
@okovalov i have managed to sort out this issue thanks i do have another question though how do i ad a list to tgis bot that say for instance i want to recognise a specific pattern say for instance 1161 and and when it recognises this numbe it would open a trade digit match for ldp 1 and then wait one tick then open the trade. If the number was 1191 itwould recognise the number and then open a digit mat h trade with ldp 1 and then wait 4 ticks and then open the trade. Will this be possible to do with one bot or would i require a bot for each of the patterns say 4 bots to run 1161 1171 1181 1191 ?
@okovalov would you be able to provide an updated code for the last digit stats?
I believe with the inclusion of the "Last Digit List" the code could be simplified. I tried tinkering with it but I suck! lol.
Basically what I want is to get the last digit that occurred most/least frequently over the last 25/50/100 etc ticks.
I cant for the life of me figure it out.
@StefJRD I'll check it once I come back home. I am on vacation now. I'll ping you then
We're closing this issue due to inactivity, you're welcome to open it again if you still haven't got your answer.
Hi everybody, I want the maxstats here, but when I launch it, the number is found on the notification but when i put the variable, it says "Missing required contract parameters (last digit prediction for digit contracts)."
but when i do minstat it works well
digitsample.txt
@rknantenaina
Were you able to correct your bot? I'm having the same problem. I got it from okovalov. Seems like there's a hidden code that prevents MaxStatsIdx as variable for prediction. Been tweaking the function blocks for days, but to no avail.
Can somebody help? Thanks.
@Brishe
No, I can correct it. If someone can help?
Good morning ... I just signed up because I find the site very interesting and about this I wanted to ask, even if I already know it's an absurd request, if it was possible to modify this bot (see attached photos) in the sense that with these settings you choose , for example, as shown in the photos, first the number 1 and then the number 8, I would like that when it comes out as the last digit 1 or 8 I win,or if by chance there is already a bot with the settings that I have just described to you, ... I guess it's an absurd request but I try anyway ... thank you very much
@Fruitfella @rgoncalves
here is an example of the bot with two key functions"updateLastDigitStats" - would create a list containing 10 elements which represent frequency of each digit
Example of getting access to this list elements is shown on block 2
this function is using another helper function to determine last digit of the given tick - "getLastDigitOfTheTick" - it does pretty much the same (the way it was available to implement using given tools) what the inbuilt "LastDigit" does, except the fact that "LastDigit" is limited to work only with a last tick whereas using "getLastDigitOfTheTick" you can get the last digit of any given tickgood luck
@aminmarashi it would by awesome to implement LastDigit for any given tick rather to reinvent the wheel like I did here... also would be great to add GetLastStats(X) as well.. very useful function, a lot of people keep asking about that..
This bot is not running, Please let me know, How to fix. because I need to get Max last digit stats.??? I think that you have anwer for me. Please help me.
"MaxStatsIdx"
"MaxStatsIdx" is not indicated, Why is that? please let me know. Thanks.
@SANJAYA922 oh man, I am glad someone found my functions and examples useful :) I hope you are using those in real bots
@Fruitfella it has been a while. are you still playing with those bots? I mostly use JS engine now to create them. That is way easier and more flexible
Most helpful comment
@Fruitfella @rgoncalves
here is an example of the bot with two key functions
"updateLastDigitStats" - would create a list containing 10 elements which represent frequency of each digit
Example of getting access to this list elements is shown on block 2
this function is using another helper function to determine last digit of the given tick - "getLastDigitOfTheTick" - it does pretty much the same (the way it was available to implement using given tools) what the inbuilt "LastDigit" does, except the fact that "LastDigit" is limited to work only with a last tick whereas using "getLastDigitOfTheTick" you can get the last digit of any given tick
good luck
@aminmarashi it would by awesome to implement LastDigit for any given tick rather to reinvent the wheel like I did here... also would be great to add GetLastStats(X) as well.. very useful function, a lot of people keep asking about that..