Bitcoin Forum
May 06, 2024, 04:15:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Long Term Algorithms - Customized DiceBot - Doge-Dice and Just-Dice  (Read 9501 times)
Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 27, 2014, 07:33:56 PM
Last edit: May 18, 2014, 08:35:25 AM by Laboboy31
 #1

Sponsored by ShibeMoney - Visit them at ShibeMoney.com - An email based wallet - Twitter https://twitter.com/shibemoney

I'm using the DiceBot (https://bitcointalk.org/index.php?topic=307425.0) for testing my algorithms for 24 hours and check if they are profitable. I will post an effective algorithm per day.

These martingale - like algorithms are profitable but it does still have a risk.

I highly recommend my algos to high gamblers.

I changed the code from DiceBot and added some features (I cannot commit at github so I will post it here)

Download it here: https://www.dropbox.com/s/9m3pnsg0h8kzmyc/DiceBot-2.4.7.zip
https://www.virustotal.com/en/file/0b75aa372a4cd17e33992453a2a4c7111c062e32d27bdbb82ea310b6f0b909ad/analysis/1394282147/

It will create a new feature


source code: https://www.dropbox.com/s/umxgsf5rnfljust/README.zip

*Note: The export feature for the newly added feature is currently not working and I'm fixing it.

Code:
SaveVersion|2
MinBet|0.01
Multiplier|2
Chance|90
MaxMultiply|10
NBets|1
Devider|2
MultiplierMode|2
ReverseEnabled|1
ReverseMode|0
ReverseOn|01
ResetBetLossEnabled|0
ResetBetLossValue|4
ResetBetWinsEnabled|0
ResetWinsValue|8
WinMultiplier|1
WinMaxMultiplies|10
WinNBets|1
WinDevider|0.25
WinMultiplyMode|0
StopAfterLoseStreakEnabled|0
StopAfterLoseStreakValue|1
StopAfterLoseStreakBtcEnabled|0
StopAfterLoseStreakBtcValue|0.0000001
StopAfterLoseBtcEnabled|0
StopAfterLoseBtcValue|0.0000001
ChangeAfterLoseStreakEnabled|0
ChangeAfterLoseStreakSize|1
ChangeAfterLoseStreakTo|0
StopAfterWinStreakEnabled|0
StopAfterWinStreakValue|1
StopAfterWinStreakBtcEnabled|0
StopAfterWinStreakBtcValue|0.0000001
StopAfterWinBtcEnabled|0
StopAfterWinBtcValue|0.0000001
ChangeAfterWinStreakEnabled|0
ChangeAfterWinStreakSize|3
ChangeAfterWinStreakTo|0.0001
ChangeChanceAfterLoseStreakEnabled|1
ChangeChanceAfterLoseStreakSize|01
ChangeChanceAfterLoseStreakValue|49
ChangeChanceAfterWinStreakEnabled|0
ChangeChanceAfterWinStreakSize|00
ChangeChanceAfterWinStreakValue|0

It should be noted that the minimum bet x should be the value using this formula:
x = Balance/2^20 (increase "20" for lower lossing odds)

What does this algo does? First is it bets x that 90% chance of winning and it waits until a lose. When a lose comes, it starts a martinagale. Which would let you earn some money before martingale starts.

Why use the x formula (from above formula)?
It lets you maximize your profits without increasing the probability of lossing.
How to import DiceBot settings?
Just clikc on this button and find the algorithm file

It allowed me to earn 1320+ dogecoins in a 24 hour run with 0.00001 bet

To verify that the algorithm is good, try to do a 24 hour-test before betting with high amounts

Did you got any profits from any of my algorithms? Donate here: DAFJA19AQ4hq8GKF166vg8J3asuAyRshfF for more testing funds for more algorithms.
Do you want to be a tester? PM me for more information.

I have a personal algorithm that earns 0.5% of the balance per hour. You can invest your money with me and my team and you will earn profits everyday and we will payout everyday!

Want to have more algorithms? Just check below

Betting Services
We will run our algorithms in our servers to multiply your money! This seems to have a low risk but your money is still fine since we have backup money incase our algos lose.
We will only take 10% of the profit for the server expenses and for further research of new algorithms.
This will help both of our team and you.
Just send this account a private message and we will give you an address where you will send your money.

Current Clients:
ShibeMoney: 15,000 Dogecoins - 12:00 MN +8:00 GMT - Finished
Fritz - 10,000 Dogecoins - 4:35 PM +8:00 GMT - Gambling
1715012143
Hero Member
*
Offline Offline

Posts: 1715012143

View Profile Personal Message (Offline)

Ignore
1715012143
Reply with quote  #2

1715012143
Report to moderator
1715012143
Hero Member
*
Offline Offline

Posts: 1715012143

View Profile Personal Message (Offline)

Ignore
1715012143
Reply with quote  #2

1715012143
Report to moderator
1715012143
Hero Member
*
Offline Offline

Posts: 1715012143

View Profile Personal Message (Offline)

Ignore
1715012143
Reply with quote  #2

1715012143
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715012143
Hero Member
*
Offline Offline

Posts: 1715012143

View Profile Personal Message (Offline)

Ignore
1715012143
Reply with quote  #2

1715012143
Report to moderator
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 27, 2014, 07:36:49 PM
 #2

what was your balance when you did this 24 hour test?
and how do you call the "risk" ? percentage of losing in 1000bets?

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 27, 2014, 07:39:41 PM
 #3

what was your balance when you did this 24 hour test?
and how do you call the "risk" ? percentage of losing in 1000bets?
All of the tests I made was 1k dogecoin balance
the risk is percentage of losing in a hundred thousand bets.
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 27, 2014, 07:45:29 PM
 #4

