Page 185 of 323

Re: RSI Indicators for MT4

Posted: Tue Mar 22, 2022 5:33 am
by mrtools
Narutopips wrote: Tue Mar 22, 2022 5:25 am Does it Repaint?
Doesn't look like it does code wise.

Re: RSI Indicators for MT4

Posted: Tue Mar 22, 2022 3:28 pm
by 太虚一毫
mntiwana wrote: Sun Mar 05, 2017 1:02 am DZ Adaptive (VHF) RSX Digital Kahler prices lines alerts
Image


Looking forward to upgrading dz adaptive (vhf) rsx digital Kahler - prices + lines + alerts.mq4, adding MTF, all averaging methods and price sets. Infinite merit!

Re: RSI Indicators for MT4

Posted: Tue Mar 22, 2022 8:37 pm
by moey_dw
mrtools wrote: Tue Mar 22, 2022 5:33 am Doesn't look like it does code wise.
mrtoolz......... is there any thing codewise which is telltale sign a indicator repaints?? just wanna know so I can also help ppl pointing out repainters

sorry mods if offtopic

Re: RSI Indicators for MT4

Posted: Tue Mar 22, 2022 10:43 pm
by ionone
moey_dw wrote: Tue Mar 22, 2022 8:37 pm mrtoolz......... is there any thing codewise which is telltale sign a indicator repaints?? just wanna know so I can also help ppl pointing out repainters

sorry mods if offtopic
1) when bars are accessed in the wrong order

example : for (int j = 0; j < limit; j++)

2) when there is a minus index

for example indicator0 = iCustom(NULL,0,"indi", 0, i-1)
indicates a reading in the future

Re: RSI Indicators for MT4

Posted: Wed Mar 23, 2022 3:05 am
by kvak
太虚一毫 wrote: Tue Mar 22, 2022 3:28 pm Looking forward to upgrading dz adaptive (vhf) rsx digital Kahler - prices + lines + alerts.mq4, adding MTF, all averaging methods and price sets. Infinite merit!
Updated adaptive RSX dk with mtf, full price options....

Re: RSI Indicators for MT4

Posted: Wed Mar 23, 2022 4:57 am
by mrtools
kvak wrote: Wed Mar 23, 2022 3:05 am Updated adaptive RSX dk with mtf, full price options....
Image
Added the averages.

Re: RSI Indicators for MT4

Posted: Wed Mar 23, 2022 9:41 pm
by moey_dw
ionone wrote: Tue Mar 22, 2022 10:43 pm 1) when bars are accessed in the wrong order

example : for (int j = 0; j < limit; j++)

2) when there is a minus index

for example indicator0 = iCustom(NULL,0,"indi", 0, i-1)
indicates a reading in the future
THX JEFF!!!

Re: RSI Indicators for MT4

Posted: Fri Mar 25, 2022 7:22 pm
by Lesnichiii
wajialirko wrote: Thu Jan 28, 2021 5:58 pm Dear sir can i get mql file for this indicator ? rsima - baseline divergence? I have almost created a 5-10 pips 90% accuracy system and I would love to share it. I need your help for its completion because I have to do some addition in code :) May Gold Bless you. Amen
All I need is mql source file for this , or code.
thank you :)
Good afternoon. And where you downloaded this indicator, give a link to the resource.

Re: RSI Indicators for MT4

Posted: Fri Mar 25, 2022 7:48 pm
by Ogee
Lesnichiii wrote: Fri Mar 25, 2022 7:22 pm Good afternoon. And where you downloaded this indicator, give a link to the resource.
On your inked page if you click on the link for the previous post by mrtools you will have the file download.

Re: RSI Indicators for MT4

Posted: Thu Apr 07, 2022 8:59 pm
by sal
mrtools wrote: Tue Mar 22, 2022 3:22 am Looks like it doesn't repaint and added the arrows.
Image
mrtools
can you please add CCI lines with this indication (CCI + RSI lines ). arrow shall be paint both lines should TMA band breaks (reversal & exit)

!!! Rsi TMA centered no REPAINT 1.02.mq4