Dynamic zone indicators ... - page 47

 
mladen:
thorcmt

Already 8 drawing buffers are used in that indicator. I would have to leave something out from the existing in order to add a visible average. What should I leave out? Logical choice seems to be leaving out histogram)

Let me know

Yes to histrogram

 
thorcmt:
Yes to histrogram

thorcmt

Here you go Histogram is removed, Signal line added. Alerts as well arrows on velocity to signal line crosses added so all the possible crosses are covered with alerts and arrows now

 

Include points of trend indicator.

Good morning to all:

One could add to this indicator points to identify the trend.

Deputy sample image.

Thank you very much.

Regards

Hermo

dynamic_zone_dss_bressert_-_mtf_amp_alerts_amp_zigzag.mq4

 
Hermo:
Good morning to all:

One could add to this indicator points to identify the trend.

Deputy sample image.

Thank you very much.

Regards

Hermo

dynamic_zone_dss_bressert_-_mtf_amp_alerts_amp_zigzag.mq4

Hermo

In that indicator there is a lack of drawing buffers that would allow that. Already 7 out of possible 8 drawing buffers are used and to make slope changes colors 2 more buffers are necessary, so it can not be done with all the data it is showing now

 

Include points of trend indicator

Good morning mladen:

Thank you very much for your clarification. So the version I attached was feasible to perform.

Is that correct? Only uses 6 buffers

Thank you very much mladen.

A big hug.

Hermo.

dynamic_zone_dss_bressert.mq4

 
Hermo:
Good morning mladen:

Thank you very much for your clarification. So the version I attached was feasible to perform.

Is that correct? Only uses 6 buffers

Thank you very much mladen.

A big hug.

Hermo.

dynamic_zone_dss_bressert.mq4

Hermo

Made it like this. Instead of dots it is drawing non repainting color lines

 

Added outer dynamic zones to the Kaufman price filtered oma, indicator is also multi timeframe. Picture is with default setting except using it on H1 timeframe on M30 chart.

 
mrtools:
Added outer dynamic zones to the Kaufman price filtered oma, indicator is also multi timeframe. Picture is with default setting except using it on H1 timeframe on M30 chart.

Interesting indicator Mr. Tools. Do you have this in a seperate window indicator?

 
rayphua:
Interesting indicator Mr. Tools. Do you have this in a seperate window indicator?

Rayphua simply change this line at the top of the code

#property indicator_chart_window

to

#property indicator_separate_window

then rename it i usually add sw to the name and compile, and it will work.

 
mrtools:
Rayphua simply change this line at the top of the code

#property indicator_chart_window

to

#property indicator_separate_window

then rename it i usually add sw to the name and compile, and it will work.

Got it, thanks!

Reason: