Page 1 of 5

Advanced Cycle Analysis indicators for MT4

Posted: Sat Mar 04, 2017 3:29 am
by andreatrade1
Dear All,

should  be possible to open a new thread dedicated to the Advanced Cycle Analysis ( Goertzel & friends)?

I'm looking for indicators or snippets ( not blinded code ) to be included in MT4 and MT5  EA's.

I know mladen has coded wonderful indicators like Goertzel Browser v5.53 and therefore should
be useful for everybody to collect ideas/indicators/ papers on this subject.


Thanks in advance,

Andrea

Re: Advanced Cycle Analysis indicators for MT4

Posted: Sat Mar 04, 2017 3:59 am
by mntiwana
andreatrade1 wrote:Dear All,

should  be possible to open a new thread dedicated to the Advanced Cycle Analysis ( Goertzel & friends)?

I'm looking for indicators or snippets ( not blinded code ) to be included in MT4 and MT5  EA's.

I know mladen has coded wonderful indicators like Goertzel Browser v5.53 and therefore should
be useful for everybody to collect ideas/indicators/ papers on this subject.


Thanks in advance,

Andrea
Hi Andreatrade1
You are welcome here,thanks for joining us
regards
of course experts and traders will be contribute their knowledge and stuff here that hopefully related to your started topic.

Re: Advanced Cycle Analysis indicators for MT4

Posted: Sun Mar 05, 2017 6:12 am
by mladen
andreatrade1 wrote:Dear All,

should  be possible to open a new thread dedicated to the Advanced Cycle Analysis ( Goertzel & friends)?

I'm looking for indicators or snippets ( not blinded code ) to be included in MT4 and MT5  EA's.

I know mladen has coded wonderful indicators like Goertzel Browser v5.53 and therefore should
be useful for everybody to collect ideas/indicators/ papers on this subject.


Thanks in advance,

Andrea
Andrea

You can use any ex4 file the same way as any mq4 file in any iCustom() call (from EA, script or other indicator). There is no difference at all

Re: Advanced Cycle Analysis indicators for MT4

Posted: Sun Mar 05, 2017 8:51 pm
by andreatrade1
mladen,

thanks for your reply.

To be honest I'm interested also in study the logic behind an indicator or an EA.
I'm not an expert but reading the code often helps and is one of the ways to improve the knowledge.

Andrea

Re: Advanced Cycle Analysis indicators for MT4

Posted: Sun Mar 12, 2017 3:54 am
by andreatrade1
Empirical Mode Decomposition Method

Re: Advanced Cycle Analysis indicators for MT4

Posted: Sun Mar 12, 2017 3:58 am
by andreatrade1
Dear all,

should be possible to have the MT5 version of the following indicator:

Re: Advanced Cycle Analysis indicators for MT4

Posted: Mon Mar 13, 2017 11:23 pm
by tradd
Goertzel Browser is a one of the powerful cycle indicator.  In the algorithm, there are two box (T) which is recalculating X(k).

 

Re: Advanced Cycle Analysis indicators for MT4

Posted: Mon Mar 27, 2017 1:19 am
by qzextuw
Hi,

What are the settings?

andreatrade1 wrote:Dear all,

should be possible to have the MT5 version of the following indicator:

Re: Advanced Cycle Analysis indicators for MT4

Posted: Mon Mar 27, 2017 2:42 am
by andreatrade1
You can use default values and the change IMFno from 1 to 10 as you like.

Re: Advanced Cycle Analysis indicators for MT4

Posted: Tue Mar 28, 2017 5:54 am
by andreatrade1
Here the MQL5's version of EMD Huang:
The   above cmultidimarray.mqh and  cemdecomp.mqh should be put under the "MQL5/Include" directory.