PureBytes Links
Trading Reference Links
|
Hi I asked this back a few weeks ago... I am not sure I understand so
if anyone could elaborate.
In the user guide it states under Correlation:
SYNTAX correlation( ARRAY1, ARRAY2, periods )
EXAMPLE // Correlation between Close price AND AND Close price 5 days
back
Correlation( Close, Ref( Close, -5 ), 5 );
In the example it states 5 days back, so is the -5 as in
( Close, -5 ) the 5 days back.
Or is the ", 5 );" as in "periods" in the syntax the 5 which causes
the 5 days back?
Too many 5's
Thanks for your help and explanation!
kj
mytakeismine
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|