Search found 12 matches

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

Re: Trailing stop EA's

This indicator is an interesting bit, amazing stuff. Now attached AllAverages v3.1 and v4.9 Lets say we use the attached indicators as a Expert Trailing stop, then we have dozens of options. The one indicator v4.9 has the ATR function built into it which uses a BAND, but does not have a colored ...

Return to the advanced search