I want to make a tool that creates a progression.
There will be three inputs
- Max Bet
- Min Profit
- Wins
So for example someone wants to play the Martingal
- Max Bet = 256
- Min Profit = 3
- Wins = 1
This is interpreted as: Play a progression up to a max bet of 256 where the minimum profit is 3 and the progression only has to hit 1 time to win.
The Martingale is super easy, but what is the algorithm to calculate a progression where I want to hit any 2 times and win at least $3 ? And of course I want to do it with the minimum bet amounts possible.
Thanks for you help,
FreeRoulette