v0.0.0
Features
Strategies
-
Martingale: This is a betting strategy where you double your bet after every loss. The idea is that a win will recover all previous losses plus win a profit equal to the original stake. When you win, you start over and bet the original amount.
-
Reverse Martingale: This strategy involves doubling your bet after every win. The goal is to take advantage of winning streaks and not lose more than the initial bet if you have a losing streak. When you lose, you start over and bet the original amount.
-
D'Alembert: This strategy involves increasing your bet by one unit after a loss and decreasing it by one unit after a win. It's based on the assumption that if you have as many wins as losses, you will be in profit by the number of bets you have made.
-
Paroli: This is a positive progression betting system where you increase your bet by one unit after a win. If you win three times in a row, you start over and bet the original amount. The goal is to capitalize on hot streaks and minimize losses during cold streaks.
-
Oscar's Grind: This strategy involves increasing your bet by one unit after a win and keeping it the same after a loss. The goal is to make a profit of one unit at the end of the cycle. Once this is achieved, you start over and bet the original amount.
-
Fibonacci: This strategy follows the Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so on). You start at the beginning of the sequence and move forward one step after each loss and back two steps after a win. The goal is to end up in profit by the amount of the original bet.
-
1-3-2-6: This is a betting system where you follow a sequence of bets: 1 unit, then 3 units, then 2 units, then 6 units. You only move up the sequence when you win. If you lose at any point, you start over at the beginning of the sequence. The goal is to make a profit of four times your original bet in a cycle of bets.
all of these strategies are missing tests to verify their functionality
What's Changed
- update results in dev branch by @luisrx7 in #1
- add Strats and better view of strats results by @luisrx7 in #2
New Contributors
Full Changelog: https://github.com/luisrx7/AviatorStratChecker/commits/v0.0.0