Want to Trade on visual Crossover Of Overlapping MACD and RSI

 

Hi,

I am facing difficulty in developing an mt5 EA which will open trade on Overlapping RSI and MACD indicator. I am able to create it, when indicator uses previous indicator data but not in normal case when both indicators are  applied to close price. As MACD value range around 0 while RSI is between 0 - 100.  

EA should be able to scale MACD values between 0 -100, Exactly in a same way like MetaTrader does , so we can get trade on exact same visual crossover.

Please see attached photo and any help would be highly appreciated. Thanks

Documentation on MQL5: Constants, Enumerations and Structures / Indicator Constants / Price Constants
Documentation on MQL5: Constants, Enumerations and Structures / Indicator Constants / Price Constants
  • www.mql5.com
Calculations of technical indicators require price values and/or values of volumes, on which calculations will be performed. There are 7 predefined identifiers from the ENUM_APPLIED_PRICE enumeration, used to specify the desired price base for calculations. If a technical indicator uses for calculations price data, type of which is set by...