PureBytes Links
Trading Reference Links
|
The following is the code for a MACD in TS using a Jurik MA. I have
the Jurik tools in Metastock and would like to use this in Metastock.
Does anyone know what the code would be in MS?
-----------------------------------------------------------------
Input: series(close),
len1(*), phase1(*),
len2(*), phase2(*),
len3(*), phase3(*);
value1 = JRC.JMA.MACD.2k ( series, len1, phase1, len2, phase2 ) ;
value2 = jrc.jma.flex.2k ( value1, len3, phase3 ) ;
plot1 ( value1, "" ) ;
plot2 ( value2, "" ) ;
-----------------------------------------------------------------
Any help would be greatly appreciated.
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|