
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
Hi mladen
indicator name : black diamond trader for mt4
Please convert to mt5
Thanks , mladenThat is more than one indicator but the core is the same old solar wind - repaints like hell
mt5 version here : https://www.mql5.com/en/forum/179991/page14
thanks..
and new problem ??
code error ??
I need using smoothalgorithm.mqh and jma smoothing ?
thanks..
and new problem ??
code error ??
I need using smoothalgorithm.mqh and jma smoothing ?
soydan
What new problem? As far as I am aware of, it is working OK
As far as "repulse final" is concerned : I made it a rule of thumb not to use code that does something like this :
for (int iii=1; iii < 28 && (bar-iii)>=0; iii++)
Also, the smoothing algorithms are working with one build, then they don't work with the next build ,,, and so on. It needs a complete revise of code - but that should b done by the author of that code
Hello,
Could you please convert the Wildhog Divergence Indictor to MT5?
Thanks in advance
Hello,
Could you please convert the Wildhog Divergence Indictor to MT5?
Thanks in advance
You can use stochastic instead (the results are going to be almost exactly the same) ;
Hi
Please convert this indicator
Thanks
Hi
Please convert this indicator
ThanksWhat is so special about them so that you want them for mt5?
ACTUALLY THE THIRD ONE IS VERY IMPORTANT FOR ME ( StrengthMeter_wSuffix-mod2.mq4 )
Hi mladen,
Thanks for your reply. I'll check stoch indicator...
May I also ask your help about repulse indicator that you have posted in the previous page? I'm trying to put alert into the repulse indicator but I'm facing problems to get the right repulse index values. When I trace the code, it finds out the right repulse vales for couple of index values but after 3-4 bars passed, repulse values return to zero. I tried several different combinations other than index-1 but it failed all the time. I'm not familiar with mt5 and also indicator coding, I'm doing something terribly wrong but couldn't find it. Thanks again.
Hi mladen,
Thanks for your reply. I'll check stoch indicator...
May I also ask your help about repulse indicator that you have posted in the previous page? I'm trying to put alert into the repulse indicator but I'm facing problems to get the right repulse index values. When I trace the code, it finds out the right repulse vales for couple of index values but after 3-4 bars passed, repulse values return to zero. I tried several different combinations other than index-1 but it failed all the time. I'm not familiar with mt5 and also indicator coding, I'm doing something terribly wrong but couldn't find it. Thanks again.
Try out this version : repulse_new3.mq4