Elite indicators - metatrader 5 version :) - page 47

 

Macd with deviation bands (metatrader 5 version)


This version has all the options (the 22 price types and the choice to use sample correction for deviation or not), and also has a line coloring adjusted related to the relative value position compared to the bands values.


 
mladen:

Macd with deviation bands (metatrader 5 version)


This version has all the options (the 22 price types and the choice to use sample correction for deviation or not), and also has a line coloring adjusted related to the relative value position compared to the bands values.


Can we have same for mt4?
 
sebastianK:
Can we have same for mt4?
MACD with deviation bands (metatrader 4 version) posted here (by mladen): https://www.mql5.com/en/forum/178018/page95
 

The super trend (experiment) - metatrader 5 version


This version has 4 types of calculations

  • average true range mode (default)
  • standard error mode
  • standard deviation without sample correction mode
  • standard deviation with sample correction mode

Built it standard deviation is left out in this version (it is the same as standard deviation without sample correction mode). Some other changes made too : it is obvious that it is showing a sort of a channel that supper trend is using : as recommended, the "trend" line can be used as stop loss value apart from being an entry and exit signal. The channel is showing a sort of expected volatility in which the price is expected to evaluate.

The usual set of alerts is already built in into this indicator


 
Anyway:
MACD with deviation bands (metatrader 4 version) posted here (by mladen): https://www.mql5.com/en/forum/178018/page95
Thank you :)
 
mladen:

The super trend (experiment) - metatrader 5 version


This version has 4 types of calculations

  • average true range mode (default)
  • standard error mode
  • standard deviation without sample correction mode
  • standard deviation with sample correction mode

Built it standard deviation is left out in this version (it is the same as standard deviation without sample correction mode). Some other changes made too : it is obvious that it is showing a sort of a channel that supper trend is using : as recommended, the "trend" line can be used as stop loss value apart from being an entry and exit signal. The channel is showing a sort of expected volatility in which the price is expected to evaluate.

The usual set of alerts is already built in into this indicator


Just an interesting comparison : same example as above, but using standard error instead of using atr


 

Mladen

Просьба подправить Индикатор - не компилируется

https://www.mql5.com/en/code/12864 

Files:
12864_ru.zip  24 kb
 
linux4j:

Mladen

Просьба подправить Индикатор - не компилируется

https://www.mql5.com/en/code/12864 

Try them out now (smoothing algorithms is the same - these two are changed)


Files:
qqecloudx.mq5  18 kb
qqecandle.mq5  22 kb
 

Gan high-low activator


The biggest change compared to previous version is that it is a multi time frame version. This multi time frame version is as simple as it gets (code-wise) and for now the only issue that remains to be solved (an issue that all the multi time frame version suffer from) is the infamous error 4806 (it happens from time to time when you switch time frames of symbols). in any case, as a part of an ongoing coding road to find ways as reliable as we have them in mt4, this is a rather good step forward.

PS: since I hate two file multi time frame versions, as you can see this is a single file version. It is going to stay so (at least when I make multi versions that are going to include time frame too). Multiple file multi time frame versions are (at least in my opinion) not necessary and are just a way to over-complicate and to cause errors in execution. In any case now it is going to be checked, re-checked and eventually (soon I hope) we shall have the solution(s) for that error 4806 (raised by mt5, btw) too

PPS: this is the version that includes 4 types of averages in calculation (as we know, sma is the original Gann high/low activator way, but for experimenting reasons, we can use the other 3 basic types of averages too in this version). Also, alerts are included already too


 
mladen:

Macd with deviation bands (metatrader 5 version)


This version has all the options (the 22 price types and the choice to use sample correction for deviation or not), and also has a line coloring adjusted related to the relative value position compared to the bands values.


Upgraded version - multi time frame processing added


Reason: