StochMACD indicator

 

I'm looking for a StochMACD indicator for MT4 that I currently use in Aminbroker.


The Amibroker code is;

StochMACD=100*(MACD()-LLV(MACD(),15))/(HHV(MACD(),15)-LLV(MACD(),15));
Plot(StochMACD,"StochMACD",colorYellow,1);


I'm not a programmer but it looks like it should be quite simple. Does anyone know if this indicator is available for MT4? If not could someone have a go at coding it?


Sincerely

John