Forex



Go Back   Forex Trading > Trading systems > Digital Filters
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. Its absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #521 (permalink)  
Old 03-12-2009, 08:49 PM
Senior Member
 
Join Date: Oct 2008
Posts: 179
fajst_k is on a distinguished road
technology and money

Quote:
Originally Posted by richcap View Post
And here is the R-FTLM-STLM-Adaptive indicator built on the previous one (same parameters)
Hi,

So technology is here !!! Where is the money than because we are for it on this fourm

I include two noised chirps as a HST file. You can try your indicator on it.

Krzysztof
Attached Files
File Type: rar NOXA_charts.rar (85.7 KB, 126 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #522 (permalink)  
Old 03-13-2009, 01:00 AM
Member
 
Join Date: Feb 2009
Posts: 58
richcap is on a distinguished road
And here are the two last indicators of AT&CF set, based on R-FATL-SATL-Adaptive too. Have fun ;-)
Attached Images
File Type: gif pcci.gif (55.3 KB, 510 views)
File Type: gif rbci.gif (52.0 KB, 515 views)
Attached Files
File Type: mq4 R-PCCI-Adaptive.mq4 (5.5 KB, 169 views)
File Type: mq4 R-RBCI-Adaptive.mq4 (5.8 KB, 176 views)

Last edited by richcap; 03-13-2009 at 06:48 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #523 (permalink)  
Old 03-13-2009, 01:05 AM
Member
 
Join Date: Feb 2009
Posts: 58
richcap is on a distinguished road
Quote:
Originally Posted by fajst_k View Post
Hi,

So technology is here !!! Where is the money than because we are for it on this fourm

I include two noised chirps as a HST file. You can try your indicator on it.

Krzysztof
Hi Krzysztof,
Before I give a try to your chirp signal, let me remind to everybody that I have only posted indicators of AT&CF method on which to implement a strategy.
You have to develop your own strategy and choose the best. In doing so, I hope that the best ones will be shared as I have shared all my code.
Bye

Last edited by richcap; 03-13-2009 at 06:48 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #524 (permalink)  
Old 03-13-2009, 04:31 PM
Senior Member
 
Join Date: May 2007
Posts: 178
dvarrin is on a distinguished road
Quote:
Originally Posted by fajst_k View Post
Hi,

I believe you talk about Goertzel V1 written by Jojolapin.

3*Maxper is a size of the backward observation window. Goertzel is a kind of Fourier transform and it uses also backward windows with different shape like Hamming or Hann to avoid spectral leakage. In case of this indicator flattening
is used. So by changing this value you are changing window and it finds different curves. Additionally implementation is not complete there.

Krzysztof
Do you mean we should not use that Goertzel indicator then?

Is DFM still the best software to perform the spectrum analysis?

What about SSA? Is there some SSA spectrum analyser for MQ4 ? I saw there was two indicators in this thread, but I could not make them work. Has anybody tried them?

Could we use a software like Caterpillar, which is doing Singular Spectrum Analysis? If we could import the history data in the software, then that's ok. We could still use DFM for the indicator creation as it's doing that quite well.

Last edited by dvarrin; 03-13-2009 at 04:41 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #525 (permalink)  
Old 03-13-2009, 04:56 PM
Member
 
Join Date: Feb 2009
Posts: 58
richcap is on a distinguished road
Quote:
Originally Posted by fajst_k View Post
Hi,

So technology is here !!! Where is the money than because we are for it on this fourm

I include two noised chirps as a HST file. You can try your indicator on it.

Krzysztof
Hi Krzysztof,
if only markets were a noisy chirp signal, the life of the trend follower would be easy :-)
I have applied a very very simple stop and reverse strategy to the first signal you posted :

Buy when SATL>RSTL and Close<SATL
Sell when SATL<RSTL and Close>SATL
The condition on Close is useful to avoid the effect of noise (buy high when the trend is up and low when it is down)

Note that the R-FATL-SATL-Adaptive is meaningful for the only SATL part, as is easy to see that the spectrum has only 1 peak, so there is no point in following the fast signal.

I have used the standard parameters, except for max_period and filterPersistenceBars.
I have changed the first from 140 (a good parameter for all the crosses) to 800, and the second from 100 to 400. The signal you posted has a very long (changing) period of more than 200 bars, so there is no point in re-avaluating every 100 bars (you could still do it, but with no advantage).

The strategy has been applied to the whole signal (from the very slow, to the fast ending cycles). There is no optimization needed, as well as no de-noising or de-trending preprocessing.
You could never implement this strategy with a single moving average, nor with a single digital filter, but you can do it with an adaptive lowpass digital filter that changes cutoff frequencies as the frequency of the signal changes.

What is wrong with this chirp signal is that the market changes cycle much faster than the chirp signal, and sometimes it seems not to have one.
Attached Images
File Type: gif Immagine_cr.gif (60.3 KB, 486 views)

Last edited by richcap; 03-13-2009 at 06:19 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #526 (permalink)  
Old 03-13-2009, 09:03 PM
Senior Member
 
Join Date: Oct 2008
Posts: 179
fajst_k is on a distinguished road
GOERTZEL and SSA

Quote:
Originally Posted by dvarrin View Post
Do you mean we should not use that Goertzel indicator then?

Is DFM still the best software to perform the spectrum analysis?

What about SSA? Is there some SSA spectrum analyser for MQ4 ? I saw there was two indicators in this thread, but I could not make them work. Has anybody tried them?

Could we use a software like Caterpillar, which is doing Singular Spectrum Analysis? If we could import the history data in the software, then that's ok. We could still use DFM for the indicator creation as it's doing that quite well.
Hi,

