Elite indicators - metatrader 5 version :) - page 43

 
mladen:

sebastianK

We don't (the problem is that we can not make candles the same way - I think it is better to leave this one only as mt5 version)

OK. Agreed
 

RSI (the new set of rsi that corrects calculation bias for some rsi types) with automatic Fibonacci channel added to it


 
steam1:

Hi Mladen, Having a problem with re-name of the indicator

steam1

Re-download it and unpack the file (updated the original post)

 
mladen:

Filtering the Aroon oscillator in order to avoid some false signals


A bit different visual way for Aroon oscillator


Files:
 
sebastianK:
Do we have it for mt4?

Upgraded ema r-square adaptive (filters added, optimized execution time, some changes that allow price filtering without possible issues that can be caused when filters are used...)


Also, this version has 7 types of filter. Since there is a significant difference when price is filtered before or after it is used for r-square trend estimation, now the filters are the following :

  • filtering the price before using it in r-square estimation
  • filtering the price after using it in r-square estimation
  • filtering the price before and after using it in r-square estimation
  • filtering the ema value
  • filtering the price before using it in r-square estimation and the filtering ema value
  • filtering the price after using it in r-square estimation and the filtering ema value
  • filtering all

Some experimenting is recommended, since the filtering type can cause significant change in values

 
mladen:

Upgraded ema r-square adaptive (filters added, optimized execution time, some changes that allow price filtering without possible issues that can be caused when filters are used...)


Also, this version has 7 types of filter. Since there is a significant difference when price is filtered before or after it is used for r-square trend estimation, now the filters are the following :

  • filtering the price before using it in r-square estimation
  • filtering the price after using it in r-square estimation
  • filtering the price before and after using it in r-square estimation
  • filtering the ema value
  • filtering the price before using it in r-square estimation and the filtering ema value
  • filtering the price after using it in r-square estimation and the filtering ema value
  • filtering all

Some experimenting is recommended, since the filtering type can cause significant change in values

Does the mt4 version have the same filter?
 
sebastianK:
Does the mt4 version have the same filter?
It does not, but it s still a work in progress :)
 

Hi Mladen,

I have a little problem with indicator that is crucial to me. When U add it to chart -> 

https://postimg.org/image/lmw1vn105/




it loads and evertthing is OK. ->

https://postimg.org/image/rccafy76d/



But when U close MT5 application and open it again then indicator loads with some error because it draws only 2 lines of histogram ->

https://postimg.org/image/n4hi775qt/



Then U have to open indicator window and press OK to reload indicator ->

https://postimg.org/image/bteuityvp/



and then everything is all right again ->

https://postimg.org/image/g3tief3yt/



It may seem not to be a big problem, although it really starts to be annoying when U have to reload 1 indicator on over 30 charts ->

https://postimg.org/image/agx5gy1g5/



So it there a simple way out of this problem; I reinstalled platform FxPro MT5, I installed oryginal MT5 platform from Metaquotes and the problem with this indicator still exists, although Mt5 editor compiles indicator without any errors or warnings.

I'm no programmer at all, but maybe one, single line of code added to indicator would solve the problem.

Thank U in advance.

Best regards.

Wiertara

Files:
 
Wiertara:

Hi Mladen,

I have a little problem with indicator that is crucial to me. When U add it to chart -> 

https://postimg.org/image/lmw1vn105/




it loads and evertthing is OK. ->

https://postimg.org/image/rccafy76d/



But when U close MT5 application and open it again then indicator loads with some error because it draws only 2 lines of histogram ->

https://postimg.org/image/n4hi775qt/



Then U have to open indicator window and press OK to reload indicator ->

https://postimg.org/image/bteuityvp/



and then everything is all right again ->

https://postimg.org/image/g3tief3yt/



It may seem not to be a big problem, although it really starts to be annoying when U have to reload 1 indicator on over 30 charts ->

https://postimg.org/image/agx5gy1g5/



So it there a simple way out of this problem; I reinstalled platform FxPro MT5, I installed oryginal MT5 platform from Metaquotes and the problem with this indicator still exists, although Mt5 editor compiles indicator without any errors or warnings.

I'm no programmer at all, but maybe one, single line of code added to indicator would solve the problem.

Thank U in advance.

Best regards.

Wiertara

Wiertara

Try the attached instead

Files:
 
PS: the values are different. That is due to the difference how the indicator you posted copies ccia values. The indicator I posted is doing the correctly (you can check it by setting the t3 period on both to 1 : then the value of the cci must be the same as the built in cci and then it is easy to check the correctness.
Reason: