You examples however shows a case where ruin depends on price series. It does not answer whether ruin is certain regardless the price series for non negative expectancy. That was the question. Do you see the difference?
Quote from intradaybill:
You examples however shows a case where ruin depends on price series. It does not answer whether ruin is certain regardless the price series for non negative expectancy. That was the question. Do you see the difference?
Quote from DontMissTheBus:
Absolutely.
You can convince yourself with a simple experiment (you can do this in Excel if you don't have matlab or something similar):
Trading strategy: Long/short when Price > MA(50) (doesn't matter), Exit with time stop or simple stop loss.
Simulate the drawdowns over 1000 days under:
A. Purely normal random returns: r(t) = e(t) where e(t) = norm(0,1)
B. Random returns with a long memory: r(t) = 0.8*r(t-1) + 0.2*e(t).
Quote from abattia:
Don'tMissTheBus,
Thanks for this concrete example. Can you explain what the results demonstrate in your view? For either your original, or restated Case A.
Thanks
Quote from kut2k2:
The original question is silly. To prove it or disprove it, you have to first assume you have an infinite price series, which is a fantasy.
For example suppose I posted a disproof via a counter-example that was profitable from the IPO of a price series to now. Then the OP can claim the series didn't go long enough to reach failure.
This fails the test of being mathematics. Next.
ThanksQuote from DontMissTheBus:
That the distribution of either maximum draw-down or probability of NAV < 0 with finite trading time is sensitive to the specification of the returns series - even when they are in the same general family.
Quote from abattia:
Thanks
[But your dig at JH was unnecessary and out of place]
Adaptive moving averages come in different forms but I think the most common form is that of a variable exponential moving average, i.e., the smoothing constant is replaced by a smoothing variable that depends on the raw data or changes according to some other criterion.Quote from braincell:
Adaptive MAs you say? Funny name. I'd like to know how they're "adaptive"? By definition an MA is supposed to be one thing and nothing else - a moving average. I've made several of my own also, I'm not sure if they qualify as competition to your "adaptive MAs" but they give weight to values with logarithmic, exponential or sqrt decay, and on top of that adjust for volatility (also with various weighing curves available). Is that something similar to what you seem to consider very valuable? Math discussion is much easier when everyone is using the same definitions - hence why definitions are so strictly taught in schools.
Quote from kut2k2:
Adaptive moving averages come in different forms but I think the most common form is that of a variable exponential moving average, i.e., the smoothing constant is replaced by a smoothing variable that depends on the raw data or changes according to some other criterion.
The oldest adaptive MA appears to be called "adaptive response rate"
http://web.uconn.edu/cunningham/econ397/smoothing.pdf
The most famous is probably Kaufman's adaptive moving average, which is also in the public domain. There are several blackbox AMAs for sale, such as Jurik's moving average or the Ocean moving average. The subject is wide open for experimentation.