Stoch macd

#1
The formula for Stochmacd 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 the AFL of 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)
 
Last edited:
#2
The formula for Stochmacd 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 the AFL of 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)
I am not familiar with amibroker but if I were you I would ask this at http://finance.groups.yahoo.com/group/amibroker/messages/
 

Similar threads