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

Extras => Systems, Products & Services For Sale => Topic started by: ignatus on Feb 05, 03:09 PM 2020

Title: STREET FIGHTER HG
Post by: ignatus on Feb 05, 03:09 PM 2020
I kindly ask you now, IF you play this/if you like this, make a donation pls link:://paypal.me/ignatus1 (link:://paypal.me/ignatus1)

STREET FIGHTER HG

What do i mean by "HG" a system never lose? No. What i mean by "HG" is a system that will be guaranteed PROFITABLE. And i can say that this system fit into that category.

A a system so extremly simple and yet very Effective.

PROCEDURE/BET. Bet Every STREET that Hit Upto (6) STREETs BET. with the progressionline;

1,1,2,3,5,10,20,40,80,160,320,640

WG (none) but you STOP After about 100-150 spins (This is SHORT SESSIONS PLAYED!)

BR/STOPLOSS 300u.

So, test this yourself? and compare winnings and losses, (with this MM) you´ll see you *WILL* Be profitable, in the short run, and in the long run ...thats my conclution from my testings, anyway.  O0

cheers

System "STREET FIGHTER HG"
// © ignatus 2020 ©

method "main"
begin
while starting a new session
begin
   put 0 to Record "Highest Bankroll" Data

   Set List [1,2,3,5,10,20,40,80,160,320,640]   to Record "progression" Data
   Set List [1,2,3,4,5,6,7,8,9,10,11,12,13] to Record "Number Bet" Data
end

while on each spin
begin

copy last Number to Record "last1" layout

if flag "betmax" false each
begin

Track last street for 6 spins to
Record "last12" layout

end

if any inside bet won each
begin
       clear Record "last12" layout
       set flag "betmax" false
        put 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index
end


{
If Record "Last12" layout list lost each time
begin
   Put 100% of Record "progression" data to Record "last12" Layout list
end
}










IF Record "last12" layout count >= 3 each
Begin
add 1 on Record "progression" Data Index
end

IF Record "last12" layout count >= 6 each
Begin
set flag "betmax" true
end

add 1 on Record "Number Bet" Data Index
Put 100% of Record "progression" Data to Record "last12" layout list





{If total inside bets count = 0 each
begin
Put 1 on Record "progression" Data Index
//Put 100% of Record "progression" Data to Record "last12" layout list
end}

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     clear Record "last12" layout
     Put 1 on Record "progression" Data Index
     Put 1 on Record "Numbers Bet" Data
    End



if total spin count >= 150 each time
begin
stop session
end

if total bankroll <= -300 each time
begin
stop session
end

  end
END
Title: Re: STREET FIGHTER HG
Post by: Steeefan2014 on Feb 05, 03:47 PM 2020
Ignatus,

I really appreciate what you're doing! It's awesome and your efforts are incredible.

Regarding this, I saw so many times 7-8 consecutive numbers on different streets..............

I'm not sure that this one will hold, but, hey... I don't want to be Grinch! :)

Let's see how it runs after many tests.
Title: Re: STREET FIGHTER HG
Post by: precogmiles on Feb 05, 05:16 PM 2020
Quote from: Steeefan2014 on Feb 05, 03:47 PM 2020
Ignatus,

I really appreciate what you're doing! It's awesome and your efforts are incredible.

Regarding this, I saw so many times 7-8 consecutive numbers on different streets..............

I'm not sure that this one will hold, but, hey... I don't want to be Grinch! :)

Let's see how it runs after many tests.

Only 8? You just need to double up. And is you lose 8 more times you just double up again. That is what the progression line indicates.

I give up on these this forum.

Using a martingale on street repeaters is seen as a new idea?

No offence but I think system players are going around in circles.
Title: Re: STREET FIGHTER HG
Post by: Steeefan2014 on Feb 05, 05:30 PM 2020
Quote from: precogmiles on Feb 05, 05:16 PM 2020
Only 8? You just need to double up. And is you lose 8 more times you just double up again. That is what the progression line indicates.

I give up on these this forum.

Using a martingale on street repeaters is seen as a new idea?

No offence but I think system players are going around in circles.

Precog... there are only 12 streets. How can you see 16 consecutive numbers on DIFFERENT streets?
I guess my math is not the same with yours.

