Runny Picasso:
Hey
I need RSI with a different calculation for the applied price (not with the Close price). Instead of the closing price I need it to calculate with this: highest price over the last 26 periods + lowest price over the last 26 periods. Combine the high and low, then divide by two. (it's The Kijun Line or Base Line from Ichimoku cloud)
Is there anyone to help me with this?
(In the tradingview we can change the source of the RSI to anything on the chart, but I can't find something like this on MT4)
(In the tradingview we can change the source of the RSI to anything on the chart, but I can't find something like this on MT4)
do you mean median price?
Pardon me, I wrote it wrong, I mean this formula not that one (I edit it)
Plot value 26 periods in the future.
Conversion Line = 9 period high + 9 period low / 2
Base line = 26 period high + 26 period low / 2
Runny Picasso #:
Plot value 26 periods in the future.
Conversion Line = 9 period high + 9 period low / 2
Base line = 26 period high + 26 period low / 2
Have you read this: https://www.mql5.com/en/forum/429880#comment_41310126?
Pardon me, I wrote it wrong, I mean this formula not that one (I edit it)
Leading (Senkou) Span A = Conversion line + base line / 2Plot value 26 periods in the future.
Conversion Line = 9 period high + 9 period low / 2
Base line = 26 period high + 26 period low / 2

Looking for somw someone who can add alerts to this indicator. - How to ask questions the Smart Way
- 2022.08.01
- www.mql5.com
How to ask questions the smart way. (20 04 ) only ask questions with yes/no answers if you want “yes” or “no” as the answer. Beg at: coding help - mql4 programming forum make it no repaint please. ) we are willing to help you when you post your attempt (using code button ) and state the nature of your problem
I did, and what is your point?
I don't have a problem getting help on this as advisement or as a project.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I need RSI with a different calculation for the applied price (not with the Close price). Instead of the closing price I need it to calculate with this: (Leading Span A of the Ichimoku cloud)
Leading (Senkou) Span A = Conversion line + base line / 2Plot value 26 periods in the future.
Conversion Line = 9 period high + 9 period low / 2
Base line = 26 period high + 26 period low / 2
(In the tradingview we can change the source of the RSI to anything on the chart, but I can't find something like this on MT4)
.