Skip to content
Prev 13608 / 15274 Next

Computing stop probability

I misread your question: delta is only an approximation to being below
a level at a fixed time, not during an interval.

If you want the probability of hitting a stop over an interval, you
want the running max (or running min -- Weiner process is symmetrical)
of a Weiner process. This is a bit trickier to derive and I can't find
a simple derivation to point you to, so I typed one up quickly.

Also see: https://en.wikipedia.org/wiki/Wiener_process#Running_maximum
and http://math.stackexchange.com/questions/946968/law-of-a-geometric-brownian-motion-first-hitting-time-proof-checking?rq=1
(though note there's a mistake in the latter)

Hope this helps,
Michael

On Tue, Nov 24, 2015 at 7:23 PM, Michael Weylandt
<michael.weylandt at gmail.com> wrote:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WP_RunningMax.pdf
Type: application/pdf
Size: 97446 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20151124/f2bb76e0/attachment.pdf>