http://www.amibroker.com/guide/afl/param.html

and

http://www.amibroker.com/guide/afl/optimize.html


On Monday 16 March 2009 16:23:57 techie11111 wrote:
> 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)
>
>
>
> ------------------------------------
>
> **** IMPORTANT PLEASE READ ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> TO GET TECHNICAL SUPPORT send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> http://www.amibroker.com/feedback/
> (submissions sent via other channels won't be considered)
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> Yahoo! Groups Links
>
>
>

Reply via email to