You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
End pointed fft should work OK,but there are some warnings in the library. So here is the updated pack to avoid those warnings.
___________________
To remind what already Dennis Meyers told : it is not a holly grail (as some were claiming in order to sale something named end pointed fft). On higher time frames it seems to be usable - on lower not so much (at least that is my subjective opinion) but it takes testing to determine exactly where and how it can be used profitable
Original was posted here (with much more description what was done) : https://www.mql5.com/en/forum/179723/page10
This one does not belong here (by it's nature) but since I have posted about the same subject last couple of posts, here it is :
This is a end-point fft. I used klots library for this (it is a pure mql since it is reasonably fast even in mql form so no conversion or changes was needed)
Of parameters :I am attaching the library here (#_lib_FFT.mq4 and as usual, it should be copied to libraries folder). The original can be found at this link : Библиотека функций быстрого преобразования фурье FFT - MQL4 Code Base
As an example : FFT (upper) compared to same length and cut-offs end point FFT
Updated version posted here : https://www.mql5.com/en/forum/179723
Updated Adaptive lookback asymmetrical bands using centered TMA as a basis : alb_triangularma_centered_abands_alerts_3_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/179723/page8
very nice job.
Is it possible to have the TMA asymetric bands with the alb thing.
thank you.Hi Flytox,
Added the alb, also added upper band deviation and lower band deviation, if you prefer the regular way can just leave them both at 3.Picture is H4 alb abands on H1 chart!
Updated version posted here : https://www.mql5.com/en/forum/179723
Hi mladen,
hi mrtools,
here is an interesting article about a Centered EMA . It uses in particular an optimized forecasting technique. Could you implement it ?
pa adaptive indicators
Hello mladen, hello mrtools,
it`s possible (if time) to modified the following indicators:
pa_adaptive__price_trender_of_averages.mq4pa_adaptive_super_smoother.mq4pa_adaptive_t3_amp_alerts.mq4
Thank you and have a nice day
Patona
Hello mladen, hello mrtools,
it`s possible (if time) to modified the following indicators:
pa_adaptive__price_trender_of_averages.mq4pa_adaptive_super_smoother.mq4pa_adaptive_t3_amp_alerts.mq4
Thank you and have a nice day
PatonaPatona
First , here are two versions : one that works as before (the old one) and one that works differently (phase accumulation is calculated differently)Hello mladen, hello mrtools,
it`s possible (if time) to modified the following indicators:
pa_adaptive__price_trender_of_averages.mq4pa_adaptive_super_smoother.mq4pa_adaptive_t3_amp_alerts.mq4
Thank you and have a nice day
PatonaPatona
This one too : this is the phase accumulation adaptive super smoother made new mql compatible (with some minor changes in the code too, but they do not affect the values calculated) : pa_adaptive_super_smoother_nmc.mq4
Hello mladen, hello mrtools,
it`s possible (if time) to modified the following indicators:
pa_adaptive__price_trender_of_averages.mq4pa_adaptive_super_smoother.mq4pa_adaptive_t3_amp_alerts.mq4
Thank you and have a nice day
PatonaAnd finally here is this one too : pa_adaptive_t3_amp_alerts_nmc.mq4
Hello mladen,
thank you for the fast Response.
Patona