i didn't understand your settings, can you explain it in a single sentence?
thank you

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 27, 2014, 07:50:24 PM
 #5

i didn't understand your settings, can you explain it in a single sentence?
thank you

You will be betting in 90% chance of winning at 0.00001 for every thousand balance you have and in case that you win, you will multiply your bet by 2.1 and will continue until 17 wins in a row and incase that you lost a bet, you will multiply your bet by 2.1 and change the chance of winning into 49%, you will change the winning range for every lost bet.

There. One sentence.
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 27, 2014, 07:52:45 PM
 #6

i didn't understand your settings, can you explain it in a single sentence?
thank you

You will be betting in 90% chance of winning at 0.00001 for every thousand balance you have and in case that you win, you will multiply your bet by 2.1 and will continue until 17 wins in a row and incase that you lost a bet, you will multiply your bet by 2.1 and change the chance of winning into 49%, you will change the winning range for every lost bet.

There. One sentence.

So it turn to start martingale after one 90% loss?

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 27, 2014, 07:53:40 PM
 #7

i didn't understand your settings, can you explain it in a single sentence?
thank you

You will be betting in 90% chance of winning at 0.00001 for every thousand balance you have and in case that you win, you will multiply your bet by 2.1 and will continue until 17 wins in a row and incase that you lost a bet, you will multiply your bet by 2.1 and change the chance of winning into 49%, you will change the winning range for every lost bet.

There. One sentence.

So it turn to start martingale after one 90% loss?
Yeah and will reset back after a win at 49%
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 27, 2014, 07:57:21 PM
 #8

at 0.00001 base bet and 1000doge balance it would suit a 26loss streak martingale
but since it start after multiply by x2 with 90% win
the start bet of martingale can be 0.02 and it would only fit a 15loss streak.

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 27, 2014, 08:02:18 PM
 #9

at 0.00001 base bet and 1000doge balance it would suit a 26loss streak martingale
but since it start after multiply by x2 with 90% win
the start bet of martingale can be 0.02 and it would only fit a 15loss streak.

That 26 loss streak would be enough for a 100k or 200k bets without lossing.

Also, While the loss streak is still not reached, The algorithm will get alot of balance before getting the lossing streak which would lead to another step of losing streak which is 27 and will continue the loop until you stop the bot.
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 27, 2014, 08:21:12 PM
 #10

i'll giving this a try with 100doge Smiley

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 27, 2014, 08:33:25 PM
 #11

i'll giving this a try with 100doge Smiley

Remember to use 0.000001 bet. Or you'll eventually lose. And also update us if it works for you.
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 27, 2014, 09:23:01 PM
 #12

i'll giving this a try with 100doge Smiley

Remember to use 0.000001 bet. Or you'll eventually lose. And also update us if it works for you.
yeah btw i changed martingale to 34%@1.555x

pthnmj
Hero Member
*****
Offline Offline

Activity: 683
Merit: 500



View Profile
February 27, 2014, 11:21:47 PM
 #13

Wow this is working nicer than I thought even with 33 Doge... I tried with 0.0003 starting bet no problem
9inety7even
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 28, 2014, 01:16:45 AM
 #14

Can you take a screenshot of your settings? I'm a little confused about what to do with the other fields of the bot.

FUR11
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250

FURring bitcoin up since 1762


View Profile
February 28, 2014, 01:21:27 AM
 #15

There is no "profitable betting algorithm" for playing a -ev game with a limited bankroll and a max win ceiling.  There are methods that will allow you to (probably) go for long periods of time before you lose your bankroll, but you are making several -ev bets in a row.  You can't magically make -ev bets +ev. 

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 28, 2014, 10:16:15 AM
 #16

Can you take a screenshot of your settings? I'm a little confused about what to do with the other fields of the bot.
Here:


Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 28, 2014, 10:38:47 AM
Last edit: March 01, 2014, 02:21:34 AM by Laboboy31
 #17

Another algorithm:

Minimum Bet: 25 (Required and Can only be increased but not decrease because it will not be profitable anymore)
Minimum Balance: 25600

Winning chance: 90%
Multiply on win settings:
Multiplier: 0.7
Reset after: 15 wins in a row
Variable
After 7 bets
Times Multiplier by: 0.5

Multiply on lose settings:
Multiplier: 2.1
Variable
After 3 bets Change Times Multiplier By: 2
After 1 losses in a row, change chance to 49%

Pictures:
Multiply on win settings:


Multiply on loss settings:


(This algo turned my 0.2 Dogecoins to a hundred in just 3 hours. I only have a hundred of dogecoins right now and need some more for testing (why? Because I formulated an algo before this and made me lose alot)
(To support this thread please donate some dogecoins to this address: DAFJA19AQ4hq8GKF166vg8J3asuAyRshfF)
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 28, 2014, 10:40:21 AM
 #18

what's different in this and the first one ?
edit : rather than multiply after a win it divide after a win to minimise the risk of martingale busting ?

Laboboy31 (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
February 28, 2014, 11:33:50 AM
 #19

what's different in this and the first one ?
edit : rather than multiply after a win it divide after a win to minimise the risk of martingale busting ?
yeah. as the martingale runs, the risk of losing is increasing while the risk of winning is decreasing. To be able to get the most efficient way, We must win large and lose low that's why as the risk of winning decreases, the bet also decreases to prevent large amounts of lost money while the martingale runs.
Kyraishi
Hero Member
*****
Offline Offline

Activity: 952
Merit: 513



View Profile
February 28, 2014, 11:35:19 AM
 #20

i made a 20% profit in 30min with the new one, alot faster profit, but i guess more risk of losing fast too Cheesy

Pages: [1] 2 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!