#1 Roulette Forum & Message Board | www.RouletteForum.cc

Roulette-focused => Bet selection => Topic started by: ignatus on Jun 11, 04:17 AM 2018

Title: VENUS
Post by: ignatus on Jun 11, 04:17 AM 2018


A goddess on a mountain top
Was burning like a silver flame
The summit of beauty and love
And Venus was her name
She's got it
Yeah baby, she's got it
Well, I'm your Venus
I'm your fire
Short desire

__________________________________________________________
VENUS 90% winrate shorterm

it's 2 corner bet with a short fibonacci progression.
1 1 3 3 5 5 8 8 13 13 STOP
__________________________________________________________


Here is the RX code;
========================
system "Venus"

method "main"
begin
while starting a new session
  begin
       Set List [5,5,5,15,15,25,25,40,40,65,65] to Record "progression" Data
  end


        Copy List [corner(2:6),corner(8:12)] to Record "bet" Layout



  while on each spin
  begin

  if spin count=300
  begin
  stop session
  end

   If column A has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

    if 2nd dozen has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

    if 3rd dozen has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

    if number 0 has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

if any inside bet won each
  begin
   clear Record "bet" Layout

   Put 1 on Record "progression" Data Index
  end



  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    clear record "bet" layout

      Put 1 on Record "progression" Data Index
    End
   
    Put 100% of Record "progression" Data to Record "bet" Layout List
end
END
Title: Re: VENUS
Post by: ignatus on Jun 11, 05:44 AM 2018
Well now, second test session was "not that good" a 50% winrate BUT still made profits , thanks to i put in a stoploss  (300u, 1u bet)--> (1500u, 5u bets) and played without a wingoal, only Stop at the 300 spincount. (i include the RX code)

calculating wins/losses

wins
1420
3400
2150
180
2490
=9640

losses
1525
1510
1525
1545
1035
=7140

Total= +2500u


RX code
================
system "Venus"

method "main"
begin
while starting a new session
  begin
       Set List [5,5,5,15,15,25,25,40,40,65,65] to Record "progression" Data
  end

        Copy List [corner(2:6),corner(8:12)] to Record "bet" Layout

  while on each spin
  begin

  if spin count=300
  begin
  stop session
  end
 
  if bankroll<=-1500
  begin
  stop session
  end

   If column A has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

    if 2nd dozen has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

    if 3rd dozen has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

    if number 0 has hit Each time
          Begin

           add 1 on Record "progression" Data Index
           Put 100% of Record "progression" Data to Record "bet" Layout List

          End

if any inside bet won each
  begin
   clear Record "bet" Layout

   Put 1 on Record "progression" Data Index
  end



  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    clear record "bet" layout

      Put 1 on Record "progression" Data Index
    End
   
    Put 100% of Record "progression" Data to Record "bet" Layout List
end
END
Title: Re: VENUS
Post by: Roulettebeater on Jun 11, 06:07 AM 2018
again it went to hell?
Title: Re: VENUS
Post by: ignatus on Jun 11, 06:11 AM 2018
Quote from: Roulettebeater on Jun 11, 06:07 AM 2018
again it went to hell?

no? as you can see , i had 1 good session 1 "bad" session, but as you see, i still made profits from the "bad session", i'll do a third one, we'll see...
Title: Re: VENUS
Post by: ignatus on Jun 11, 06:36 AM 2018
Again a "bad" session, with 50% winrate, STILL made profitis.  :thumbsup:

calculating wins/losses

wins
1795
1470
1955
1300
1610
=8130

losses
150
190
1535
1620
1510
=5005

Total= +3125u