If we're writting here just for the sake of saying something.......
Title: Re: STREET FIGHTER HG
Post by: precogmiles on Feb 05, 05:42 PM 2020
Quote from: Steeefan2014 on Feb 05, 05:30 PM 2020
Precog... there are only 12 streets. How can you see 16 consecutive numbers on DIFFERENT streets?
I guess my math is not the same with yours.

If we're writting here just for the sake of saying something.......

There are only 12 streets? I thought there were 49 streets. Thanks for the lesson. My math is bad. Maybe this is the holy grail.

Enjoy playing the system and tell us when you make the first million.
Title: Re: STREET FIGHTER HG
Post by: Taotie on Feb 05, 06:00 PM 2020
Play this one and you'll end up in the STREET GUTTER.
Title: Re: STREET FIGHTER HG
Post by: Clf7 on Feb 05, 08:37 PM 2020
Quote from: ignatus on Feb 05, 03:09 PM 2020
I kindly ask you now, IF you play this/if you like this, make a donation pls link:://paypal.me/ignatus1 (link:://paypal.me/ignatus1)

STREET FIGHTER HG

What do i mean by "HG" a system never lose? No. What i mean by "HG" is a system that will be guaranteed PROFITABLE. And i can say that this system fit into that category.

A a system so extremly simple and yet very Effective.

PROCEDURE/BET. Bet Every STREET that Hit Upto (6) STREETs BET. with the progressionline;

1,1,2,3,5,10,20,40,80,160,320,640

WG (none) but you STOP After about 100-150 spins (This is SHORT SESSIONS PLAYED!)

BR/STOPLOSS 300u.

So, test this yourself? and compare winnings and losses, (with this MM) you´ll see you *WILL* Be profitable, in the short run, and in the long run ...thats my conclution from my testings, anyway.  O0

cheers

System "STREET FIGHTER HG"
// © ignatus 2020 ©

method "main"
begin
while starting a new session
begin
   put 0 to Record "Highest Bankroll" Data

   Set List [1,2,3,5,10,20,40,80,160,320,640]   to Record "progression" Data
   Set List [1,2,3,4,5,6,7,8,9,10,11,12,13] to Record "Number Bet" Data
end

while on each spin
begin

copy last Number to Record "last1" layout

if flag "betmax" false each
begin

Track last street for 6 spins to
Record "last12" layout

end

if any inside bet won each
begin
       clear Record "last12" layout
       set flag "betmax" false
        put 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index
end


{
If Record "Last12" layout list lost each time
begin
   Put 100% of Record "progression" data to Record "last12" Layout list
end
}










IF Record "last12" layout count >= 3 each
Begin
add 1 on Record "progression" Data Index
end

IF Record "last12" layout count >= 6 each
Begin
set flag "betmax" true
end

add 1 on Record "Number Bet" Data Index
Put 100% of Record "progression" Data to Record "last12" layout list





{If total inside bets count = 0 each
begin
Put 1 on Record "progression" Data Index
//Put 100% of Record "progression" Data to Record "last12" layout list
end}

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     clear Record "last12" layout
     Put 1 on Record "progression" Data Index
     Put 1 on Record "Numbers Bet" Data
    End



if total spin count >= 150 each time
begin
stop session
end

if total bankroll <= -300 each time
begin
stop session
end

  end
END


Ignatus come on man...this is your number 3742392 "HG" or winning system. The same every time, ridiculous progressionline and a system based on luck/random. You wont get any donations if you posting always such things and with a winning system you would start playing with a low BR and not begging for donations.
Title: Re: STREET FIGHTER HG
Post by: ignatus on Feb 06, 12:49 AM 2020
Quote from: Taotie on Feb 05, 06:00 PM 2020Play this one and you'll end up in the STREET GUTTER.

Really? Well why wont you TEST before you say something like that. These are my results now (WG+300 /SL-200) All tests, Live-spins. ofc, a lower wg should give higher winrate i believe perhaps WG +100 etc.

-212
+308
+312
-326
+303
+300
-372
-226
+306
+316
+301
-226
+301
+305
-298
-381
+302
+313
======
+1676

+305
+307
+308
-206
-376
+308
-397
-317
+315
+303
+301
-226
-211
+142
======
+556


-379
+306
-227
-350
-259
-251
+313
+308
+308
-369
-414
+313
-374
=======
-1075


-387
-315
-296
+300
+300
+302
-206
-344
+312
-256
+310
-393
+332
+303
=====
-38

