
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
Sto cci rsi indicator : sto_cci_rsi_2_nmc.mq4
QQE combined (originally from here : https://www.mql5.com/en/forum/general ) made compatible with new metatrader 4 : qqe_combined_histo_nmc.mq4
______________________
PS: to coders - before you could ise bool as integer. Now you can not. Metatrader cuts all the values 1 to 0 or 1.
barbaron
Here you go
It works as you described it. If you want the second time frame to be the next bigger from a time 1st time frame, all you have to do is to place the word "next" anywhere in TimeFrame2 parameter. If you set both time frame parameters to same value, you are getting in effect a readings of one single QQE indicator trend otherwise it is combining them. If both are in the same direction, then the bars is colored accordingly otherwise it is gray.
regards
Mladen
Good Evening Mladen,
Can you please create an indicator from two simple QQE indicators. Every one ofthem will have it's own time frame. (the default of the first one is the current and the secondone - the next bigger, but it have to have the possibility to use different ones for the both.)
The indictor should not drow the qqe lines, but colored squares histogram. The color will be defined as follows:
green : QQE1 the green line is above the red line AND QQE2 green is above the red
red : QQE1 the green line is below the red line AND QQE2 green is below the red
grey : QQE1 green above QQE2 green below OR QQE1 green below and QQE2 green above.
I don't know what is the fast and what the slow so line 0 is green, line 1 is red and line 2 has none as color in my QQE indicator
If possible add option to draw the histogram at the bottom of the main window instead in a separate one.
if possible add also alerts when changing from grey to red/green
thanks in advance.
Best regardsUodated version posted here : https://www.mql5.com/en/forum/general
Percent bollinger band smoothed with jurik : percent_bollinger_bands_smooth_mtf_nmc.mq4
Originally posted here : https://www.mql5.com/en/forum/general
Another in Bollinger band mode this is percent bollinger smooth mtf. Smoothed with jurik.
Updated version posted here : https://www.mql5.com/en/forum/general
dtosc-smoothed flvs slope div_mtf+alerts originally from here: https://www.mql5.com/en/forum/general made compatible with new mt4 builds.
Don't think this has been posted if so will remove, this is another Dtosc floating levels but using slope divergence, its mtf with arrows and alerts.
updated version posted here: https://www.mql5.com/en/forum/general
Heiken ashi of adaptive t3 histogram version (some errors noticed - now it works OK) : heiken_ashi_ma_adaptive_t3_histo_nmc.mq4
Kind request to modify the attached indicator to view in separate window.
I found the histogram version, but would ideally like it with some indication of how long the body/wicks are...not sure if that's possible.
Thanks in advance.
Cheers, S.San do not think this is what your after, not sure how to let the wicks or body vary, if not maybe some one can use it anyway its using the adaptive T3 or if you prefer can turn adaption off, think if i remember right Mladen explained about using the step, in the on chart version it is used to keep the heiken a certain distance from price action but using it when in histo version might be useful. In the picture top version is using step = 10, bottom version step = 1.
Updated version posted here : https://www.mql5.com/en/forum/general
Non lag zigzag dashboard. Both indicators are updated and both are needed for the dashboard to work OK
Originally first version was posted here : https://www.mql5.com/en/forum/general
PS: be careful. This indicator can be heavy on a CPU when a lot of symbols are used