PureBytes Links
Trading Reference Links
|
<SPAN
class=143280415-29072003>Steve,
You
are trying to plot OHLC data with stylecandle yet you have only asked for Close
data with your variable. Try
<SPAN
class=143280415-29072003>
PlotForeign("<SPAN
class=143280415-29072003>^vix",<FONT
color=#ff00ff>"C",<FONT
color=#ff00ff>4,<FONT
color=#000000>styleCandle<FONT
color=#282828>);
<SPAN
class=143280415-29072003>
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Steve Almond
[mailto:steve2@xxxxxxxxxxxxxxxxxxxx]Sent: Tuesday, July 29, 2003
11:01 AMTo: AmiSubject: [amibroker] Foreign
Problem
I'm trying to plot the VIX as a 'Foreign' plot in AB. If ^VIX is the base
security, it works as I expect. Anything else gives a strange plot (see attached
pictures).
Formula I'm using is simply:
VIX=Foreign(<FONT
color=#ff00ff>"^VIX","C");<FONT
color=#0000ff>
Plot(VIX,<FONT
color=#ff00ff>"VIX",<FONT
color=#ff00ff>1,styleCandle);
any help appreciated,
SteveSend
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
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|