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
DZ DTosc & arrows - smoothed & alerts & divergence made compatible with new mt4 builds, original was posted here https://www.mql5.com/en/forum/general
Dynamic zone haDelta of averages & divergence originally from here https://www.mql5.com/en/forum/general updated to include now 20 averages and made compatible with the new mt4 builds. Averages now included are a choice of pre smoothing average(PriceSmoothingMethod and PriceSmoothing) and post smoothing averages(ResultSmoothingMethod,ResultSmoothingMethod) are:
0 = SMA
1 = EMA
2 = Double smoothed EMA
3 = Double EMA (DEMA)
4 = Triple EMA (TEMA)
5 = Smoothed MA
6 = Linear weighted MA
7 = Parabolic weighted MA
8 = Alexander MA
9 = Volume weghted MA
10 = Hull MA
11 = Triangular MA
12 = Sine weighted MA
13 = Linear regression
14 = IE/2
15 = NonLag MA
16 = Zero lag EMA
17 = Leader EMA
18 = Super smoother
19 = Smoother
Dynamic zone dss made new metatrader 4 compatible : dynamic_zone_dss_bressert_mtf_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
Dynamic zone DSS + zig zag
Dynamic zones double smoothed stochastic with an adition of a zig zag made new metatrader 4 compatible and some minor code changes made : dynamic_zone_dss_bressert_-_mtf_amp_zigzag__nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
CrustallumKvs, mrtools
Interesting problem you guys started (mtf-ing the ZigZag for one) but here it is : all in all 8 calculating buffers + 1 drawing buffer added in order to make this work. ZigZag peeks in mtf mode are drawn on the last bar that belongs to the target time frame bar (as an example : if there is a peek at 12:00 on a 1 hour chart then on a 5 minute chart the peak will be at 12:55 - the last bar that still belongs to the 1 hour 12:00 bar)PS: ZigZag period is separate from dynamic zone period (that way it is more flexible) Also, as all ZigZags, it can change peaks backwards if a new high or low is reached
regards
Mladen
Didn't see the zigzag before but was going to say not enough buffers to make it, but very possibly Mladen, has some ideas but in the meantime here's the mtf.
PS: updated version compatible with the new metatrader 4 posted here https://www.mql5.com/en/forum/general
Dynamic zone ASI smooth
Dynamic zone ASI smooth with adjustable symbol multi time frame version, made new metatrader 4 compatible : dynamic_zone_-_asi_smooth_-_adjustable_symbol_amp_mtf_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
Odysseus
Overlooked this one
Here is a mtf for now. Will have to do some work for alerts and arrows (as we know arrows on a "foreign" symbol have no meaning and this indicator allows symbols other than the main chart)
PS: updated version compatible with new metatrader 4 posted here https://www.mql5.com/en/forum/general
regards
Mladen
Hi Mladen,
I *love* this indi, could u add MTF and arrows/alerts for zero/mid line break?
Thanks so much in advance!
OdysseusDZ Blau - ergodic tsi & divergence 2.01 originally from here https://www.mql5.com/en/forum/general modified to be compatible with new mt4 builds.
Dynamic zone ASI smoothed
Dynamic zone ASI smooth (adjustable symbol, multi time frame version with alerts added) made new metatrader 4 code compatible : dynamic_zone_-_asi_smooth_-_adjustable_symbol_amp_mtf_amp_alerts_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
Odysseus
Here you go
You can configure each arrow and alert you want : with arrowsUpLevelVisible, arrowsDownLevelVisibleand arrowsMiddleLevelVisible you can set which level cross you want to mark with arrows (default is set to middle (zero) level) and with alertsOnUpLevelCross, alertsOnDownLevelCrossand alertsMiddleLevelCrossyou set the alerts you want to be alerted on )again, default is middle line cross) As an example here is how a middle line cross arrows look on a 15 chartPS: arrows are not going to be shown on a "foreign" chart (if the symbol monitored by the indicator is not the same as the chart symbol) but alerts are going to be triggered even then and they are going to show for which symbol the alert is triggered for
_________________________
Updated version code compatible with the new metatrader 4 posted here https://www.mql5.com/en/forum/general
regards
Mladen
Thanks mladen, much appreciated.
Alerts/arrows (at least a mid-line alert/arrow) would be great so as not to have to be glued to the PC!!!
Great stuff!
Odysseus