Search found 14 matches

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 ...

Re: RSI Indicators for MT4

Kind of excited guys, with CHATGPTs new update they have given us the ability to program mt4 indicators. Here are two simple RSI functions The first is a RSI using a BAND setup with color change when price is in the OB/OS area, I applied the smoothing factor to the RSI ANd second Is a Moving Average ...

Re: RSI Indicators for MT4

kvak wrote: Mon Sep 23, 2024 4:34 am Hello
Like this?
Recommended experimenting with bands period and multiplier, I am copy this numbers from one indicator and not testing, how good is in this indicator...
Also added coloring for cross rsi with middle/outer levels of bands....
Beautiful

Re: RSI Indicators for MT4

Synthetic RSI & Candlesticks Overlay with Trend Signal options PM request I made new version of Synthetic RSI candle verson. Indicator have MTF and alerts and choosable trend logic menu.... Posted also new subwindow version. For an explanation on what the Synthetic RSI is, please see here: What is ...

Return to the advanced search