
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
mladen,
I am sorry for this addendum but my prior post was slightly incorrect.
I would like to take the IBS_RSI_CCI v4 indicator and make a histogram indicator out of it with colored vertical lines as follows:
if Default is above Smooth or zero line, color the line dark green
if Default is above Smooth which is above Zero line, color the line lime green
if Default is below Smooth or zero line, color the line dark red
if Default is below Smooth which is below Zero line, color the line red
I would very much appreciate it if you could create this indicator.
Thank you very much for all that you have done and continue to do to help us all on this forum.
Again I am sorry for my mistake in prior post.
traderdp
DavidDavid
Here is a version that does like you described : ibs_rsi_cci_v4_histo.mq4
Talaat E, sorry for my late answer to your request, added interpolation, about the different colors for the different crossings, if I'm not mistaken you can change the colors as you like, either in the source code or as you apply the indicator to your chart.
Dear Mladen and Mrtools
I would like to explain my request for arrows colors:
In the indicator "3 MA Cross with alert mtf 2", there are three arrows displayed on the chart as the results of the interactions of the moving averages.
In the given figure, three moving averages lines are displayed, its colors are:
- Bluefor faster MA
- LimeGreenfor medium MA
- redfor slower MA
arrows are coming from the following interaction (crossing):
1- faster MA against medium MA or vise versa
2- faster MA against slower MA or vise versa
3- slower MA against medium MA or vise versa
The problem (which make me visually confused) is all arrows have same color as follows:
Blue in case of bullish, this is the first indicator buffer
Redin case of bearish, this is the second indicator buffer
my request, if it is possible, is:
To add three buffers for bullish arrows indicator (its colors can be Blue, DeepSkyBlue and Aqua buffer colors)
and also
To add three buffers for bearish arrows indicator (its colors can be FireBrick, Red and DarkOrange buffer colors)
These will have to increase the indicator buffer from 7 (now) to 11 buffers
I hope I explained well enough
Thanks
David Here is a version that does like you described : ibs_rsi_cci_v4_histo.mq4
mladen,
Thank you so much for the histo indicator. It is just what I am looking for.
I really appreciate all of your efforts to help.
traderdp
David
Dear Mladen and Mrtools
I would like to explain my request for arrows colors:
In the indicator "3 MA Cross with alert mtf 2", there are three arrows displayed on the chart as the results of the interactions of the moving averages.
In the given figure, three moving averages lines are displayed, its colors are:
- Bluefor faster MA
- LimeGreenfor medium MA
- redfor slower MA
arrows are coming from the following interaction (crossing):
1- faster MA against medium MA or vise versa
2- faster MA against slower MA or vise versa
3- slower MA against medium MA or vise versa
The problem (which make me visually confused) is all arrows have same color as follows:
Blue in case of bullish, this is the first indicator buffer
Redin case of bearish, this is the second indicator buffer
my request, if it is possible, is:
To add three buffers for bullish arrows indicator (its colors can be Blue, DeepSkyBlue and Aqua buffer colors)
and also
To add three buffers for bearish arrows indicator (its colors can be FireBrick, Red and DarkOrange buffer colors)
These will have to increase the indicator buffer from 7 (now) to 11 buffers
I hope I explained well enough
ThanksTalaat E
In that indicator there are already 2 types of arrows : when the fast ma crosses medium ma and when the fast ma crosses slow ma. As far as I see the only one that needs to be added is when the middle crosses the slow. Am I right?
ok mladen
would you guide me to which indicator color number belong to these two cases ( fast cross medium and fast cross slow)
ok mladen would you guide me to which indicator color number belong to these two cases ( fast cross medium and fast cross slow)
Forget about the previous post
The indicator needs some rewriting
_____________________
PS: what is the "ArrowOnFirstBar" intended for?
ok thanks mladen
ok thanks mladen
Here is a 3 ma cross where each arrow color and gap can be configurable separately : 3_ma_cross_with_alert_mtf_3.mq4
thanka malden, right now I am outside I shall tested as soon
thanks again
Here is a 3 ma cross where each arrow color and gap can be configurable separately : 3_ma_cross_with_alert_mtf_3.mq4
work perfect, thanks mladen