Gamestudio Links
Zorro Links
Newest Posts
Zorro version 3.0 prerelease!
by Grant. 02/24/26 22:21
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
ZorroGPT
by TipmyPip. 02/23/26 21:52
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
0 registered members (), 5,706 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Manually advancing a series variable #468633
10/12/17 00:28
10/12/17 00:28
Joined: Aug 2017
Posts: 40
J
johnnyp Offline OP
Newbie
johnnyp  Offline OP
Newbie
J

Joined: Aug 2017
Posts: 40
According to Ehlers, the short term information you can get from a sequence of close prices is limited by the aliasing noise.

Basically, according to Ehlers you can't reliably detect a cycle shorter than 8 bars in time to profit from it.

I would like to try to circumvent that limitation by adding synthetic ticks between the bars. I would like to have a series like the following..

..., close2, (low1 + high1)/2, close1, (low0 + high0)/2, close0

but I can't see an easy way to do it.

Any ideas?

Re: Manually advancing a series variable [Re: johnnyp] #468642
10/12/17 07:40
10/12/17 07:40
Joined: Jul 2000
Posts: 28,075
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,075
Frankfurt
You could shift the series manually. But that would probably not much help with aliasing noise, since the low and high are no real samples. On the other hand, the maximum frequency in a sampled signal is half the sample rate. So you can theoretically detect cycles of 2 bars. In reality, the Ehlers 8 bars limit is more realistic.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1