Skip to content

Expected lengths of streaks

1 message · BBands

#
On Tue, May 3, 2011 at 5:39 PM, Mark Leeds <markleeds2 at gmail.com> wrote:
Hi Mark, nice chatting with you at R/Finance.

The nice thing about doing this by simulation using rle is that it
lets you model "Pushes" as well. I define a Push as a win or loss so
small as to be noise. This lets me focus more clearly on the actual
wins and losses that are contributing to performance. I hinted at this
when I spoke about a three-state logic in my presentation.
?L ?P ?W
11 ?6 25

I accumulate those over a large number of trials and use the means as
my expected run lengths. If the account cannot withstand an expected
run of losses the system will fail eventually in the real world. I
wrote that simulation long ago and was wondering if there was a better
way today.

? ?jab