
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.
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?
The super trend (experiment) - metatrader 5 version
This version has 4 types of calculations
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
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
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
Mladen
Просьба подправить Индикатор - не компилируется
https://www.mql5.com/en/code/12864
Try them out now (smoothing algorithms is the same - these two are changed)
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
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