PureBytes Links
Trading Reference Links
|
Hello wecus,
I need some help here. My tickers have an ending as
such:
XXXX.TA and e.g. the FTSE ones are so: XXXX.L.
These don't show up on the chart; only ones that have no suffixes.
Could you show the change required?
Many thanks,
Herbert
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
wecus
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, May 18, 2004 4:59 PM
Subject: [amibroker] Re: Input Box on
performance charts?
This one works like a charm, very useful..Thanks a
lot//Compare actual selected stock with whatever you want to...//
Use in Indicator window, press CTRL-R to change the value of
CompareTickerCompareTicker = ParamStr( "Compare "+Name()+"
with:","^IXIC" );BarIsVisible =
Status("barvisible");firstBarVisible = BarIsVisible AND NOT Ref(
BarIsVisible, -1 );BarsVisible = LastValue(BarsSince
(FirstBarVisible))+1;array1=Foreign(CompareTicker,"C");scaledArray1=100*(array1/ValueWhen(firstBarVisible,array1)-1);Plot(scaledArray1,CompareTicker,colorBlue,styleLine);scaledArray2=100*(C/ValueWhen(firstBarVisible,C)-1);Plot(scaledArray2,Name(),colorRed,styleLine);---
In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:> Hello,> > Use ParamStr instead <A
href="">http://www.amibroker.com/f?paramstr>
> > Best regards,> Tomasz Janeczko>
amibroker.comSend 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 Sponsor
ADVERTISEMENT
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.
|