PureBytes Links
Trading Reference Links
|
Rudy,
Yu can easily do what you wannt.
AmiBroker has a "Foreign" function that you use to handle any secondary
issue.
Example: Data2 = Foreign("IBM","Close");
Data2 above remains available for your use as in TS.
----- Original Message -----
From: <RudyStefenel@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, March 10, 2004 9:56 PM
Subject: [amibroker] Trading system question
> I have a simple question about AmiBroker:
>
> Can one use data from a mutual fund or stock to
> generate the trading signals to trade a different fund
> or stock with AmiBroker. If so, please give some
> direction how to do this.
>
> As an example, with TradeStaion, you can put two funds
> in a single work space and refer to the second one as
> (Close of Data2) and write trading rules for
> the second one to trade the first one. The first
> one is referred to just Close or (Close of Data1).
> You can optimize variables and back test doing this.
>
> You can do basically the same thing with Windows on
> WallStreet and later verisons of MetaStock.
>
> I would expect that is can be done with AmiBroker,
> but I could not find out how in the help.
>
> Rudy Stefenel
>
>
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|