Page 1 of 2

A little experiment...

Posted: Wed Oct 01, 2008 8:57 pm
by blubbb
Hi,

I got an interesting idea for a quiz...

Which of the following charts is/are the real ones? Which of them is/are fake (pseudo random generated)? And why? What makes you sure about it?

*links down*

I guess it's not only me who is very curious about your (both newbie's and expert's) answers.

Posted: Thu Oct 02, 2008 1:04 am
by danbarn3
Okay, I'll bite...and just take a guess without any reason other than my first impression:

Charts A & B = FAKE

The rest are real.

I'm more curious about what you have to share with those who respond to your post than which charts are real/fake.

Posted: Thu Oct 02, 2008 9:09 am
by blubbb
Well, I'm a newbie myself. My point is, with all the experts saying that you have to develop "an eye" to see the patterns / the trend and stuff I thought- they might tell the fake/real ones apart just easily. However, I'll find it most intriguing should someone spot a trend where there is none- in a randomly generated "chart". ;-)
Of course I'll eventually post the correct answers.

Posted: Fri Nov 14, 2008 2:51 am
by azp
I'm going to say C and F are fake, the rest real. Based on S/R trends.

Posted: Fri Jan 09, 2009 1:02 pm
by Tresor
charts A, B and H are placed upside down (horizonatly swaped). Maybe other charts (F) are vertically swaped (the charts shows uptrend but the original chart was showing downtrend)

Posted: Tue Jan 13, 2009 1:46 am
by BlackMage
If you gave the data series in stead of just the charts it would be a tad easier to find out...

Posted: Sat Jan 17, 2009 11:14 pm
by Htarlov
A,B,C,H looks like Forex chart. Long-tail distribution, some patterns visible.
D has a long-tail distribution, it might be real, but there is something different about it.
E might be random generated, looks like normal distribution generated, but it's not sure.
About F I'm very unsure.
G might be forex or something generated with distribution other than normal.

If I had to sort them from the most probably real to least probably real it would be:
A,B,C,H,G,D,F,E

But those are only my "feelings" about it - based on my look on those charts and my memory of past charts that I looked on.

And I'm not a real trader. I'm a programmer specializing in two areas: web application development (PHP, J2EE) and trading support systems (automated trading, risk management).

Probably there is no way to exacly tell which one is real - looking on visual charts (especially chart without open,close,high and low, candles, scale etc.).
One can generate chart that will be very similar to forex chart - basing on the similar probability distribution of returns.
It would be a little bit easier to distinct real one from random one when there would be exact data present (for example in CSV file to download).
You can look on distribution of returns, periodogram, autocorrelation and fractal dimension of timeseries and maybe tell that someone is different from few "typical" markets.
But you will never be 100% sure.
For example forex is pretty noisy - looks much more like random-walk than stocks (but with distribution other than normal - it's long tail distribution).
There can be chosen such frames of time when it is undistinguishable from random walk (if we understand "random walk" as a something that could be generated by random returns with some random distribution, not exactly Gaussian distribution).

Posted: Sat Jan 17, 2009 11:20 pm
by Htarlov
I also have some quiz.
Just three charts, only one real.
Which one and why?

http://rath.pl/EU1.png
http://rath.pl/EU2.png
http://rath.pl/EU3.png

Posted: Sat Jan 17, 2009 11:37 pm
by blubbb
I'd say no. 2 because it is the "jumpy" one. When I generated the "charts" I noticed that simple random walk (adding/substracting some random number) wouldn't look real enough.

Edit: It's from Summer 1996. And that's why I didn't want to add time/price labels... Well... maybe not.

Posted: Sun Jan 18, 2009 7:48 pm
by Htarlov
You are right. :)

First one was generated with normal distribution (but with the same standard deviation as EURUSD) and third one was generated with distribution of returns that EURUSD has (but distribution taken from longer period of time - 50k bars).

Markets have at least four things that make them differ from normal random walk:
1) Long tail distribution.
2) Fractal dimension a litter bit lower (random-walk has 1.5, markets have lower)
3) Standard deviation changes in time more than in just random manner (moving standard deviation varies more than in random-walk series)
4) There are some patterns that appear more frequently than in random generated series (for example retracements after big move)