PureBytes Links
Trading Reference Links
|
You
might also have a look at the built-in relstrength
function....
Regards,Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Franco Gornati
[mailto:francogornati@xxxxxx]Sent: Sunday, May 16, 2004 1:35
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Charting a pairI'm not sure but I think you mean
something like thisIndexBase = ParamStr("Index base",
"^QQQ");Pair = C / Foreign(IndexBase,
"C");PLot(Pair, "Pair " + Name() + " / " + IndexBase, colorblack,
styleline);This way you can plot the relative performance of your
tickers against QQQ. You may change the base using the parameters
window.Franco"olivier_molongo"
<olivier_molongo@xxxxxxxxx> wrote>>I am also interesting
in getting the answer to that question. Can >somebody help on
that?>>>>--- In amibroker@xxxxxxxxxxxxxxx,
"hoolee0820" <hoolee0820@xxxx> >wrote:>>
Hi,>> >> I'm new to AB, but searching the archives didn't
seem to give the >> answer to my simple question:>>
>> In Qcharts I can type in a symbol like "SMH / QQQ" to chart a
pair, >> and all indicators work on this new symbol at onece without
any >> modifications. How do I do this in
AB?Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend
SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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 the Yahoo! Terms of Service.
|