Elite indicators :) - page 424

 
mladen:
This should be it

Thanks Mladen and no more errors appeared on the expert folder. However, I have noticed that indicator r_BBands-2K-311213.mq4 still encountered the same error. I tried to download again from you fixed but the error still exist. Appreciate you could get it done.

May be the error is related to DateExpire.h?

Again, see attached file:r_bbands-2k-311213_1.mq4

Files:
 
mladen:
Here you go (no errors caused by it now ). Left the expiration time in it too even though it is obviously (the expiration) part of the original indicator BTW: it is one of igorads indicator (BBands_Stop - some versions of it can be found on this very thread) so I do not think that the company label and expiration date that was patched in it was igorads intention and as far as I see it is by no means made (those "patches") by igorad. Those patches were causing the errors you had. I suggest you use igorads original (at least then you are going to know what exactly are you using)

Hi Mladen, sorry to bother you again. When i tried to decompile, still encountered errors:

1;41;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;242:5;'trend' - expression on global scope not allowed

2;75;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;242:5;'trend' - variable not defined

1;41;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;243:4;'{' - expression on global scope not allowed

2;73;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;262:3;'}' - unbalanced parentheses

Hope you fix them.

May be you can direct me where to download the original.

Thanks in advance.

 

taipan99

I downloaded the indicator from the link above and got no compiling errors whatsoever. Try downloading it again and compiling it again (as is, without changing anything in it - my version has 250 lines in your comiler errors it is written that the last error was found at 262nd line)

taipan99:
Hi Mladen, sorry to bother you again. When i tried to decompile, still encountered errors:

1;41;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;242:5;'trend' - expression on global scope not allowed

2;75;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;242:5;'trend' - variable not defined

1;41;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;243:4;'{' - expression on global scope not allowed

2;73;D:\1_Software\RichardIndicator bug fixed\r_BBands-2K-311213-1.mq4;262:3;'}' - unbalanced parentheses

Hope you fix them.

Thanks in advance.
 

...

A variation on the volatility quality theme :

In the volatility quality index there is one step where the volatility quality itself is accumulated. That step makes it a "non-zero based" indicator and because of that additional moving averages are required in order to have some kind of a signal. If the accumulating step is left out, it suddenly becomes a zero-based oscillator (a rather fast as it seems) and that way we can leave the moving averages out (using zero line crosses instead for signals). Try it out. It seems to give valid signals even for longer periods

and an example using 25 for price pre smoothing (seems interesting too)


PS: when using longer price pre-smoothing it is better to have smaller filter value on lower time frames. Filter is made fractional for that purpose : to make it possible to control the filter as precise as it can be. It needs some experimenting with parameters, but it seems t be a promising way to use volatility quality

 
mladen:
taipan99 I downloaded the indicator from the link above and got no compiling errors whatsoever. Try downloading it again and compiling it again (as is, without changing anything in it - my version has 250 lines in your comiler errors it is written that the last error was found at 262nd line)

As per advice, downloaded and decompiled without errors. But the same errors still there when I have dragged it to chart. See errors as below:

00:00:08 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:10 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:10 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:14 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:14 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:16 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:18 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:20 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:20 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:22 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:23 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:25 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:26 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove functio

This indicator error has been fixed but it did come back. Don't know why.

 

This is Blau's candlestick and ergodic oscillators on jurik.

 

...

taipan99

The name of the indicator you should use is the following :

r_BBands-2K-311213-1

not the

r_BBands-2K-311213

use the one with that exact name and it will work. Right now you are using the one without last change. I tested that one again and again (from this post : https://www.mql5.com/en/forum/general ) and there is no error message issued at all - it works as it should

regards

Mladen

taipan99:
As per advice, downloaded and decompiled without errors. But the same errors still there when I have dragged it to chart. See errors as below:

00:00:08 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:10 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:10 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:14 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:14 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:16 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:18 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:20 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:20 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:22 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:23 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:25 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove function

00:00:26 r_BBands-2K-311213 EURUSD,H1: invalid time value for ObjectMove functio

This indicator error has been fixed but it did come back. Don't know why.
 
mladen:
taipan99 The name of the indicator you should use is the following :

r_BBands-2K-311213-1

not the

r_BBands-2K-311213

use the one with that exact name and it will work. Right now you are using the one without last change. I tested that one again and again (from this post : https://www.mql5.com/en/forum/general ) and there is no error message issued at all - it works as it should

regards

Mladen

Thanks for your patient and now my problems on indicators are all fixed.

 

...

taipan99

Glad that it is solved :):)

Mladen

taipan99:
Thanks for your patient and now my problems on indicators are all fixed.
 

Request for Double-EMA plse

Good morning Mladen,

Please could you add a Double-EMA value to this "Averages MACD - mtf & alerts+divergence" for me?

The "averages MACD - alerts & arrows" has that option and I find it better.

Thanking you in advance.

Would you kindly look at my request to "wave your magic wand" over my posted RSi-M5 on the previous page, plse? (Post #4382)

Best wishes for a great weekend.

Reason: