Pages:
Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! - page 29. (Read 274841 times)

copper member
Activity: 20
Merit: 0
You can use the built in methods from the programmer mode. Set up your strategy as you want it to be and set your start bet to the miminum you want the bot to be able to bet. Set your nextbet to what you want it to start at outside of the dobet function, then inside of the dobet function just use nextbet=dAlembert(win). Just check the casing for the function n the methods/functions box in the bot.

so your script would look something like
Code:
nextbet = 5
chance=49.5

function dobet()
nextbet=dAlembert(win)
end

Alternatively, you can write your own version of dAlembert in the programmer mode

It worked! very nice. That's easier than I expected. Thanks for the help.  Grin
legendary
Activity: 1717
Merit: 1125
Is there any way to start a progression in the middle?

Not currently, sorry

Dang. Is it something I could write a programmer mode script to do?

You can use the built in methods from the programmer mode. Set up your strategy as you want it to be and set your start bet to the miminum you want the bot to be able to bet. Set your nextbet to what you want it to start at outside of the dobet function, then inside of the dobet function just use nextbet=dAlembert(win). Just check the casing for the function n the methods/functions box in the bot.

so your script would look something like
Code:
nextbet = 5
chance=49.5

function dobet()
nextbet=dAlembert(win)
end

Alternatively, you can write your own version of dAlembert in the programmer mode
copper member
Activity: 20
Merit: 0
Is there any way to start a progression in the middle?

Not currently, sorry

Dang. Is it something I could write a programmer mode script to do?
legendary
Activity: 1717
Merit: 1125

 "Increase the chance by 1%" - Does this mean add 1 to the chance value (ie bet at 5%, then 6%, then 7%, then 8%) or increase the chance by 1% (ie bet at 5%, then 5.0500%, then 5.100%, then 5.1515%, then 5.2030%)

In either case, what happens when the chance goes over the maximum chance for the site?

"But this the progression need to be calculated again so will make profit." what does this mean?

Yes increase the percentage by (ie bet at 5%, then 6%, then 7%, then 8%)
Progression need to grow as well because if lose 1 and bet 2 and if increase the percentage chance you wont get 4 back.
Progression needs to grow as well to make profit.


This definitely won't make it into v3 of the bot, but it's something I might look into for v4.
legendary
Activity: 1717
Merit: 1125
Hello Seuntjies

I hope you can add something extra similar mmmmkkkk on but on winning instead. Thanks

Refresh my memory, how does mmmmkkkk work?

On loss(Increment By:0.00001000) is the same as d'Alembert
Example:
1) (Increment) 0.00001000
2) (Increment) 0.00002000
3) (Increment) 0.00003000
3) (Increment) 0.00004000

On Loss(Decrements by:0.00001000) is the same as d'Alembert
Example:
1) (Decrements) 0.00010000
2) (Decrements) 0.00009000
3) (Decrements) 0.00008000
3) (Decrements) 0.00007000

Although this can be done in d'Alembert or Preset List but is very limited space for any modification strategy. As i am working on a strategy that is using mmmmkkkk a lot it will be great addition that the new updated V4 have this feature that use mmmmkkkk on winning.
[/quote]

Can't you use d'Alembert for this? what does mmmmkkkk do that d'Alembert doesn't that you need?

Is there any way to start a progression in the middle?

Let's say I was at a bet of 5 (just an example number) in d'alambert strat, with increments of 1 (go down 1 on win, go up 1 on loss). It seems if i set 'starting bet' to 5, it will start there but it won't go below that. I want it to start at 5 but go all the way down to 1 if neccessary. I set minimum bet to 1 in 'advanced bet settings' tab but it doesn't work.

Not currently, sorry
copper member
Activity: 20
Merit: 0
Is there any way to start a progression in the middle?

Let's say I was at a bet of 5 (just an example number) in d'alambert strat, with increments of 1 (go down 1 on win, go up 1 on loss). It seems if i set 'starting bet' to 5, it will start there but it won't go below that. I want it to start at 5 but go all the way down to 1 if neccessary. I set minimum bet to 1 in 'advanced bet settings' tab but it doesn't work.
jr. member
Activity: 78
Merit: 1

 "Increase the chance by 1%" - Does this mean add 1 to the chance value (ie bet at 5%, then 6%, then 7%, then 8%) or increase the chance by 1% (ie bet at 5%, then 5.0500%, then 5.100%, then 5.1515%, then 5.2030%)

In either case, what happens when the chance goes over the maximum chance for the site?

"But this the progression need to be calculated again so will make profit." what does this mean?

Yes increase the percentage by (ie bet at 5%, then 6%, then 7%, then 8%)
Progression need to grow as well because if lose 1 and bet 2 and if increase the percentage chance you wont get 4 back.
Progression needs to grow as well to make profit.



newbie
Activity: 54
Merit: 0
Hello Seuntjies

I hope you can add something extra similar mmmmkkkk on but on winning instead. Thanks

Refresh my memory, how does mmmmkkkk work?
[/quote]

On loss(Increment By:0.00001000) is the same as d'Alembert
Example:
1) (Increment) 0.00001000
2) (Increment) 0.00002000
3) (Increment) 0.00003000
3) (Increment) 0.00004000

On Loss(Decrements by:0.00001000) is the same as d'Alembert
Example:
1) (Decrements) 0.00010000
2) (Decrements) 0.00009000
3) (Decrements) 0.00008000
3) (Decrements) 0.00007000

Although this can be done in d'Alembert or Preset List but is very limited space for any modification strategy. As i am working on a strategy that is using mmmmkkkk a lot it will be great addition that the new updated V4 have this feature that use mmmmkkkk on winning.
legendary
Activity: 1717
Merit: 1125
Hi,
 
 New new feature could be as this as a example we play on 49.5 chance then on every lose to increase the chance by 1% together with the bet.

 But this the progression need to be calculated again so will make profit.
 
 Is making any sense?

"Increase the chance by 1%" - Does this mean add 1 to the chance value (ie bet at 5%, then 6%, then 7%, then 8%) or increase the chance by 1% (ie bet at 5%, then 5.0500%, then 5.100%, then 5.1515%, then 5.2030%)

In either case, what happens when the chance goes over the maximum chance for the site?

"But this the progression need to be calculated again so will make profit." what does this mean?


Hello Seuntjies

I hope you can add something extra similar mmmmkkkk on but on winning instead. Thanks

Refresh my memory, how does mmmmkkkk work?
newbie
Activity: 54
Merit: 0
thanks iam using your bot on just-dice to enable auto roll there.
Is there any plans to make it for Linux OS ?


regards

This is planned for v4 of the bot but is not guaranteed and I do not have an ETA.

Hello,

 I know a new New Feature that can be added to the bot, am not sure if is worth the share if willing to add it  Wink

Feel free to send me an email on [email protected] or post your suggestion on forum.seuntjie.com

Hello Seuntjies

I hope you can add something extra similar mmmmkkkk on but on winning instead. Thanks
full member
Activity: 644
Merit: 143
You can do that already... just not in the "basic" bot UI, but with a script in programmer mode. Wink

Thats to advanced for me

I understand you, while we can just do it through script, not all are knowledgeable to do it. Since the bet increase is already existing, maybe seuntjie can add "increase/add chance on win/lose" or something somewhere in the Basic.
jr. member
Activity: 78
Merit: 1
You can do that already... just not in the "basic" bot UI, but with a script in programmer mode. Wink

Thats to advanced for me
HCP
legendary
Activity: 2086
Merit: 4361
New new feature could be as this as a example we play on 49.5 chance then on every lose to increase the chance by 1% together with the bet.
You can do that already... just not in the "basic" bot UI, but with a script in programmer mode. Wink
jr. member
Activity: 78
Merit: 1
 Hi,
 
 New new feature could be as this as a example we play on 49.5 chance then on every lose to increase the chance by 1% together with the bet.

 But this the progression need to be calculated again so will make profit.
 
 Is making any sense?
legendary
Activity: 1717
Merit: 1125
thanks iam using your bot on just-dice to enable auto roll there.
Is there any plans to make it for Linux OS ?


regards

This is planned for v4 of the bot but is not guaranteed and I do not have an ETA.

Hello,

 I know a new New Feature that can be added to the bot, am not sure if is worth the share if willing to add it  Wink

Feel free to send me an email on [email protected] or post your suggestion on forum.seuntjie.com
jr. member
Activity: 78
Merit: 1
Hello,

 I know a new New Feature that can be added to the bot, am not sure if is worth the share if willing to add it  Wink
legendary
Activity: 1582
Merit: 1031
thanks iam using your bot on just-dice to enable auto roll there.
Is there any plans to make it for Linux OS ?


regards
legendary
Activity: 1717
Merit: 1125
This is from log file of dice_bot (bet history)


Can you send me the exact setting you were using when this happened please? [email protected]
newbie
Activity: 7
Merit: 0
HCP
legendary
Activity: 2086
Merit: 4361
Not sure what service you're trying to use there... but that "image host" appears to be a vistaprint clone (get your photo printed on t-shirts, mugs, coasters etc)... so there is no way to view those images.

Maybe try a different image host like imgur or imgbb or tinypic etc Wink
Pages:
Jump to: