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
2Hi Andreatrade1andreatrade1 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
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.
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: Advanced Cycle Analysis indicators for MT4
3Andreaandreatrade1 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
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
4mladen,
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
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
6Dear all,
should be possible to have the MT5 version of the following indicator:
should be possible to have the MT5 version of the following indicator:
- These users thanked the author andreatrade1 for the post:
- MACDBOSS
Re: Advanced Cycle Analysis indicators for MT4
7Goertzel 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
8Hi,
What are the settings?
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
9You can use default values and the change IMFno from 1 to 10 as you like.
Re: Advanced Cycle Analysis indicators for MT4
10Here the MQL5's version of EMD Huang:
The above cmultidimarray.mqh and cemdecomp.mqh should be put under the "MQL5/Include" directory.
The above cmultidimarray.mqh and cemdecomp.mqh should be put under the "MQL5/Include" directory.