Paroli Betting System
The Paroli system is a positive progression system that is designed to take advantage of winning streaks. You start by choosing a predetermined number of wins in the progression. For example, if you decide to use three wins as your progression. Here is what the progression would be.
You place your first $5 bet and win $5. You place your second bet of $10. You win with the second bet and place your third bet of $20. You win with the third bet and this is your stopping point for the Paroli betting system. You will then proceed back to the original bet of $5 and continue to use the system throughout the game. You may try for four or five wins in a row but it will be harder to complete the sequence. If you were to lose at any time you go back to your original starting bet and begin the sequence over again
Now i tried this, and i was suprised of my result. :ooh: 70% winrate. (I can live with that!) Only difference,
(1) i played 1,1,2,4 STOP/Restart
(2) I *Always* Wait for a virtual win before bet.
10u Wingoal/Stoploss--> 25u bets 25*10=+250/-250u
profits losses (random spins) 7/10
wins=7*250=1750$
losses=3*250=750$
TOTAL= +1000$
============
RX code
system "Paroli-Test"
method "main"
begin
While Starting a New Session
Begin
Set List [25,25,50,100] to
Record "progression" Data
Put 100% of Record "progression" Data to Red;
End
While on Each Spin
Begin
if bankroll>250
begin
stop session
end
if bankroll<-250
begin
stop session
end
If Any Even Bet has Lost Each time
Begin
Put 1 on Record "progression" Data Index
End
If Any Even Bet has Won Each time
Begin
Add 1 to Record "progression" Data Index
If Record "progression" Data Index >
Record "progression" Data Count
Begin
Put 1 on Record "progression" Data Index
End
End
If Red has Hit Each time
begin
Put 100% of Record "progression" Data to Red;
end
End
End
Looks good but is not going to change the odds.
in other words ... IT WILL LOSE!
Quote from: Roulettebeater on May 14, 07:50 AM 2018
Looks good but is not going to change the odds.
in other words ... IT WILL LOSE!
R u a clone?
Quote from: Roulettebeater on May 14, 07:50 AM 2018
Looks good but is not going to change the odds.
in other words ... IT WILL LOSE!
yes? Maybe so, we'll see just now i had disaster from the second session 4/10 wins. BUT hey? You can't always win? i do more testings...:S
Third Live-test session was a winner 6/10 wins.