Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
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
1 registered members (dBc), 18,004 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
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,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
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