
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
CCI study hist 2 made new metatrader 4 compatible : cci_study2_histo_mtf_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
Good morning MrTools/Mladen
Attached is the CCI indicator that was made for me in it's conventional format. Could you also please do a Horizontal histo version of this indicator (with all the bells and whistles it currently already has built-in)?
Thanks, Regards & have a Pip-filled day!!!
Sylvester
PS. Gold & Silver currently indicating (with my special Fx TSD indicatorsGood morning Sylvester,
Made the Horizontal histo version.
________________________
Updated version compatible with new metatrader 4 posted here : https://www.mql5.com/en/forum/general
rsi - floating levels - advanced & divergence 2 from here https://www.mql5.com/en/forum/general upgraded to be compatible with new mt4 builds.
Rsi advanced with 5 floating levels ...
airquest
To put 2 indicators in one single sub-window you would have to set minimum and maximum values of the two to same values, but in that case you would loose some of the flexibility of the floating levels. So, instead here is one that can draw 4+1 (the middle one) floating levels :
Dear Mladen, one question again about something I don't understand. I'm trying to get the rsi floating level advanced with 4 levels (20,40,60,80) instead of 2. So I put two indis same setting on the same window, but in some timeframes (not all) the reaction is weird, the two rsi fl are not exactly on each other. Here are two screenies, on H1 it works, on M30, not.
Do you have a solution for that ? Maybe modifying the indi to allow putting 4 levels if not possible other way ?
Thanks a lot again.
rsi_-_floating_levels_-_advanced_amp_divergence.mq4ps) upgraded version for new mt4 builds posted here https://www.mql5.com/en/forum/general
Adaptive T3 rainbow - generic, made new metatrader 4 compatible : adaptive_t3_rainbow_-_generic_nmc.mq4
Original (with a description) was posted here : https://www.mql5.com/en/forum/general
Hi Mladen
1. We could simply use the average of the 8 lines - ought to be adequate enough.
2. Grey colour - I was thinking that if the average deviation vs previous bar was "near zero" (more or less flat-lining) a third colour could be incorporated into the formula to reflect this phenomenon. However if it's not possible/extremely complicated we could drop this idea.
Thanks & Regards and have a great weekend!!!
SylvesterSylvester
Made this one as a first step (was checking what would be the average value - a sort of generic value - like). As it is obvious it is not hovering somewhere around the middle length t3 values (the generic value is the thick green line on the example picture) so it seems to be a kind of a new value. Will make the histo version as the next step
_______________________
Updated version posted here : https://www.mql5.com/en/forum/general
Adaptive T3 rainbow - generic, histogram version, made new metatrader 4 compatible : adaptive_t3_rainbow_-_generic_histo_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
And this is the histo version (color changes on slope direction changes)
Will see if we can do something additional as the slope direction is concerned (to get the 3rd color) and I would like to avoid the so called "angle" of that generic value
_____________________
Updated version posted here : https://www.mql5.com/en/forum/general
mladen,
I have a question.
On MT4 I can't find the open source code for the standard provided "Moving Average" MT4 indicator listed under indicator column, anywhere.
Can you provide an open source code for this standard "Simple Moving Average" MT4 indicator which lists the following:
Parameters: Period 17 , Shift 0 , MA method Simple , Apply to Median Price (HL/2) , Style and color of lines ,
Levels: +40, +80, +120, -40, -80, -120, 0
It seem to work very well when applied to Kiads Renko setup with your indicator, and I need a source code for that.
Thanks so very much for all your help in the past and present always,
traderdp
David
mladen,
I have a question.
On MT4 I can't find the open source code for the standard provided "Moving Average" MT4 indicator listed under indicator column, anywhere.
Can you provide an open source code for this standard "Simple Moving Average" MT4 indicator which lists the following:
Parameters: Period 17 , Shift 0 , MA method Simple , Apply to Median Price (HL/2) , Style and color of lines ,
Levels: +40, +80, +120, -40, -80, -120, 0
It seem to work very well when applied to Kiads Renko setup with your indicator, and I need a source code for that.
Thanks so very much for all your help in the past and present always,
traderdp
DavidDavid
This is the original mq moving average : moving_averages.mq4
But you can not apply levels to any indicator built from mq4 file (custom indicator). You can do that only to built in moving averages
________________________
PS; the metatarder built in moving average (and the one from the attachment) has a rather serious bug. See this post : https://www.mql5.com/en/forum/181280/page7 or this post https://www.mql5.com/en/forum/178733/page37 for explanation