Re: RSI Indicators for MT4

2973
vzulaks wrote: Wed Dec 11, 2024 11:03 pm Dear MR Tools and Mr. Kvak,

I came across an RSI indicator posted by Jimmy a few years ago. Could you kindly add two MA lines to it, with the following methods: MA1 Method: EMA and MA2 Method: WMA, along with an option to toggle them on and off on the chart?

I sincerely thank both of you and Have a wonderful day!
Hello, added 2 adjustable ma's.
These users thanked the author mrtools for the post (total 3):
vzulaks, Jimmy, Kayleb


Re: RSI Indicators for MT4

2980
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 every candle close
These users thanked the author COGSY for the post:
Kayleb


Who is online

Users browsing this forum: ffsss, Google Images [Bot], naluvs01, Shelwin51 and 66 guests