Our members are dedicated to PASSION and PURPOSE without drama!

Progression Calculator for +1 (in Excel format)

Started by nOrMy2o0o, November 25, 2013, 02:57:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nOrMy2o0o

Here is a simple Progression Calculator for the EC Cycling method
discribe here: http://betselection.cc/even-chance/ec-cycling-method/

Just enter if you won or lost...
[attachimg=1]

Link to download: www.norcosoft.com/Download/ProgressionCalculator.xls

Enjoy, nOrMy2o0o

maestro

I see a red door and I want it painted black
No colors anymore I want them to turn black
rolling stones

nOrMy2o0o

You are welcomme!

I think Biagle will like it too.  8)

Buffster

merci norm, je vais telecharger quand j'arriverai a la maison ce soir.


thanks norm, will download when I get home tonight.


B

Biagle

Quote from: nOrMy2o0o on November 25, 2013, 03:52:03 PM
You are welcomme!

I think Biagle will like it too.  8)


uninteligent people like things like this  :cheer:

Buffster

Norm


Does it always calculate for +1 or does it go +0 ( even ) and start again at 1 ?


B

nOrMy2o0o

Abreviation use in formulas:
CBR = Current BankRoll
HBR = Highest BankRoll
P = Progression
Abs = Absolute value (take off the minus sign)

On a loss: P = P + 1

On a win:
Update the CBR
    CBR = CBR + (2 * P)

        If CBR = HBR , we reset, P = 1     <----- answer is here
        If CBR > HBR , we reset and we have a new HBR, P = 1 and HBR = CBR
        If CBR < HBR , here we recalculate P for + 1
            If CBR >= 0
                 If HBR - CBR <= P
                     P = (HBR - CBR) + 1
                 If HBR - CBR > P
                     P = P + 1
               
            If CBR < 0   
                 If HBR + Abs(CBR) <= P
                     P = (HBR + (Abs(CBR)) + 1
                 If HBR + Abs(CBR) > P
                     P = P + 1
               
Normy

Buffster


nOrMy2o0o

Quote from: Biagle on November 26, 2013, 12:07:24 AM
uninteligent people

Dear Biagle,

Stop saying this  :thumbsup: , i'm sure you are intelligent as you are in the crew,
like all of us, that try to find a solution to that game...  8)

Cheers, nOrMy20o0