Currently, to quickly determine the approximate probabilty of winning (or losing) any amount of money over any amount of bets (assuming I am always betting to win 1 unit), I use the following formula in Excel:
p = 1 - NORMSDIST((Total Won - Total Bet)/SQRT(Total Bet))
The above equation assumes that my edge is 0. Is there anyway to modify it for different edges? For example, if I have a system that I think might have a 5% edge, I might like to know the probability of the results in a different sample assuming this 5% edge and not an edge of zero.
p = 1 - NORMSDIST((Total Won - Total Bet)/SQRT(Total Bet))
The above equation assumes that my edge is 0. Is there anyway to modify it for different edges? For example, if I have a system that I think might have a 5% edge, I might like to know the probability of the results in a different sample assuming this 5% edge and not an edge of zero.