Re: RSI Indicators for MT4

2881
timballingall67 wrote: Sat Jul 06, 2024 10:36 am Hello all
Has anyone used this RSI 1.1 ?

It has some good potential... From reading the code, it looks like there is a "hidden" buffer referred to as "slope"... i cant see this in the visible buffers. Digging further into code i dont think enough buffers are declared in the code. However, when i change the indicator_buffers property to 6, the program misbehaves - the chart doesnt work for me unless i change the chart timeframe to be greater than current timeframe... I think the RSI scale gets messed up - but i'm learning mq4 so not smart enough to work it out over the last 2 weeks of trial and error

I'm hoping someone, maybe @mladen could fix this please ? I was hoping to see the slope value ( 1,0,-1) visible in the buffers, as well as the chart functioning correctly.
thanks
t
Hello.
I am not sure if there is any better help but you can try this...

SetIndexBuffer(0,rsi); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(1,rsida); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(2,rsidb); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(3,prices); SetIndexStyle(3,DRAW_NONE);
SetIndexBuffer(4,volume); SetIndexStyle(4,DRAW_NONE);
SetIndexBuffer(5,slope); SetIndexStyle(5,DRAW_NONE);
These users thanked the author kvak for the post (total 3):
timballingall67, Jimmy, Cagliostro


Re: RSI Indicators for MT4

2882
kvak wrote: Sat Jul 06, 2024 6:24 pm Hello.
I am not sure if there is any better help but you can try this...

SetIndexBuffer(0,rsi); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(1,rsida); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(2,rsidb); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(3,prices); SetIndexStyle(3,DRAW_NONE);
SetIndexBuffer(4,volume); SetIndexStyle(4,DRAW_NONE);
SetIndexBuffer(5,slope); SetIndexStyle(5,DRAW_NONE);
Worked a treat - thanks
corrected code attached
( excuse my versioning )
These users thanked the author timballingall67 for the post (total 4):
Jimmy, Cagliostro, RodrigoRT7, kvak

Re: RSI Indicators for MT4

2884
talaate wrote: Mon Jul 15, 2024 10:59 am Dear mrtools
Would you please add the options of
- Time Frame To Use and
- Vertical line on First Bar
to the following indicators
Many Thanks

Files are in PM
RSI Smoothed (set) with Vertical Entry Lines + MTF & Alerts

This set of Smoothed RSI's will display the entry lines on:
  • Break of the RSI Levels
  • Retrace of the RSI from the levels
Try.

Note: Fixed versions available here.
These users thanked the author mrtools for the post (total 5):
talaate, Krunal Gajjar, RodrigoRT7, chris006, Kayleb


CodeRe: RSI Indicators for MT4

2886
RSI Efficiency Ratio with Wilder's Double Smoothed EMA & Bollinger Bands

This is an efficiency ratio adaptive wilder's dsema with bollinger bands. Has choices of slope, outer level cross, or middle line cross coloring with matching alerts.
These users thanked the author mrtools for the post (total 9):
kvak, Jimmy, Sutatong, RodrigoRT7, macd & rsi, Ricstar_8, moey_dw, alextschem, Kayleb

LikeRe: RSI Indicators for MT4

2887
mrtools wrote: Wed Jul 17, 2024 3:57 am RSI Efficiency Ratio with Wilder's Double Smoothed EMA & Bollinger Bands

This is an efficiency ratio adaptive wilder's dsema with bollinger bands. Has choices of slope, outer level cross, or middle line cross coloring with matching alerts.
Mrtools thank you brother. This is a strong indicator for scalping the Bollinger Bands's breakouts and compared it to your legendary TDI using a 13-period RSI for both indicators the RSI ER produces almost identical entries but is much smoother and easier on the eyes (especially for new traders).
These users thanked the author Jimmy for the post (total 5):
mrtools, kvak, macd & rsi, Cagliostro, moey_dw
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance