PureBytes Links
Trading Reference Links
|
Select a long lived stock symbol, like IBM, or the symbol for an index if
it's in your database,
then select Current Symbol, for Range set 1000 quotations, and run this as
an Explore in AA, or run it as a SCAN. . Confirm that you've written the
array and that
you've tucked values in Close field and the Volume field. You have 4 more
fields to play with .
Hope this helps.
JOE
X_Close = Foreign("XOM","Close");
Z_Close = Foreign("IBM","Close");
Product = X_Close*Z_Close;
Anothervalue = 1.10* X_Close;
AddToComposite(Product,"~surrogateprice","C");
AddToComposite(Anothervalue,"~surrogateprice","V");
Buy = Sell = 0;
Filter = 1;
AddColumn(Product,"Product");
----- Original Message -----
From: "orionsturtle" <orionsturtle@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, December 01, 2006 12:10 PM
Subject: [amibroker] AddToComposite ... I need an example
>I have performed a calculation using the close of two securities and
> the result has produced a surrogate price. I want to chart and
> backtest using this surrogate price. I have been fooling arouund with
> AddToComposite, but I am not getting it. I know from reading it should
> be simple.
> Can someone give me an example of creating an AddToComposite
> ~surrogate price, derived from a result of a calculation on the close
> of 2 securities?
>
> Thanks for any insight or direction.
>
> Mike
>
>
>
> 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
>
>
>
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.3/562 - Release Date: 12/1/2006 1:12 PM
|