Monday, October 21, 2013
Time Distance And Fatigue
Friday, August 09, 2013
Beta-Binomial (Wins And Losses)
Tuesday, April 16, 2013
Scripsi Exposui Feci
As the Latin triple asserts: Scripsi, Exposui, Feci ("I wrote, I explained, I did"), the trading posts below are not ivory tower musings but are the product of real-world experiences, though obviously not in that order.
Tuesday, March 19, 2013
Antifragile Trading (Small Losses, Big Gains)
Nassim Taleb’s latest book, Antifragile: Things That Gain from Disorder, defines a new concept, Antifragility. Operationalizing this concept in the world of sports trading would mean creating an approach that is explicitly designed to benefit from market volatility. In other words, an antifragile trading system would be characterized by a procession of small losses periodically punctuated by large gains - for example, live longshots. However, nobel laureate Daniel Kahnemann, Thinking, Fast And Slow, would point out that the pain endured by a succession of small losses will not be emotionally compensated by an iteration-ending large gain. Obviously, most humans are too fragile to handle antifragility!
Wednesday, September 12, 2012
Overlay Markets And Multiple Selections
Wednesday, May 23, 2012
Graded Stakes: Dosage And Live Longshots
Sunday, April 01, 2012
Finding Good Bets In Lotteries
Tuesday, January 03, 2012
Edelman Sharpe Ratio
David Edelman, Quantitative Finance lecturer, handicapper, and author derives a sports trading version of the Sharpe Ratio on page 28 of "The Compleat Horseplayer".
SR = (ProbWin - (1 / DecimalOdds)) / Sqrt(ProbWin * (1 - ProbWin))
For example, with the following 'investments', A is judged to be slightly better than B in terms of expected return per unit of risk:
A: ProbWin = 45%, DecimalOdds = 2.60
SR = (0.45 - (1 / 2.6)) / Sqrt(0.45 * (1 - 0.45))
= 0.13142
B: ProbWin = 31%, DecimalOdds = 4.00
SR = (0.31 - (1 / 4.0)) / Sqrt(0.31 * (1 - 0.31))
= 0.12973
Sunday, November 06, 2011
Benfords Law Favorites and Exotic Bets
In various horse-racing jurisdictions (e.g. Australia, UK, Ireland, France), there is a very strong correlation between the winning rates of favorites and Benford's Law. In other words, favorites win approximately 30% of races, second favorites approximately 18% and third favorites approximately 12%. One could conceivably use this information to generate some tickets for Daily Double, Pick 3, 4, 5, or 6 exotic pools by using a random number generator and a "Benford distribution" of win rates. Though unscientific in validation, this method proved invaluable to me over the Breeders Cup weekend (given many upsets to expected outcomes)!
Information Calibration And Confidence
In 1979 [Studies in Intelligence, Vol. 23, No. 1 (Spring 1979)], a study of expert handicappers demonstrated an interesting interaction between information and confidence. There were two key findings. First, as soon as an experienced handicapper has the minimum information (seven plus or minus two variables) necessary to make an informed judgment, obtaining additional information generally does not improve the accuracy of his selections. Second, additional information does, however, lead the handicapper to become more confident in his judgments, to the point of overconfidence. It appears that handicappers have an imperfect understanding of what information they actually use in making judgments. They are unaware of the extent to which their judgments are determined by a few dominant factors, rather than by the systematic integration of all available information.
As ever, if the handicapper cannot find variables that account for sufficient variance in outcomes over and above that provided by market prices then he will not have an edge and will lose his bankroll.
Thursday, August 25, 2011
Betfair Pari-Mutuel Equivalence
- o = 1 - (d * 1/(x - 1)) and
- d = -((o - 1) * (x - 1))
Tuesday, August 23, 2011
Betfair InPlay Hedge Stake
z = (s*(o+m-1))/(h+m-1)
where z = hedge stake
s = original stake
o = original price (back)
m = win multiple (ratio of win payout to loss payout, if greened up)
h = hedge price (lay)
For example, if I back a selection for $100 @ 6.00 and wish to green-up at 2.00 then the default option is to lay $300 @ 2.00 for a guaranteed $190 whatever the result of the event. By contrast, the above calculation (e.g., m = 2.25), gives a stake of $223.08 with a win payout of $264.74 and a loss payout of $117.66 giving you a win premium!
Wednesday, June 22, 2011
Trailing Low Threshold (Max Drawdown)
- Day Bankroll: $1000
- Max Drawdown: 20%
- Low Threshold: $800 = (80% * $1000)
- Day High: $1350
- Trailing Low Threshold: $1080 = (80% * $1350)
Sunday, May 29, 2011
Betfair In-Play Trading (Minimax Regret)
Friday, March 04, 2011
Discounted Harville v1.17 (VBA Functions - Excel 2007+)
Wednesday, May 05, 2010
Chasing Losses and Abandoning Profits
As a result, whatever approach we take to reducing the impact of chased losses or abandoned profits must always allow for some of both. Trying to completely defy human nature is simply pointless and guaranteed to fail!
One approach that I would recommend is to use a form of session trading. Set aside a daily bankroll based on both the number of markets you wish to trade and the maximum number of units you are willing to risk for some minimum profit target. Critically, you must factor in a small percentage for the possibility of chasing losses.
Tuesday, April 13, 2010
Handicappers Edge and Traders Hedge
The former approach is fundamental in nature and the latter technical. Both strategies have their respective Achilles heels! With fundamental approaches, you never know in advance if you have an edge in an upcoming sports event; with technical approaches you are uncertain when to exit a particular market by either “greening up” or “redding down” your current position.
In terms of money management, handicappers generally preach the Kelly Criterion and use Sportsbooks while traders affirm “Bold Play” and frequent betting exchanges. In general, the age profile of handicappers is higher than that of traders simply because betting exchanges are a relatively recent innovation. Handicappers try to automate their plays by using systems whereas traders use bots.
Wednesday, March 17, 2010
Absence of Proof is not Proof of Absence!
- Evidence of Presence (EoP),
- Evidence of Absence (EoA), and
- Absence of Evidence (AoE).
Thursday, February 25, 2010
Even-Equivalent Probability of Ruin
In the classic treatment of ruin, there is a working assumption of unit bets at even-money in order to make the calculation of the risk of ruin more tractable. To avail ourselves of this analytical solution, we need to transform our real-world bets into their even-money equivalents, see Krigman (1999).

For example, if you are in the fortunate position outlined above with a 42% strike rate at an average price of 2.50 then your advantage is the equivalent of having a win probability of 52.02% at 2.00 with both the same expected value and standard deviation (0.25, 6.169) as the original bet and with a probability of ruin equal to 24.07%. Obviously, it is also possible to estimate stake size given a specific price and preferred risk of ruin.