Search found 27 matches

Re: Coding Help

Far as I can tell the code looks good, remember what you are talking about when this indicator was first posted added jurik smoothing and t3 signal lines, seemed okay. Hello mrtools. I noticed that this indicator which was shared previously doesn't have any errors when compiled without #property ...

Re: Coding Help

I changed the code line 168 wro = 100*(1-(MathInt(wrk[r][R1]/Close[i+1])+ to wro = 120*(1-(MathInt(wrk[r][R1]/Close[i+1])+ Then Red line reached to 100 value with impulsive movement. now working same like green line. However, this is not an original calculation, and the question "why" still remains ...

Re: Coding Help

I changed the code line 168 wro = 100*(1-(MathInt(wrk[r][R1]/Close[i+1])+ to wro = 120*(1-(MathInt(wrk[r][R1]/Close[i+1])+ Then Red line reached to 100 value with impulsive movement. now working same like green line. However, this is not an original calculation, and the question "why" still remains ...

Re: Coding Help

Converted it and posted it here. Thank you mrtools !! It really helped me. I'm still wondering about that issue. I changed the code Close to Close[i+1] in the code line 161-166 then the red line started to work same like the green line. Still doesn't reach to 100 value but there are impulsive ...

Re: Coding Help

mrtools wrote: Mon Sep 02, 2024 7:38 am BTW, Mladen did an on-chart version for mt5 that looks pretty interesting.
Thank you for sharing.
Yes, It looks really interesting.

But unfortunately I don't have MT5.....
Could you convert this mql5 to mql4 please.......

Re: Coding Help

Far as I can tell the code looks good, remember what you are talking about when this indicator was first posted added jurik smoothing and t3 signal lines, seemed okay. Now that it was confirmed that there was no problem with the code, I understand that the question "Why doesn't the red line reach ...

Re: Coding Help

Hello mrtools. I'm playing with an indicator that draws 2 lines between 0 - 100 value. By default setting, Green line (using Low Price) reaches to 0 value impulsively but Red line (using High Price) doesn't reaches to 100 value impulsively. I think the red line should work the same as the green line ...

Return to the advanced search