bgloading
loading

Loading...

Play fun games instantly !

Enjoy our wonderful community!

0 online
1810
Topic Views
18
Replies

Topic: [ 300 to 1 btc ] universal strategy

 
user
June 12, 2017, 1:01 pm

This strategy works with all balance, just be sure you can chain at least 20+ loses

This one's very simple :
* First step : choose your BB. recommended base bet per balance :

[300] = 3 sato or + ( if you feel more aggressive ^^ )
[1k] = 5 sato or +
[5k] = 10 sato or +
[10k] = 15 sato or +
[50k] = 30 sato or +
[100k] = 100 sato or +


* Second step : choose the payout.

You're free to choose the payout you want.
But I would recommend you a x5 payout. I think it's the lowesty payout you can set with this strat.
However, you can set a x4.5 payout but if you set a lower payout, you'll don't get any profit.

Stats : % of chance to chain loses for each payout :

payout x5 : 1.1%
payout x6 : 2.0%
payout x7 : 4.7%
payout x8 : 7.0%

etc...

* Third step (the most important eheh) the core of the strategy :

that's very simple and you're free to adapt it.

Every 3 loses (in a row), double the BB.
If you're very aggressive, you can choose to double the BB every 2 loses (in a row)


Moreover, for beginners, I would recommend you to use this setup :

BB = 2
Payout = x5
double BB every 3 loses in a row.
6
 
user
2017-06-21 16:41:03

This strategy works with all balance, just be sure you can chain at least 20+ loses

This one's very simple :
* First step : choose your BB. recommended base bet per balance :

[300] = 3 sato or + ( if you feel more aggressive ^^ )
[1k] = 5 sato or +
[5k] = 10 sato or +
[10k] = 15 sato or +
[50k] = 30 sato or +
[100k] = 100 sato or +


* Second step : choose the payout.

You're free to choose the payout you want.
But I would recommend you a x5 payout. I think it's the lowesty payout you can set with this strat.
However, you can set a x4.5 payout but if you set a lower payout, you'll don't get any profit.

Stats : % of chance to chain loses for each payout :

payout x5 : 1.1%
payout x6 : 2.0%
payout x7 : 4.7%
payout x8 : 7.0%

etc...

* Third step (the most important eheh) the core of the strategy :

that's very simple and you're free to adapt it.

Every 3 loses (in a row), double the BB.
If you're very aggressive, you can choose to double the BB every 2 loses (in a row)


Moreover, for beginners, I would recommend you to use this setup :

BB = 2
Payout = x5
double BB every 3 loses in a row.
Hello! Can you do it automatically with dicebot? I try to do it but I can not, can you help me? : D
thank you in advance
0
 
user
2017-06-21 17:15:33

This strategy works with all balance, just be sure you can chain at least 20+ loses

This one's very simple :
* First step : choose your BB. recommended base bet per balance :

[300] = 3 sato or + ( if you feel more aggressive ^^ )
[1k] = 5 sato or +
[5k] = 10 sato or +
[10k] = 15 sato or +
[50k] = 30 sato or +
[100k] = 100 sato or +


* Second step : choose the payout.

You're free to choose the payout you want.
But I would recommend you a x5 payout. I think it's the lowesty payout you can set with this strat.
However, you can set a x4.5 payout but if you set a lower payout, you'll don't get any profit.

Stats : % of chance to chain loses for each payout :

payout x5 : 1.1%
payout x6 : 2.0%
payout x7 : 4.7%
payout x8 : 7.0%

etc...

* Third step (the most important eheh) the core of the strategy :

that's very simple and you're free to adapt it.

Every 3 loses (in a row), double the BB.
If you're very aggressive, you can choose to double the BB every 2 loses (in a row)


Moreover, for beginners, I would recommend you to use this setup :

BB = 2
Payout = x5
double BB every 3 loses in a row.
Hello! Can you do it automatically with dicebot? I try to do it but I can not, can you help me? : D
thank you in advance
chance = 19.80
base = 0.00000003
baseBet = 0.00000003
nextbet= 0.00000003
target=balance+0.00002000


function dobet()
resetseed()

if currentstreak%3==0 then

nextbet=nextbet*2

end



if (win) then
nextbet=base

if profit>target then
stop();
print("TARGET REACHED!")
end

end



end --end of dobet.
0
 
user
2017-06-22 10:36:32

This strategy works with all balance, just be sure you can chain at least 20+ loses

This one's very simple :
* First step : choose your BB. recommended base bet per balance :

[300] = 3 sato or + ( if you feel more aggressive ^^ )
[1k] = 5 sato or +
[5k] = 10 sato or +
[10k] = 15 sato or +
[50k] = 30 sato or +
[100k] = 100 sato or +


* Second step : choose the payout.

You're free to choose the payout you want.
But I would recommend you a x5 payout. I think it's the lowesty payout you can set with this strat.
However, you can set a x4.5 payout but if you set a lower payout, you'll don't get any profit.

Stats : % of chance to chain loses for each payout :

payout x5 : 1.1%
payout x6 : 2.0%
payout x7 : 4.7%
payout x8 : 7.0%

etc...

* Third step (the most important eheh) the core of the strategy :

that's very simple and you're free to adapt it.

Every 3 loses (in a row), double the BB.
If you're very aggressive, you can choose to double the BB every 2 loses (in a row)


Moreover, for beginners, I would recommend you to use this setup :

BB = 2
Payout = x5
double BB every 3 loses in a row.
Hello! Can you do it automatically with dicebot? I try to do it but I can not, can you help me? : D
thank you in advance
chance = 19.80
base = 0.00000003
baseBet = 0.00000003
nextbet= 0.00000003
target=balance+0.00002000


function dobet()
resetseed()

if currentstreak%3==0 then

nextbet=nextbet*2

end



if (win) then
nextbet=base

if profit>target then
stop();
print("TARGET REACHED!")
end

end



end --end of dobet.
Thanks !
0
 
user
2017-06-23 07:17:54
Hello dude
I tried it and got 200k satoshi in profit.
Note: my maximul loss was 25 times. I started with .014 satoshi and stop on .0166

Thanks for sharing.
0
 
user
2017-06-29 13:46:23
merci fanatys cool de ta part!
0
 
user
2022-06-06 09:42:41
[ EDIT ! ] : I forget to specify that this is the percentage of getting a chain lose of 20 loses.


Stats : % of chance to chain 20 loses for each payout :

payout x5 : 1.1%
payout x6 : 2.0%
payout x7 : 4.7%
payout x8 : 7.0%
etc...
I must commend your efforts in teaching.

But people should always know that no strat is full proof. Try use different strats.

Thanks again bro.
0