The formula for Stchmacd given in amibroker Library is
StochMACD=100*(MACD()-LLV(MACD(),14))/(HHV(MACD(),14)-LLV(MACD(),14));
Plot(StochMACD,"StochMACD",1,1);

Can anyone help me in creating a StochMacd where I can change parameters of 
both macd & slow stochastics

say macd( 12,20,expma 5 )& stochastics (14,3,3 )of The MACD(12,20,expma 5)

Reply via email to