Page 188 of 323
Re: RSI Indicators for MT4
Posted: Sat Apr 16, 2022 4:44 am
by Knight
Knight wrote: Wed Apr 13, 2022 4:14 am
It's the combination in the second sub-window.
Please any replies to this?
Re: RSI Indicators for MT4
Posted: Sat Apr 16, 2022 4:57 am
by mrtools
Knight wrote: Sat Apr 16, 2022 4:44 am
Please any replies to this?
No idea, if and or how they will work together.
Re: RSI Indicators for MT4
Posted: Sat Apr 16, 2022 9:45 am
by Knight
mrtools wrote: Sat Apr 16, 2022 4:57 am
No idea, if and or how they will work together.
The RSI crossing the Ehlers oscillator acting as an entry signal. When the RSI crosses the Ehlers Oscillator upwards it's a buy signal and vice versa. Then the whole alerts and arrow options.
Been looking at it and I believe it's worth experimenting on. Like in the screenshot I attached, the second sub window, the dotted orange line (RSI) crossing the blue thick line (Ehlers oscillator)
Re: RSI Indicators for MT4
Posted: Sat Apr 16, 2022 5:23 pm
by josi
mrtools wrote: Sat Apr 16, 2022 3:35 am
Added the lines, just for information the asymmetric bands are using a recalculating Tma centered calculation, and this version requires a very large deviation (on the picture using deviation of 20)
not so bad, if you adjust inputs:
Re: RSI Indicators for MT4
Posted: Sun Apr 17, 2022 12:40 am
by offi
Thanks mrtools for the work done.
Re: RSI Indicators for MT4
Posted: Sun Apr 17, 2022 10:43 pm
by sal
mr.tools
possible to make arrow based on up down dots transfer to main chart
example MT 5 as shown in snap in M1 chart
if >50 level all dots must be up
if < 50 level all dot mut be down on bar..
Re: RSI Indicators for MT4
Posted: Mon Apr 18, 2022 9:34 am
by humbatov
sal wrote: Sun Apr 17, 2022 10:43 pm
mr.tools
possible to make arrow based on up down dots transfer to main chart
example
MT 5 as shown in snap in M1 chart
if >50 level all dots must be up
if < 50 level all dot mut be down on bar..
Something like that is fine?
Re: RSI Indicators for MT4
Posted: Mon Apr 18, 2022 10:00 am
by 太虚一毫
humbatov wrote: Mon Apr 18, 2022 9:34 am
Something like that is fine?
good. Might as well change it to: RSI > 55, all points up, displayed in green; RSI < 45, all points down, displayed in red. RSI < 55 AND RSI > 45, dots are gray.

Re: RSI Indicators for MT4
Posted: Mon Apr 18, 2022 10:21 am
by humbatov
太虚一毫 wrote: Mon Apr 18, 2022 10:00 am
good. Might as well change it to: RSI > 55, all points up, displayed in green; RSI < 45, all points down, displayed in red. RSI < 55 AND RSI > 45, dots are gray.
Like that?
Re: RSI Indicators for MT4
Posted: Mon Apr 18, 2022 10:48 am
by 太虚一毫
humbatov wrote: Mon Apr 18, 2022 10:21 am
Like that?
right. Generally unprofitable when RSI >45 AND RSI <55. thank you very much!
Level lines 45 and 55 are now reserved. It would be even better if the 44 and 55 level lines were made dynamic and automatically adjusted to the fluctuations of the real market. But "automatic adjustment" is easy to say, but it is difficult to do in actual transactions (or in coding?), and it is even difficult to define how to "automatically adjust".