| 
 PureBytes Links 
Trading Reference Links 
 | 
Ken,
 
Candlesticks require OPEN, HIGH, LOW, CLOSE
(4 arrays)
 
Plot gets ONE array.
 
To plot CANDLESTICK out of FOREIGN symbol
use either PlotForeign function
<A 
href="">http://www.amibroker.com/guide/afl/afl_view.php?name=PLOTFOREIGN
 
or PlotOHLC
<A 
href="">http://www.amibroker.com/guide/afl/afl_view.php?name=PLOTOHLC
 
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  Ken Close 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Sent: Monday, June 16, 2003 7:22 PM
  Subject: RE: [amibroker] Unusual Plot 
  Situation
  
  
  <SPAN 
  >OK, thanks, that 
  seems to have done the trick…..
  <SPAN 
  > 
  <SPAN 
  >Ken
  <SPAN 
  > 
  <SPAN 
  >-----Original 
  Message-----From: Jayson 
  [mailto:jcasavant@xxxxxxxxxxx] <SPAN 
  >Sent: Monday, June 16, 2003 11:51 
  AMTo: <A 
  href="">amibroker@xxxxxxxxxxxxxxx<SPAN 
  >Subject: RE: [amibroker] Unusual Plot 
  Situation
  <SPAN 
  > 
  
  <SPAN 
  >Ken,
  
  <SPAN 
  >What are you using 
  for ohl data? You might try either re-naming the OHLC variables to the foreign 
  OHLK or simply try plotforeign to grab the required 
  data...
  
  <SPAN 
  > 
  
  <SPAN 
  >Regards, 
  
  <SPAN 
  >Jayson 
  
  <SPAN 
  >-----Original 
  Message-----From: Ken Close 
  [mailto:closeks@xxxxxxxx]<SPAN 
  >Sent: Monday, June 16, 2003 10:57 
  AMTo: AmiBroker 
  ListCc: 'Tomasz 
  Janeczko'Subject: 
  [amibroker] Unusual Plot Situation
  <SPAN 
  >Interesting and unexpected 
  observation:<SPAN 
  ><FONT 
  face="Courier New">In IB, I have the following 
  code:<FONT 
  face="Courier New">spx=Foreign("$spx","C");<FONT 
  face="Courier New">Plot(SPX,"$SPX",4,64);<FONT 
  face="Courier New">When $SPX is showing in the ticker selection box, the above 
  code plots acandlestick 
  chart.When any other ticker 
  is selected in the selection box, the above code<FONT 
  face="Courier New">plots an upsidedown histogram.<FONT 
  face="Courier New">This is totally unexpected to me.  Could it be a 
  "fluke"?I have duplicated 
  this behavior in eSignal intraday and in TC2000 EOD<FONT 
  face="Courier New">(the EOD plots a correctly oriented histogram instead of 
  the upsidedownhistogram from the 
  eSignal intraday) .Comments 
  or suggestions?<FONT 
  face="Courier New">Ken<FONT 
  face="Courier New" size=2>Send BUG REPORTS to 
  bugs@xxxxxxxxxxxxx<SPAN 
  ><FONT 
  face="Courier New">Send SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx<FONT 
  face="Courier New">-----------------------------------------<FONT 
  face="Courier New">Post AmiQuote-related messages ONLY to: 
  amiquote@xxxxxxxxxxxxxxx (Web 
  page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)<FONT 
  face="Courier New">--------------------------------------------<FONT 
  face="Courier New">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. <FONT 
  face="Courier New" size=2>Send BUG REPORTS to 
  bugs@xxxxxxxxxxxxx<SPAN 
  ><FONT 
  face="Courier New">Send SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx<FONT 
  face="Courier New">-----------------------------------------<FONT 
  face="Courier New">Post AmiQuote-related messages ONLY to: 
  amiquote@xxxxxxxxxxxxxxx (Web 
  page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)<FONT 
  face="Courier New">--------------------------------------------<FONT 
  face="Courier New">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. 
  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 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 
Yahoo! Groups Sponsor
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.
 |