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
...
Here you go
Divergence and multi time frame added so now it has all you asked for
updated version posted here: https://www.mql5.com/en/forum/general
Mladen
Hi Mladen
MTF
Thanksupdated version here: https://www.mql5.com/en/forum/general
Volatility Pivot - mtf & alerts from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.
Heiken ashi of averages (updated and upgraded - now it has all the latest average types) : heiken_ashi_of_averages_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/generalAvergase that can be used now :David
That is a corridor SSA (you can find a couple of versions of it already on TSD - even versions with arrows (those text labels are just replacing the arrows with text) - after all corridor ssa was made at TSD)
Better not to use normalized SSA in signaling mode (as it is attempted in that case)
As I told multiple times : normalized SSA (not the end pointed SSA) can recalculate all the bars when number of computations is greater than 1. And applied to repainting renko it is very dangerous. Better use the end-pointed version (here is one with arrows : https://www.mql5.com/en/forum/general )mladen,
Please forgive me. I do not use the SSA indicator that I posted in my pic - I do use your Corridor normalized end-pointed 2_arrows nmc version.
Now I am looking for a 2nd new additional mq4 open source indicator to show the HH HL LH LL , so that I will be able to overlay the 2nd new indicator on top of your original Corridor normalized end-pointed 2_arrows nmc indicator.
I already use and love your non repainting Corridor nmc version on the other platform I use. I would now like to use this new overlay indicator on top of your Corridor mc version on that other platform as well.
I hope I made my request clearer now and again I apologize for any confusion I may have accidentally caused in my last post.
Thanks again for all of your tremendous help always.
traderdp
David
mladen,
Please forgive me. I do not use the SSA indicator that I posted in my pic - I do use your Corridor normalized end-pointed 2_arrows nmc version.
Now I am looking for a 2nd new additional mq4 open source indicator to show the HH HL LH LL , so that I will be able to overlay the 2nd new indicator on top of your original Corridor normalized end-pointed 2_arrows nmc indicator.
I already use and love your non repainting Corridor nmc version on the other platform I use. I would now like to use this new overlay indicator on top of your Corridor mc version on that other platform as well.
I hope I made my request clearer now and again I apologize for any confusion I may have accidentally caused in my last post.
Thanks again for all of your tremendous help always.
traderdp
DavidOK
Will see how to do to it as simple as it can be done
OK Will see how to do to it as simple as it can be done
mladen,
Thank you so much. I really appreciate it very much.
traderdp
David
David
That is a corridor SSA (you can find a couple of versions of it already on TSD - even versions with arrows (those text labels are just replacing the arrows with text) - after all corridor ssa was made at TSD)
Better not to use normalized SSA in signaling mode (as it is attempted in that case)
As I told multiple times : normalized SSA (not the end pointed SSA) can recalculate all the bars when number of computations is greater than 1. And applied to repainting renko it is very dangerous. Better use the end-pointed version (here is one with arrows : https://www.mql5.com/en/forum/general )Hi Mladen, I try to apply the NMC of end pointed ssa (find on page 718 of this topic) But when I applied it to a chart nothing happen. A new window indicator is open but nothing appear on it. Could you please tell me how to solve this probelm ? Thanks for your help.
Hi Mladen, I try to apply the NMC of end pointed ssa (find on page 718 of this topic) But when I applied it to a chart nothing happen. A new window indicator is open but nothing appear on it. Could you please tell me how to solve this probelm ? Thanks for your help.
Hi Borgonnuovo, do you have the libSSA.dll installed in your mq4/libraries folder?
Corridor SSA normalized end-pointed 2_arrows from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds and added interpolation to the mtf.