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
Pip, thank you too for your work on this, and took a stab at the multi coloring seems better in multi timeframe than regular but it is working.
The v5.4 nrp version gives a blank window on build 646 while v5.61 works. Would you please fix this version?
This is regarding post #979 on page 98.
I hope I'm not going to get flamed regarding FFT and nrp -- I'm just very curious what the nrp version will look like and how it will be usable as I learn more about the subject.
The v5.4 nrp version gives a blank window on build 646 while v5.61 works. Would you please fix this version?
This is regarding post #979 on page 98.
I hope I'm not going to get flamed regarding FFT and nrp -- I'm just very curious what the nrp version will look like and how it will be usable as I learn more about the subject.Try this : goertzel_browser_5.4_nrp_nmc.mq4
As of non repainting FFT - there is no such thing as non repainting (recalculating) fast fourier transform. Only the end-pounted version, but that is not a fft ((by its strict definition) any more
Try this : goertzel_browser_5.4_nrp_nmc.mq4 As of non repainting FFT - there is no such thing as non repainting (recalculating) fast fourier transform. Only the end-pounted version, but that is not a fft ((by its strict definition) any more
Strange, I'm still getting an empty window.
Strange, I'm still getting an empty window.
Try using it alone on the chart
If it still does not show, see what is written in the experts or journals tab of terminal
_______________________
PS: with default parameters it needs Hodrick/Prescott filter in order to work. This one : hodrick_prescott_filter.mq4
Try using it alone on the chart If it still does not show, see what is written in the experts or journals tab of terminal
Looks like I'm missing "Hodrick Prescott Filter.ex4" -- I'm still searching for this file.
Looks like I'm missing "Hodrick Prescott Filter.ex4" -- I'm still searching for this file.
See the previous post
See the previous post
DLL too please?
DLL too please?
Here you go : hodrick-prescott_filter.zip
Here you go : hodrick-prescott_filter.zip
It's working! thanks.
Hi Mladen.
Please see the following tape histogram indicator. I would like for you to code it so that it allows me to have multiple periods, multiple timeframes and different obos for each period.
ccistudy2.01nrphistomtf.mq4
Example:
A. Period 50, obos 50 and -50 in 240 hrs.
B. Period 70, obos 100 and -100 in 1440 hrs.
Results:
1. If A above 50 and increasing and B above 100 and increasing = Aqua 2. If A below -50 and decreasing and B below -100 and decreasing = Yellow 3. If A above 50 and B above 100, but one increasing and one decreasing = Blue 4. If A below -50 and B below -100, but one decreasing and one increasing = Red 5. If A above 50 and B above 100, but both decreasing = Dark Blue 6. If A below -50 and B below -100, but both increasing = Maroon 7. If either A or B or both are not in obos zone = Grey
If buffers aren't enough for this to be coded, then code based on the following results:
1. If A above 50 and increasing and B above 100 and increasing = Aqua 2. If A below -50 and decreasing and B below -100 and decreasing = Yellow 3. If A above 50 and B above 100, but either A or B or both are decreasing = Blue 4. If A below -50 and B below -100, but A or B or both are increasing = Red 5. If either A or B or both are not in obos zone = Grey
Hope the above explanation is clear enough for you. Thank you in advance again Mladen.