Search found 19 matches

Re: RSI Indicators for MT4

Hello. No, it is different calculation. Some of my personal research.... I am not posting this version, but if you want test it, i will upload it....BTW I am not at home now...I'll come back tomorrow and upload it. That would be really great if you uploaded it, I would love to play around with it ...

Re: RSI Indicators for MT4

kvak wrote: Wed Jul 29, 2026 4:32 am It is new version of stepMA and it is used also VATR in calculation.
In the interest of experimentation, there is no need to adjust settings due to the timeframe or instrument you are trading.
Pardon my ignorance, where can I find the stepMA ?

Re: RSI Indicators for MT4

Cascade RSI This is upgraded type of rsi. In this rsi is used Mr Mladens OMA calculations ( EMA cascade ) that creates a much smoother flow than classic rsi. Also is possible adjust RSI speed with constant and made like step RSI with step coefficient. For step is used VATR calculation. What ...

Re: Volume Indicators for MT4

Klinger Volume Oscillator (KVO) by Kvak Hello, I dont have source for this, but I think my version is very close to Mrtools version. Code information : I use SDI indikator template and there is also some menus ( I'm too lazy to delete them, but maybe these offers could be used. ), like pre-smooth ...

Re: RSI Indicators for MT4

Hello, feel free to write your ideas here and if I understand them, I will put your ideas into the indicator... Hey thats great. Here are some indicators I created using Claude. They follow the same principle as the RSI, as in when in the OB/OS we see the indicator line color change but instead of ...

Re: RSI Indicators for MT4

kvak wrote: Thu Aug 22, 2024 2:13 am Hello. Maybe you missed dynamic zone dll in your library folder?
click
One year minus one day.

Are you able to share the mq4 file for the RSI synthetic candle?

If not Im understand but Im was hoping to apply this same concept to other indicators.

Thank you.

Re: RSI Indicators for MT4

Hello everyone, is it possible to code arrows and audio alerts for Dynamic_RSI_MA indicator? Thanks in advance, good trades! Inputs Wingdings code up arrow Wingdings code down arrow Here is the code for each symbol, 233 and 234 for the arrows but the link below shows which you can choose https ...

Re: RSI Indicators for MT4

RSI Final update: I got my programmer to take a look, Chatgpt has trouble with very fine details, we corrected the problem in 2 minutes. He changed this: for (i = startBar; i >=0; i--) To this: for (i = startBar; i > 0; i--) One = symbol, the indicator was calculating ever tick, this changes that to ...

Return to the advanced search