BetSelection.cc

Public software => Members' software => NorcoSoft => Topic started by: nOrMy2o0o on November 25, 2013, 02:57:01 PM

Title: Progression Calculator for +1 (in Excel format)
Post by: nOrMy2o0o on November 25, 2013, 02:57:01 PM
Here is a simple Progression Calculator for the EC Cycling method
discribe here: http://betselection.cc/even-chance/ec-cycling-method/ (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 (http://www.norcosoft.com/Download/ProgressionCalculator.xls)

Enjoy, nOrMy2o0o
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: maestro on November 25, 2013, 03:38:26 PM
thank you very much mr.Normy :thumbsup:
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: nOrMy2o0o on November 25, 2013, 03:52:03 PM
You are welcomme!

I think Biagle will like it too.  8)
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: Buffster on November 25, 2013, 04:40:58 PM
merci norm, je vais telecharger quand j'arriverai a la maison ce soir.


thanks norm, will download when I get home tonight.


B
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: Biagle on November 26, 2013, 12:07:24 AM
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:
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: Buffster on November 26, 2013, 12:43:37 AM
Norm


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


B
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: nOrMy2o0o on November 26, 2013, 01:03:34 AM
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
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: Buffster on November 26, 2013, 01:10:19 AM
Thanks Norm


Understood


B
Title: Re: Progression Calculator for +1 (in Excel format)
Post by: nOrMy2o0o on November 26, 2013, 01:14:51 AM
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