Page 2 of 5

Re: Advanced Cycle Analysis indicators for MT4

Posted: Thu Apr 06, 2017 8:30 pm
by mladen
Some upgrades made to "spectrometr" indicator
___________________________

PS: it needs the attached dll too (it has to be in the libraries folder and you have to enable dll imports from the indicators properties)

Re: Advanced Cycle Analysis indicators for MT4

Posted: Tue Apr 18, 2017 3:12 am
by andreatrade1
Dear mladen,

apparently is not possible anymore to download the Spectrometer indi above.
Could you please upload it again?

Re: Advanced Cycle Analysis indicators for MT4

Posted: Tue Apr 18, 2017 3:35 am
by andreatrade1
Dear mladen,

I have an issue with the emd_huang.mq5 indicator.

If I apply the indi to a GBPUSD chart ( 300 bars ) I obtain the following chart ( maximum IMF: 9):
Furthermore there is no possibility to extract the residual value which is of most interest to me.

Should be possible to modify the emd_huang.mq5 in order to obtain values comparable with the above mentioned articles ( may be different libraries used )?.

Thanks in advance,

Andrea

Re: Advanced Cycle Analysis indicators for MT4

Posted: Tue Apr 18, 2017 4:50 am
by tradd
Hi Andrea;

How do you use EmdHuang for trading? Is IMF high period signal slope for entry?

Thanks.

Re: Advanced Cycle Analysis indicators for MT4

Posted: Tue Apr 18, 2017 5:56 am
by andreatrade1
tradd,

I'm still in "learning mode" and I don't use EmdHuang for trading yet.
I need to set up the indi first and then check the results.

Unfortunately as written above I have some issues with the indi and I need mladen to correct/check it.

I think it recalculates but also mladen said in another forum that Goertzel indi recalculates but this doesn't mean it's useless ( could be used for an indication of a direction at least).

Re: Advanced Cycle Analysis indicators for MT4

Posted: Sun May 07, 2017 9:58 pm
by andreatrade1
dear mladen,

could you please help me with the above issue ?

Re: Advanced Cycle Analysis indicators for MT4

Posted: Mon May 08, 2017 5:30 pm
by mladen
I am not sure that t can be done with that indicator

Re: Advanced Cycle Analysis indicators for MT4

Posted: Mon May 15, 2017 4:09 pm
by shaileshm
mladen wrote: Thu Apr 06, 2017 8:30 pm Some upgrades made to "spectrometr" indicator
___________________________

PS: it needs the attached dll too (it has to be in the libraries folder and you have to enable dll imports from the indicators properties)

 

Is this same as fourier extrapolation? or what is the difference if any?

Re: Advanced Cycle Analysis indicators for MT4

Posted: Mon May 15, 2017 4:19 pm
by mladen
shaileshm wrote: Mon May 15, 2017 4:09 pm
Is this same as fourier extrapolation? or what is the difference if any?
Just some minor difference (using dll in order to allow arbitrary lengths since the fast calculating methods allow only power of 2 lengths, hence using the "brute force" method that allows any length)

Re: Advanced Cycle Analysis indicators for MT4

Posted: Thu Nov 02, 2017 11:46 pm
by shaileshm
mladen wrote: Thu Apr 06, 2017 8:30 pm Some upgrades made to "spectrometr" indicator
___________________________

PS: it needs the attached dll too (it has to be in the libraries folder and you have to enable dll imports from the indicators properties)

 

Is there also a on chart version for this?