Skip to content
Prev 11961 / 15274 Next

How to interpret this formula?

I originally saw it this way,
    Actual/strike -1
which is the % in the money.

I modified that to:
if actual >= strike then
    actual/strike -1
else
    strike/actual - 1
endif
correct reversible round-trip distance, which is quite useful, but
skewness it ain't.

Best,

     John

On Sat, Oct 12, 2013 at 12:53 PM, Arun Kumar Saha
<arun25558038 at gmail.com> wrote: