Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,561 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Explaining spectral analysis to a five year old :) #438527
03/16/14 16:08
03/16/14 16:08
Joined: Jan 2013
Posts: 68
I
ibra Offline OP
Junior Member
ibra  Offline OP
Junior Member
I

Joined: Jan 2013
Posts: 68
Hi,

The other day I looked into the Signal Processing section in the manual. There are a lot of indicators that seems interesting, although I understand half of it.

For instance, the Spectrum indicator...

I've messed around with it for a while now and I'm looking for some explanation.

The simple code looks like this
Code:
vars Price = series(price())
vars Spec = series(Spectrum(Price, 5));



and presents a result looking like this:
http://sv.tinypic.com/view.php?pic=4kfjbl&s=8#.UyXLOfl5Mso

Now... I'm curious about the peaks in the chart, for instance like in 5~ of february and 3~ of march and so on.

1.) What do they mean?

"returns the relative amplitude of the spectral component with a cycle given b[...]Can be used to analyze the frequency spectrum of a price curv"

2.) Regarding the quote above from the manual, can anyone please explain what that means, maybe with an example or so?

Thanks alot!


Last edited by ibra; 03/16/14 16:08.
Re: Explaining spectral analysis to a five year old :) [Re: ibra] #438552
03/17/14 12:57
03/17/14 12:57
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
The peaks mean that a 5 bar cycle was detected at that time. Meaning that the prices went up and down every 5 bars. When such a cycle exists for a longer time, you can predict the next highs and lows and use that for trading.


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1