Page 172 of 284

Re: RSI Indicators for MT4

Posted: Mon Nov 15, 2021 8:48 pm
by uradello
Thank you another time MRtools,
today I noted that there was a scale problem , min 0 and max 100 on rsi nrp mtf + divergence + alerts

Re: RSI Indicators for MT4

Posted: Tue Nov 16, 2021 5:21 am
by mrtools
uradello wrote: Mon Nov 15, 2021 8:48 pm Thank you another time MRtools,
today I noted that there was a scale problem , min 0 and max 100 on rsi nrp mtf + divergence + alerts
Guessing you need a larger scale so in lines 7 & 8, you can change it to

Code: Select all

#property indicator_minimum    -5
#property indicator_maximum    105
or whatever works for you.

Re: RSI Indicators for MT4

Posted: Tue Nov 16, 2021 5:37 pm
by Csj179t
Skyold wrote: Tue Nov 09, 2021 8:26 am Hi Sergei,
now I know what the problem is; with the OBOS 70/30 setting everything is fine. The arrows are all drawn correctly. As soon as I change the setting to 75/25 I have the same picture as I sent you. Please try this 75/25 setting and see if you can find something we are both missing.
PS: Thanks for the "price type".
Best regards
Skyold
EDIT: Price Type: Typical price
Hi Skyold,

I tried different level inputs, and they work fine as I see. I'll attach screenshots. One arrow for entering OB/OS the other for leaving the zone.

Re: RSI Indicators for MT4

Posted: Tue Nov 16, 2021 6:51 pm
by sal
Hi bro...
Can you please filter both arrows . condition as below

RSI enter & RSI outside are consecutive bars without any gap..
(current bar and previous bar )

Re: RSI Indicators for MT4

Posted: Tue Nov 16, 2021 10:01 pm
by Skyold
Csj179t wrote: Tue Nov 16, 2021 5:37 pm Hi Skyold,

I tried different level inputs, and they work fine as I see. I'll attach screenshots. One arrow for entering OB/OS the other for leaving the zone.
Hi Sergei,
I have solved the problem.
Everything works fine. Thanks for your time and effort.
Skyold

Re: RSI Indicators for MT4

Posted: Wed Nov 17, 2021 12:01 am
by nathanvbasko
nathanvbasko wrote: Sun Nov 14, 2021 3:25 am  
Dynamic MyRSI with NET: UPDATES
 
─ Added button switch (ON/OFF) using DCP tool with MyRSI with NET
─ Now, it has three based (Dz) bands selection ( NET, MyRSI, and MyRSI & NET)
─ With VHF (Vertical Horizontal Filter): OFF by default
─ Updated templates
 
Image

 
re-attached...
v2v_dynamic_system_Generic.zip
I mistakenly attached the whole v2v system here instead of the Dz MyRSI with NET zip file only.

Anyway, here's the updated Dz MyRSI with NET ...with an updated template: Please make sure to load it due to changes in the buffer line draw order.
...added next TF button or MTF mode

Re: RSI Indicators for MT4

Posted: Wed Nov 17, 2021 12:40 am
by sal
nathanvbasko wrote: Wed Nov 17, 2021 12:01 am I mistakenly attached the whole v2v system here instead of the Dz MyRSI with NET zip file only.

Anyway, here's the updated Dz MyRSI with NET
Dz_MyRSI_with_NET.zip
...with an updated template: Please make sure to load it as I have changed the buffer draw line order
channel repainting, pls. check..

Re: RSI Indicators for MT4

Posted: Wed Nov 17, 2021 1:19 am
by nathanvbasko
sal wrote: Wed Nov 17, 2021 12:40 am channel repainting, pls. check..
It is not a repainting channel... it re-calculates re-draws as designed or intended using the dynamic ATR value calculated based on an auto-generated input period/length by the DCP tool ─ a variation of john Ehlers' homodyne discriminator. A Fixed ATR1 period of 9 and dynamic ATR2 period = N (an auto-generated period whichever is higher between current tf DCP or next tf DCP generated value (stored inside global variables ─ Press "F3" key on your keyboard, then the MT4 platform will show the data)

More info about using the DCP tool here >>> viewtopic.php?p=1295450444#p1295450444
...Or you may turn off the said tool that auto-generated and input the period dynamically in real-time.

Click this button to turn off the DCP tool.
 
This tool is actually more suited for the discretionary type of traders... or actually depends on the one who sees this tool viability or seeing it beneficial for his/her existing systematic trading plan/strategy... then tested, tried, and finally see with own eyes if this tool works or not.
 

Re: RSI Indicators for MT4

Posted: Wed Nov 17, 2021 12:30 pm
by j1394
mrtools wrote: Fri Nov 12, 2021 12:39 pm It doesn't repaint and it already has push notifications.

Code: Select all

if (alertsPushNotif) SendNotification(message);
Hello MrTools, can you please help me adding push notifications to this indicator and advise if it repaints? If it's possible to add a MTF that would be great.

Re: RSI Indicators for MT4

Posted: Wed Nov 17, 2021 12:50 pm
by mrtools
j1394 wrote: Wed Nov 17, 2021 12:30 pm Hello MrTools, can you please help me adding push notifications to this indicator and advise if it repaints? If it's possible to add a MTF that would be great.
Yes it repaints.