-211
+307
-226
+307
+304
-406
-392
+305
-270
-329
-226
+308
+300
+315
======
+86


+324
+302
+300
-208
+300
-352
+302
+312
+304
-402
-211
+308
+304
-395
-280
======
+908


TOTAL = +2113

version (WG+300 / SL -200)
System "STREET FIGHTER HG"
// © ignatus 2020 ©

method "main"
begin
while starting a new session
begin
   put 0 to Record "Highest Bankroll" Data

   Set List [1,2,3,5,10,20,40,80,160,320,640]   to Record "progression" Data
   Set List [1,2,3,4,5,6,7,8,9,10,11,12,13] to Record "Number Bet" Data
end

while on each spin
begin

copy last Number to Record "last1" layout

if flag "betmax" false each
begin

Track last street for 6 spins to
Record "last12" layout

end

if any inside bet won each
begin
       clear Record "last12" layout
       set flag "betmax" false
        put 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index
end


{
If Record "Last12" layout list lost each time
begin
   Put 100% of Record "progression" data to Record "last12" Layout list
end
}










IF Record "last12" layout count >= 3 each
Begin
add 1 on Record "progression" Data Index
end

IF Record "last12" layout count >= 6 each
Begin
set flag "betmax" true
end

add 1 on Record "Number Bet" Data Index
Put 100% of Record "progression" Data to Record "last12" layout list





{If total inside bets count = 0 each
begin
Put 1 on Record "progression" Data Index
//Put 100% of Record "progression" Data to Record "last12" layout list
end}

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     clear Record "last12" layout
     Put 1 on Record "progression" Data Index
     Put 1 on Record "Numbers Bet" Data
    End



if total bankroll >= 300 each time
begin
stop session
end

if total bankroll <= -200 each time
begin
stop session
end

  end
END

Title: Re: STREET FIGHTER HG
Post by: Steeefan2014 on Feb 06, 01:34 AM 2020
Ignatus, I don't understand something and please explain to me if possible.

You said that SG is at -200. Meanwhile, I see sessions where you went to -300 and more, -400. I don't get that...
Title: Re: STREET FIGHTER HG
Post by: goldrosen on Feb 06, 04:32 AM 2020
Quote from: Steeefan2014 on Feb 06, 01:34 AM 2020
Ignatus, I don't understand something and please explain to me if possible.

You said that SG is at -200. Meanwhile, I see sessions where you went to -300 and more, -400. I don't get that...

And that's the killing part of Marty, it's just haven't got "chance" to go deeper YET :)
Title: Re: STREET FIGHTER HG
Post by: ati on Feb 06, 04:33 AM 2020
That's probably because if his bankroll is at -199 and the next bet in the progression is 100 units, the software makes that bet. But in actual real money play, you wouldn't have more money on the table.
Title: Re: STREET FIGHTER HG
Post by: Serendipity on Feb 06, 10:13 AM 2020
Hi Ig,
I tried different settings, but I cannot test it... Simply the system keeps losing... maybe you posted a different version... rng or live isn't working
Title: Re: STREET FIGHTER HG
Post by: Taotie on Feb 07, 01:36 AM 2020
Quote from: ignatus on Feb 06, 12:49 AM 2020These are my results now (WG+300 /SL-200)

Ok, have you updated the rx code to reflect these conditions? How can people test properly if the code is different to the system?
Title: Re: STREET FIGHTER HG
Post by: Steeefan2014 on Feb 07, 02:21 AM 2020
Quote from: Taotie on Feb 07, 01:36 AM 2020
Ok, have you updated the rx code to reflect these conditions? How can people test properly if the code is different to the system?

:)) Even if the system is not updated, you can see when you reach the SL/WG for yourself. How lazy can some people be? :))))

I really don't get how so many people here take someonelse's efforts for granted. Ignatus is developing - for so long now - so many systems and strategies, he's coding them - I'm pretty sure that for free, because I don't know how many donated something to him - also for free and there are so many people that are taking all of this for granted and, more than that, blaming him if something is not right or the system is not working for them...

I really just don't get this.....
Title: Re: STREET FIGHTER HG
Post by: Taotie on Feb 07, 03:47 AM 2020
doesn't matter doesn't work anyway
Title: Re: STREET FIGHTER HG
Post by: Steve on Feb 07, 06:49 AM 2020