Pages:
Author

Topic: [FREE]Dice Calculator ~ Calculate your odds ~ Level up your game ! - page 2. (Read 3964 times)

hero member
Activity: 518
Merit: 500
What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.

EV is expected value. https://en.wikipedia.org/wiki/Expected_value

example, since primedice has an edge of 1%, the EV is negative, and over the course of a large number of straight rolls (lets say, a million) you would be expected to have 99% of the bankroll that you started with.

Doesn't this make the casino unfair? I think that if there's this, we can't win in a long run, right?
legendary
Activity: 966
Merit: 1000
you can't level up your game..
its all based on luck and if your ready to lose any winnings will be a suprise.
BEFORE you deposit you should consider do afford to lose that amount.
and if you think there are some winning strategy you are SOOO wrong.
regards.
-Katerniko1
legendary
Activity: 1288
Merit: 1043
:^)
What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.

EV is expected value. https://en.wikipedia.org/wiki/Expected_value

example, since primedice has an edge of 1%, the EV is negative, and over the course of a large number of straight rolls (lets say, a million) you would be expected to have 99% of the bankroll that you started with.
hero member
Activity: 518
Merit: 500
What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.
newbie
Activity: 14
Merit: 0
If this at any point requires your primedice credentials , BE VERY CAREFULL !

It won't , i'm looking to keep it as simple as possible and maybe let it be usable with other casinos.
It will always be open source

i dont see why it shouldnt be usable with other casinos already; you already have an input for the house edge in case another casino's edge is different, and youre not making a bot so no need to implement api access for every site. its just a simple calculator for martingale to prepare for the worse-case scenario.


I will also update it tonight with % of consecutive wins in certain amount of tries
legendary
Activity: 1288
Merit: 1043
:^)
If this at any point requires your primedice credentials , BE VERY CAREFULL !

It won't , i'm looking to keep it as simple as possible and maybe let it be usable with other casinos.
It will always be open source

i dont see why it shouldnt be usable with other casinos already; you already have an input for the house edge in case another casino's edge is different, and youre not making a bot so no need to implement api access for every site. its just a simple calculator for martingale to prepare for the worse-case scenario.
newbie
Activity: 14
Merit: 0
If this at any point requires your primedice credentials , BE VERY CAREFULL !

It won't , i'm looking to keep it as simple as possible and maybe let it be usable with other casinos.
It will always be open source
legendary
Activity: 2464
Merit: 1037
CEO @ Stake.com and Primedice.com
If this at any point requires your primedice credentials , BE VERY CAREFULL !
hero member
Activity: 502
Merit: 500
This user is a retard
full member
Activity: 154
Merit: 100
That Darn Cat
Yeah, I would never pay for such a calculator unless I got to try it for five or ten minutes before.  Software trials are a standard now.
newbie
Activity: 14
Merit: 0
does double provide enough precision?
isn't decimal more suitable in these situations?

here is a little bit of clean-up , hope you don't mind me meddling  Roll Eyes
Code:
Console.WriteLine("Input the Chance of Losing 0-100% ");
float chance = float.Parse(Console.ReadLine());
Console.WriteLine("Input tries ");
int tries = int.Parse(Console.ReadLine());
Console.WriteLine("Input Amount of Bitcoins you wish to gamble ");
float btc = float.Parse(Console.ReadLine());
Console.WriteLine("Input House Edge 0-100% ");
float house_edge = float.Parse(Console.ReadLine());

I think you are right but float seems to work just fine for now.
I will work it more later tonight and update it Smiley
legendary
Activity: 2884
Merit: 1117
Download python, save that script in notepad as calculator.py and then execute it.. Tongue
lemme test if I said everything it's ok.
nope, the py script gives me error.
hero member
Activity: 812
Merit: 1000
Is it possible to make a web version of it , something which doesn't involves downloading? Or its not possible to do that?

I think you'll be able to put it on a free domain/server and it will come in real handy. And you might be able to make some money off it by putting some ads on the page.
BitBaby: there is even the python scrypt you can compile by yourself Wink

Assuming.. one knows how to.  Wink
legendary
Activity: 2884
Merit: 1117
Is it possible to make a web version of it , something which doesn't involves downloading? Or its not possible to do that?

I think you'll be able to put it on a free domain/server and it will come in real handy. And you might be able to make some money off it by putting some ads on the page.
BitBaby: there is even the python scrypt you can compile by yourself Wink
hero member
Activity: 812
Merit: 1000
Is it possible to make a web version of it , something which doesn't involves downloading? Or its not possible to do that?

I think you'll be able to put it on a free domain/server and it will come in real handy. And you might be able to make some money off it by putting some ads on the page.
legendary
Activity: 3472
Merit: 10611
does double provide enough precision?
isn't decimal more suitable in these situations?

here is a little bit of clean-up , hope you don't mind me meddling  Roll Eyes
Code:
Console.WriteLine("Input the Chance of Losing 0-100% ");
float chance = float.Parse(Console.ReadLine());
Console.WriteLine("Input tries ");
int tries = int.Parse(Console.ReadLine());
Console.WriteLine("Input Amount of Bitcoins you wish to gamble ");
float btc = float.Parse(Console.ReadLine());
Console.WriteLine("Input House Edge 0-100% ");
float house_edge = float.Parse(Console.ReadLine());
newbie
Activity: 14
Merit: 0
cool open source calculator . keep up the good work

Just put up a new minor update with icon.

Tonight i will work on finding consecutive chances

for example

30% chance =

1st win: 30%
2nd win: 9%
3rd win: 2.7%
legendary
Activity: 1372
Merit: 1032
All I know is that I know nothing.
cool open source calculator . keep up the good work
newbie
Activity: 25
Merit: 0
Hope you can find something that works man! I've been playing around on PD for a while, and I've tried many different methods. Nothing works well yet. Have found some luck on 99x. Hits more than you think, also like doing 9x over til 21 red, then switching to under.

Good luck!
hero member
Activity: 714
Merit: 503
It's really cool  Wink

Did you have into account the house edge?

Not right now i'll have to see how i'll be able to account for the edge

it seems you finally can input the house edge to make it available for all dices

Nice  Cheesy
Pages:
Jump to: