
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
This is another version of bb macd double this version is using rsi macd double from Mladen, this one is the same as the last except for the rsi of macd double.
Updated version posted here : https://www.mql5.com/en/forum/general
Zero lag macd - arrows, alerts and multi time frame made new metatrader 4 compatible : zerolag_macd_-_alerts_amp_arrows_nmc.mq4 Original was posted here : https://www.mql5.com/en/forum/general
An alert of zero level crossing would be of great use if is not too difficult to implement.
Thank you in advance for considering.
An alert of zero level crossing would be of great use if is not too difficult to implement. Thank you in advance for considering.
rowish
That indicator has 3 alerting modes (depending on AlertsArrowsOn parameter) :Updated macd double - averages : macd_double_-_averages_nmc.mq4
Original was posted here :
PS: as a reminder - averages used are the following :MACD double averages
Even though, by definition, MACD is a difference of two EMAs, decided to see what will happen with the MACD double if it uses some of the oter types of averages/smoothing. So, this version can chose between the 20 types of averages. It needs experimenting with averages types (some are better for trending and some for scalping)
___________________
Possible averages types are :Updated and upgraded absolute strength of averages : absolutestrength_of_averages_mtf_2.02_nmc.mq4
Originally it was posted here : https://www.mql5.com/en/forum/general
PS: the "upgrade" part refers to a fact that it has all the usual newest average types now (the 20 types of averages)
David
Here you go
mladen,
I tested it out and it works great!! Thank you so much. Only difficulty is that adding the histo creates more difficulty visually seeing everything clearly for me. Is there any other way to display the change in distance?? If not, would it be possible to add change of directions to show up move increase distance as rising up above 0 line and up move decrease distance as dropping down and still always above 0 line, and therefore down move increase distance as below 0 line and dropping down more and down move decrease distance as always below 0 line and rising up. Perhaps that would help. I don't know,
thanks once again. have a great weekend.
traderdp
DavidUpdated version posted here : https://www.mql5.com/en/forum/general
Mladen
You guys have been very busy & again thanks for all the nmc updates.
As you maybe aware I use offline charts which sometimes can be back tested. My predicament, Is there a code snip that I could add to the attached indicator to add the Long val & short val to determine the profit or loss to a certain "max bars"?? I'm going to be a little redundant :
1. use the Long val as the close of the short trade & as the start of the long trade.
2. use the Short val as the close of the Long trade & as the start of the Short trade
3. print the active total on the chart
or do I need a separate indic to do the above somewhat like my sqConsecutivecandle indicator??
Thanks
Ray
Mladen
You guys have been very busy & again thanks for all the nmc updates.
As you maybe aware I use offline charts which sometimes can be back tested. My predicament, Is there a code snip that I could add to the attached indicator to add the Long val & short val to determine the profit or loss to a certain "max bars"?? I'm going to be a little redundant :
1. use the Long val as the close of the short trade & as the start of the long trade.
2. use the Short val as the close of the Long trade & as the start of the Short trade
3. print the active total on the chart
or do I need a separate indic to do the above somewhat like my sqConsecutivecandle indicator??
Thanks
RayRay
I am not aware of such a code snippet that could do that (the main problem is not knowing when exactly the trend changes - not the bar, but the price)
Ray I am not aware of such a code snippet that could do that (the main problem is not knowing when exactly the trend changes - not the bar, but the price)
I saw it once on an indicator but can't seem to find it now.
Thanks for the quick response
Ray