Hi All,
I need help to get a tick stats that bot analyse 3 ticks in a row and notify the last three digits came in last three ticks simultaneously.
FOR EXAMPLE:
100.529 (Tick 1) - Analyse
101.536 (Tick 2) - Analyse
100.685 (Tick 3) - Analyse
Notify last three digits 9,6,5
100.111 (Tick 4) - Analyse
101.354 (Tick 5) - Analyse
100.152 (Tick 6) - Analyse
Notify last three digits 1,4,2
Please help me if you can.
Thanks in advance for you all ! ! !
You can do this a few different ways. Are you just looking to have this printed as a notification? or as a string which can be used elsewhere in the bot?
I've done a couple of examples. Both examples will give you a live feed of the last 3 digits of the last 3 ticks. If I was doing it just as a visual aid, I would go for option 2 as it is easier to read quickly. If I needed to use the data in a string, to analyse direction or something, I would extract the last 3 entries from the list of last digits.

Gist .XML here
I hope this helps.
Thank you so much for your help brother. I want to use it in two different strategy.
Here you go, dude.
I have never done digit trading so let me know if this is what you were after. Cheers!
I have tested the bot, works perfectly but why not showing showing last three digit in blue color?
Will add martingle also.
@muhammadadil86 , it is just disabled at the moment, if you right click over the block and enable it will activate the notifications :)
Enabled the block but it does not show the notification. you please check at your end. Thank you.
Try This version: https://gist.github.com/wilburforce83/fe32ebc5b49d42808c962741cce6017b
working perfectly, please check last thing that I added martingle strategy that in case of loss, bot double the initial amount to trade and trade again. But bot is not going to trade again at all.
Hi there, You had moved the define trade details into the setup section :) Should be all working now!
This works, but only takes 1 trade for me? (win or lose) then stops?
@buckman1974 are you using the second download? I'll update the gist too.
@wilburforce83 yes i am, the latest download :)
okay, so it's definitely working. This is the version which was corrected: Here
bro it goes to 7th martingale 46.21 and success. please suggest best
xm bot for low amount
On 25/10/2018, Will notifications@github.com wrote:
okay, so it's definitely working. This is the version which was corrected:
Here--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/binary-com/binary-bot/issues/919#issuecomment-433085258
@murali139 , unfortunately, that's martingale. I don't like it personally.
Perhaps look into a lower risk bot, I've actually just posted one over on #922 which will work on a much lower account, it still uses martingale. You just need to be sure to set a stop loss you can afford, which is also not prohibitive to growth.
@wilburforce83 if you have time please make your digit differ bot #922 to digit match bot just by changing least frequent digit to most frequent digit and change martinagle to if loss, last amount multiply by 1.02 and if win come back to initial stake.
this bot not working bro
On 26/10/2018, muhammadadil86 notifications@github.com wrote:
@wilburforce83 if you have time please make your digit differ bot #922 to
digit match bot just by changing least frequent digit to most frequent digit
and change martinagle to if loss, last amount multiply by 1.02 and if win
come back to initial stake.--
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/919#issuecomment-433401528
We're closing this issue due to inactivity, you're welcome to open it again if you still haven't got your answer.
please modify this bot. I want if you lose 2 open position then automatic
change is immediately replaced. Thanks
sorry the strategy has changed. if lose, change and replace the digit prediction. Thanks
Most helpful comment
You can do this a few different ways. Are you just looking to have this printed as a notification? or as a string which can be used elsewhere in the bot?
I've done a couple of examples. Both examples will give you a live feed of the last 3 digits of the last 3 ticks. If I was doing it just as a visual aid, I would go for option 2 as it is easier to read quickly. If I needed to use the data in a string, to analyse direction or something, I would extract the last 3 entries from the list of last digits.
Gist .XML here
I hope this helps.