Page 301 of 323

Re: RSI Indicators for MT4

Posted: Mon Jan 20, 2025 6:18 pm
by mrtools
sape4543 wrote: Mon Jan 20, 2025 2:37 pm what does these blue and orange boxes on the candles represent ?
Were simply some leftover objects from another indicator that didn't delete, and I was too lazy to manually delete them all.

Re: RSI Indicators for MT4

Posted: Mon Jan 20, 2025 6:21 pm
by mrtools
sape4543 wrote: Mon Jan 20, 2025 5:42 pm @HELLO MR TOOLS

can you be able to share that " directional normalized juice indicator "
Hello try here.

Re: RSI Indicators for MT4

Posted: Mon Jan 20, 2025 6:22 pm
by sape4543
mrtools wrote: Mon Jan 20, 2025 6:18 pm Were simply some leftover objects from another indicator that didn't delete, and I was too lazy to manually delete them all.
can you share that indicator ?
seems intresting

Re: RSI Indicators for MT4

Posted: Mon Jan 20, 2025 6:24 pm
by sape4543
mrtools wrote: Mon Jan 20, 2025 6:21 pm Hello try here.
the one in the picture and in the forum seems very different

Re: RSI Indicators for MT4

Posted: Mon Jan 20, 2025 6:40 pm
by mrtools
sape4543 wrote: Mon Jan 20, 2025 6:24 pm the one in the picture and in the forum seems very different
Don't know, I posted the only version I have and can't remember the settings I used.

Re: RSI Indicators for MT4

Posted: Mon Jan 20, 2025 6:41 pm
by mrtools
sape4543 wrote: Mon Jan 20, 2025 6:22 pm can you share that indicator ?
seems intresting
Was just leftover fill from some indicator nothing really usable.

Re: RSI Indicators for MT4

Posted: Tue Jan 28, 2025 6:18 am
by ujtrader
mrtools wrote: Thu Jan 02, 2025 5:56 am RSI Summed with Multi-timeframe & Alerts

Last try, in more ways than one :) !

ps) on the slower rsi's you may have to adjust the periods down a bit.

What is the RSI Summed indicator?

This code is based on Mladen's indicator.

The RSI "Summed" evaluates the NNN (next-nearest-neighbour) RSI values defined by the periods parameter to determine whether all NNN RSI values exceed or fall below a specified threshold. If all values are above the threshold, it indicates an upward state; conversely, if all values are below the designated low level, it indicates a downward state. If the values are mixed, the indicator reflects a Neutral state.

It can be contended that this state could be determined by examining only the slowest RSI; however, this is not always the case, as it significantly depends on the periods selected. Therefore, the indicator will assess all the specified RSI values.

The periods can be designated as a list separated by colons. The default setting is 14;15;16;17;18;19;20;21.

For the Stochastic version of this indicator please see here: Stochastic Summed for MT4.
I was wondering if it might be possible to create CCI version ? and also add all prices Thanks again for everything you do!

Re: RSI Indicators for MT4

Posted: Tue Jan 28, 2025 9:10 am
by mrtools
ujtrader wrote: Tue Jan 28, 2025 6:18 am I was wondering if it might be possible to create CCI version ? and also add all prices Thanks again for everything you do!
Try here

Re: RSI Indicators for MT4

Posted: Tue Jan 28, 2025 10:22 am
by ujtrader
Adding vertical lines or arrows to highlight the first signal would be really helpful! Sorry for sending so many requests today please take your time and address this whenever it’s convenient for you. Thank you!

Re: RSI Indicators for MT4

Posted: Tue Feb 04, 2025 5:27 am
by Jonex1995
mrtools wrote: Thu Jan 02, 2025 5:56 am RSI Summed with Multi-timeframe & Alerts

Last try, in more ways than one :) !

ps) on the slower rsi's you may have to adjust the periods down a bit.

What is the RSI Summed indicator?

This code is based on Mladen's indicator.

The RSI "Summed" evaluates the NNN (next-nearest-neighbour) RSI values defined by the periods parameter to determine whether all NNN RSI values exceed or fall below a specified threshold. If all values are above the threshold, it indicates an upward state; conversely, if all values are below the designated low level, it indicates a downward state. If the values are mixed, the indicator reflects a Neutral state.

It can be contended that this state could be determined by examining only the slowest RSI; however, this is not always the case, as it significantly depends on the periods selected. Therefore, the indicator will assess all the specified RSI values.

The periods can be designated as a list separated by colons. The default setting is 14;15;16;17;18;19;20;21.

For the Stochastic version of this indicator please see here: Stochastic Summed for MT4.
Thank you mr tools for your work only one request is to limit bars cause it consume alot of resourses