I believe that Goertzel V1 it is not finished attempt of implementation of system form Meyers. See attachement. Goertzel V2 which is kept secretely by some members of this forum , keen to take indicators written by others, is kind of full implementation but with faults. In V2 of Goertzel SSA orignially written by Klot than rewritten as a dll by mladen is used.

‘иблио‚ека „ƒнк†ий сингƒля€ного п€еоб€азования - MQL4 Code Base

SSA is used for smoothing but i think people who tried to merge them didn't realize that Goertzel works on last bar but SSA on current so there is a interface mismatch which causes data corruption in internal arrays.

So if you deal with V2 be carefull, smoothing is also done on flatennded window data so no real denosing.

If you can make money on it I don't know. Meyers sells it's system but it is for TS with Walk Forward optimization. I'm writing now dll for Neuroshell in C++ for Goertzel, I almost finished so I will know very soon. According to this test there is no difference between Goertzel and FFT.

Optimized Trend Trading - Page 24

post 351

aaaa. Goertzel V1 and V2 have phase correction not implemented fully

DFG is manual stuff, Goertzel is adaptive so different class.

Krzysztof
Attached Files
File Type: pdf AdaptNCycleGDFT.pdf (135.3 KB, 96 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #527 (permalink)  
Old 03-13-2009, 09:12 PM
Senior Member
 
Join Date: Oct 2008
Posts: 179
fajst_k is on a distinguished road
NOXA_1 or NOXA_2

Quote:
Originally Posted by richcap View Post
Hi Krzysztof,
if only markets were a noisy chirp signal, the life of the trend follower would be easy :-)
I have applied a very very simple stop and reverse strategy to the first signal you posted :

Buy when SATL>RSTL and Close<SATL
Sell when SATL<RSTL and Close>SATL
The condition on Close is useful to avoid the effect of noise (buy high when the trend is up and low when it is down)

Note that the R-FATL-SATL-Adaptive is meaningful for the only SATL part, as is easy to see that the spectrum has only 1 peak, so there is no point in following the fast signal.

I have used the standard parameters, except for max_period and filterPersistenceBars.
I have changed the first from 140 (a good parameter for all the crosses) to 800, and the second from 100 to 400. The signal you posted has a very long (changing) period of more than 200 bars, so there is no point in re-avaluating every 100 bars (you could still do it, but with no advantage).

The strategy has been applied to the whole signal (from the very slow, to the fast ending cycles). There is no optimization needed, as well as no de-noising or de-trending preprocessing.
You could never implement this strategy with a single moving average, nor with a single digital filter, but you can do it with an adaptive lowpass digital filter that changes cutoff frequencies as the frequency of the signal changes.

What is wrong with this chirp signal is that the market changes cycle much faster than the chirp signal, and sometimes it seems not to have one.
Hi,

I extracted this file from NOXA charts however underlying chirp is mine they just mixed it with different noise. On which signal you made this test _1 or _2. _2 is 6db more noisy, can you post the other also. Anyway I think is very good result.

Krzysztof
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #528 (permalink)  
Old 03-13-2009, 10:37 PM
Member
 
Join Date: Feb 2009
Posts: 58
richcap is on a distinguished road
Quote:
Originally Posted by fajst_k View Post
Hi,

I extracted this file from NOXA charts however underlying chirp is mine they just mixed it with different noise. On which signal you made this test _1 or _2. _2 is 6db more noisy, can you post the other also. Anyway I think is very good result.

Krzysztof
Hi,
the first I published was on _1 signal.
I tried also on _2 (see below) with the same settings and results were good, even if my strategy was very lucky because the signal is so noisy.
Attached Images
File Type: gif Immagine_cr.gif (63.0 KB, 448 views)

Last edited by richcap; 03-13-2009 at 10:41 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #529 (permalink)  
Old 03-14-2009, 01:07 AM
Senior Member
 
Join Date: May 2007
Posts: 178
dvarrin is on a distinguished road
Quote:
Originally Posted by richcap View Post
Hi dvarrin,
I attach an example. In the first subwindow there is the barchart and the filtered signal. The signal is filtered with the filter I posted yesterday. The values are chosen from MESA analysis over a short window of 200 bars, with an autoregression order of 150. You can see the spectrum shape in the second subwindow and the values of peaks and valleys in the third subwindow.
I have chosen for the filter the values P1=70 and D1=52.
Bye
Hi Richcap,

I forgot to thank you for your answer. I've also seen all the indicators you have posted. They are really nice, but I don't know exactly how to set all the parameters. Do you have some doc explaining what they do and how to set them?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #530 (permalink)  
Old 03-14-2009, 06:38 AM
Member
 
Join Date: Feb 2009
Posts: 58
richcap is on a distinguished road
Quote:
Originally Posted by dvarrin View Post
Hi Richcap,

I forgot to thank you for your answer. I've also seen all the indicators you have posted. They are really nice, but I don't know exactly how to set all the parameters. Do you have some doc explaining what they do and how to set them?
Hi dvarrin, you're welcome.
I don't have any specific doc, but the code is commented. If you know AT&CF (you can read the two papers at fin-ware site) you can understand how it works. For most of the crosses and timeframes the parameters are quite suited. You only have to find a strategy that fits your way of trading.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
trading, goertzel, digital, digital filter, Digital Filters, ssa mq4, SSA.mq4, goertzel_cycle, entropy, hurst, fajst_k


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Digital Filters (basic explanation) newdigital Digital Filters 42 07-20-2009 04:57 AM
digital filters newdigital Indicators - Metatrader 3 3 12-07-2005 08:18 AM
Digital filters newdigital Documentation 4 12-02-2005 07:04 PM


All times are GMT. The time now is 01:38 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.