Suggestion to forum admins - page 59

 

Elite section Indicators

Hello , yesterday i just get the indicator "dynamic zone T3 RSI" and as you can see nothing show on the screen ,it look like

a missing DLL code if it is the case could you guide me to what is missing.

Thanks in advance

Pierre63

Files:
 
Pierre63:
Hello , yesterday i just get the indicator "dynamic zone T3 RSI" and as you can see nothing show on the screen ,it look like

a missing DLL code if it is the case could you guide me to what is missing.

Thanks in advance

Pierre63

You are missing dynamicZone.dll (this one : dynamiczone_dll_february_2010.zip )

 

Thanks Mladen for re-opening the thread .

First, I wanted to say goodbuy also to ND, I just read his message on his old thread and that he left his position as forum manager (or was forced to leave...). I'm sorry about that and the loss. All the best to him.

Secondly, I wanted to ask someone (no hurry) to post a screenshot of this volatility indicator : https://www.mql5.com/en/forum/179807/page79 at least on M15. I'd like to see what it looks like on other chart than weekly before buying it. Thanks a lot.

 
airquest:
Thanks Mladen for re-opening the thread .

...

Secondly, I wanted to ask someone (no hurry) to post a screenshot of this volatility indicator : https://www.mql5.com/en/forum/179807/page79 at least on M15. I'd like to see what it looks like on other chart than weekly before buying it. Thanks a lot.

airquest

This a 15 minute chart set to 1 percent level (you need to adjust percents depending on time frames, since on higher time frames percents are higher than on lower time frames)

Files:
volatilty.gif  34 kb
 

As many of you have noticed the sections at forex-TSD are reorganized (simplified).

In order to get easiest access to new sections organization the best is to follow this link : https://www.mql5.com/en/forum or simply press home at the menu at the top of the home page

_____________________________

The reorganization is not going to delete or leave out any of the contest that forex-TSD gathered over the years, it is only going to replace an overcomplicated tree that grew with years with a simpler to follow, navigate and find stuff, so nobody will lose any of the contents he/she is used to. All is still there but in less groups (sections)

 

Mladen,

Is it normal that this indicator (Advanced Decline Line : https://www.mql5.com/en/forum/general) don't work on CFD ? (see screenshot, in separate window should show the indi, it works on forex pairs...). Thanks.

Files:
adl.png  71 kb
 
airquest:
Mladen,

Is it normal that this indicator (Advanced Decline Line : https://www.mql5.com/en/forum/general) don't work on CFD ? (see screenshot). Thanks.

Try removing the ",1" from the end of the "ForSymbols" field. It should work then

 
mladen:
Try removing the ",1" from the end of the "ForSymbols" field. It should work then

Nope, sorry, don't work either. It's not a big deal actually, just a bit disappointing (no offense)

 
airquest:
Nope, sorry, don't work either. It's not a big deal actually, just a bit disappointing (no offense)

Which broker (can you attach the .srv file if you have it for a demo account on that broker)?

 
airquest:
Nope, sorry, don't work either. It's not a big deal actually, just a bit disappointing (no offense)

airquest

Found it

There is a line that goes like this :

Symbols = stringUpperCase(StringTrimLeft(StringTrimRight(Symbols)));[/PHP]

replace it with this :

[PHP] Symbols = StringTrimLeft(StringTrimRight(Symbols));

and keep that ",1" in the symbols field too

Reason: