how do i add WEight price OHLC4 into Mq5 for RSI?

 

Require any coding expert help to allow for new price source (O+H+L+C)/4 or (O+H+L+C)*0.25 to the RSI.mq5.

Thanks in advance. 

 
hubertj:

Require any coding expert help to allow for new price source (O+H+L+C)/4 or (O+H+L+C)*0.25 to the RSI.mq5.

Thanks in advance. 

search in codebase.

 
I can't seem to find any, i type RSI average price, RSI OHLC4 (this return no result).
 
hubertj #:
I can't seem to find any, i type RSI average price, RSI OHLC4 (this return no result).

I have taken 1 of these and removed all the unwanted code, leaving me with option to add AppliedPrice and add my own custom price from this search page.

https://www.mql5.com/en/search#!keyword=rsi&module=mql5_module_codebase&page=2

 
I was looking at https://www.mql5.com/en/code/20469 - Sythetic smoothed RSI. I am not verse in MQ5 code. I not sure where i can add to the drop down for applied price with Average price with formula (O+H+L+C)/4 or (O+H+L+C)*0.25.
Synthetic smoothed RSI
Synthetic smoothed RSI
  • 2018.04.16
  • www.mql5.com
This version of Synthetic RSI is using Ehlers smoothed RSI in calculation instead of using "regular" RSI and that makes the resulting synthetic RSI even smoother.
 
hubertj #:
I was looking at https://www.mql5.com/en/code/20469 - Sythetic smoothed RSI. I am not verse in MQ5 code. I not sure where i can add to the drop down for applied price with Average price with formula (O+H+L+C)/4 or (O+H+L+C)*0.25.

sorry for late reply. That indicator already has WEIGHTED PRICE as a choice for the MA. You will have to code in the 0.25 at the end of the line for your new option. Or ask on Freelance for a small price.