Page 27 of 99

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 3:18 am
by mntiwana
Tsar wrote: Mon May 22, 2017 2:59 am Dear mladen,

Need your Help for Update dynamic zones multi pass averages 2.02 please...
In MT 4 Build 1090 didn't Work again (Not Show that Indicator}

Thank's in Advance
Working with me with new build 1090 (compiled with old build)
but compiled with new build do not working with me too,so it seems the problem coming from new build only
old build compiled (ex4) file attached

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 4:42 am
by mladen
mntiwana wrote: Mon May 22, 2017 3:18 am Working with me with new build 1090 (compiled with old build)
but compiled with new build do not working with me too,so it seems the problem coming from new build only
old build compiled (ex4) file attached
Try this version now


Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 4:59 am
by chirvasamar
Dear Mladen,
Found also other two indicators not showing on chart in build 1090.
See my post #990 in "indicators request and ideas".

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:02 am
by chirvasamar
And tried also Dynamic zones Multi pass averages 2.02 (new build) you posted 20 minures ago and still not showing anything on chart even Journal says loaded successfully and initialized.

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:05 am
by mladen
chirvasamar wrote: Mon May 22, 2017 5:02 am And tried also Dynamic zones Multi pass averages 2.02 (new build) you posted 20 minures ago and still not showing anything on chart even Journal says loaded successfully and initialized.
Turn the dll imports on
That example from my post is build 1090


Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:10 am
by mntiwana
chirvasamar wrote: Mon May 22, 2017 4:59 am Dear Mladen,
Found also other two indicators not showing on chart in build 1090.
See my post #990 in "indicators request and ideas".
Hi chirvasamar
Always try to quote from belong post so that someone can access easily and fast

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:19 am
by chirvasamar
I checked.It is on.See attach.

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:20 am
by chirvasamar
mntiwana wrote: Mon May 22, 2017 5:10 am Hi chirvasamar
Always try to quote from belong post so that someone can access easily and fast
Ok. Sorry....

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:22 am
by mladen
chirvasamar wrote: Mon May 22, 2017 5:19 am I checked.It is on.See attach.
Please check this : Metatrder latest bug ...
Just an addition : if you change the code (any change, randomly) and then compile, and then change the code back to original state, your chances are that the ex4 will start to work - show the values, since the values are there all the time - you can check that in the data window, only the mt is not drawing the values as it should. As I told there : nothing to do with the code. All to do with mt4

Re: Dynamic zone indicators ...

Posted: Mon May 22, 2017 5:40 am
by chirvasamar
So, if I choose "dtosc super smoother fl's.mq4" and
- change line 9: "#property indicator_color1 clrSilver" to "#property indicator_color1 clrAqua"
- compile
- change back line 9 to clrAqua
- compile again
might be chances that ex show the values.
May I Try ?