Page 15 of 99

Re: Dynamic Zone indicators for MT4

Posted: Thu Mar 16, 2017 12:00 pm
by mrtools
camisa wrote:
arrows on this one please
Camisa added the arrows.

Re: Dynamic Zone indicators for MT4

Posted: Thu Mar 16, 2017 6:40 pm
by braciola719
nice to have this as you can do

Re: Dynamic Zone indicators for MT4

Posted: Fri Mar 17, 2017 7:46 pm
by mladen
v2vboni wrote:Dz TDI PolyChromatic indicator... just an experiment using Dyanamic Zone with TDI RSI.This is just a hybrid version of Dynamic Zone PolyChromatic Momentum Indicator originally developed by Dennis Meyer, and a newer version made by mr. mladen. I simply combined the TDI RSX plus the DzPolyChromatic indicator features/functions... Then, I stripped it down to three options with an added commonly use TDI classic RT version.Note:  The DLL file  (dynamicZone.dll) must be save under .../MQL4/Libraries   
Nice

Re: Dynamic Zone indicators for MT4

Posted: Fri Mar 17, 2017 11:41 pm
by mntiwana
v2vboni wrote:Dz TDI PolyChromatic indicator... just an experiment using Dyanamic Zone with TDI RSI.This is just a hybrid version of Dynamic Zone PolyChromatic Momentum Indicator originally developed by Dennis Meyer, and a newer version made by mr. mladen. I simply combined the TDI RSX plus the DzPolyChromatic indicator features/functions... Then, I stripped it down to three options with an added commonly use TDI classic RT version.Note:  The DLL file  (dynamicZone.dll) must be save under .../MQL4/Libraries
Good work
Thanks v2v

Re: Dynamic Zone indicators for MT4

Posted: Tue Mar 21, 2017 9:51 am
by Billy Kay
mrtools wrote:New version of dynamic zone value chart with arrow and alert options on step ma pdf color change and or on the candles entering and exiting overbought zones.  
Hi MrTools,
Are those HA candles on the indicator? If so, would you mind sharing your inputs screen please.

Kind regards

Re: Dynamic Zone indicators for MT4

Posted: Tue Mar 21, 2017 11:01 am
by mrtools
Billy Kay wrote:
Hi MrTools,
Are those HA candles on the indicator? If so, would you mind sharing your inputs screen please.

Kind regards
Hi Billy Kay, those candle are similar to ha candles but actually their produced by the value chart, using default settings. Please keep in mind that was also from using a ha smoothed offline chart.

Re: Dynamic Zone indicators for MT4

Posted: Sat Mar 25, 2017 7:15 pm
by mladen
mladen wrote:ADXm (the levels version) with a choice of floating or quantile levels (which makes it one of the "new dynamic zones" versions)
Upgraded ADXm (the levels version) with a choice of floating or quantile levels (which makes it one of the "new dynamic zones" versions) - multi time frame optimized and some additional code changes

Re: Dynamic Zone indicators for MT4

Posted: Sat Mar 25, 2017 7:51 pm
by Darkdoji
Hi Mladen, 

I guess I am one of the first persons to view this post. If you do not mind I would like to ask two general questions about your post:
What do you really mean by "new" in "new dynamic zones" version. How is it different from the others in terms of implementation and or application.Is it better than past applications of the same implementation? If so how is it different? What more does it add to measuring the space it measures given its underlying operations as an indicator.I apologize if you have explained this elsewhere (in which case kindly point me to the thread), otherwise I just would really want to know from you as an expert the best use to which we may deploy the indicator in actual trading.


Thank you

Re: Dynamic Zone indicators for MT4

Posted: Sat Mar 25, 2017 9:07 pm
by mladen
Darkdoji wrote:Hi Mladen, 

I guess I am one of the first persons to view this post. If you do not mind I would like to ask two general questions about your post:
What do you really mean by "new" in "new dynamic zones" version. How is it different from the others in terms of implementation and or application.Is it better than past applications of the same implementation? If so how is it different? What more does it add to measuring the space it measures given its underlying operations as an indicator.I apologize if you have explained this elsewhere (in which case kindly point me to the thread), otherwise I just would really want to know from you as an expert the best use to which we may deploy the indicator in actual trading.


Thank you
I did explain it but on the old site, so I guess it does not hurt to repeat it :

The thing is that quantile bands and dynamic zones are very similar in results. But since quantile bands to not require dll, it makes it a bit easier to use (looking from the users side now) and to maintain (since file, no need to remember that the dll is required, and so on ....)

Floating levels are different though but their nature is similar to both and that is why I use the quantile bands + floating levels combination in the "fl" versions now

Re: Dynamic Zone indicators for MT4

Posted: Sat Mar 25, 2017 11:11 pm
by Darkdoji
Thank you very much - simple and to the point. I bow.