[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: extending chart length



PureBytes Links

Trading Reference Links




Thank 
You; That works!
... 
Now I have to study it to understand the mechanics. :-)

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: Graham 
  [mailto:gkavanagh@xxxxxxxxxxxxx]Sent: Saturday, May 24, 2003 11:37 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker] 
  Re: extending chart length
  
  <SPAN 
  >Here is the code, found it already 
  loaded in my IB
  <SPAN 
  lang=EN-AU 
  >//INDICATOR
  <SPAN 
  lang=EN-AU 
  >//Allows to 
  add in tomorrows prices to see the effect on the indicator
  <SPAN 
  lang=EN-AU 
  >//<FONT 
  face="Courier New" color=green size=2><SPAN lang=EN-AU 
  >Graham<FONT 
  face="Courier New" color=green size=2><SPAN lang=EN-AU 
  > Kavanagh 
  March 2003
  <SPAN 
  lang=EN-AU >x 
  = <SPAN lang=EN-AU 
  >0.1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >;<FONT 
  face="Courier New" color=green size=2><SPAN lang=EN-AU 
  >//range of 
  prices in the param function
  <SPAN 
  lang=EN-AU >y 
  = <SPAN lang=EN-AU 
  >0.01<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >;<FONT 
  face="Courier New" color=green size=2><SPAN lang=EN-AU 
  >//step of 
  price within the param function
  <SPAN 
  lang=EN-AU 
  >xo = 
  <SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Ref<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >O<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,-<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >));
  <SPAN lang=EN-AU 
  >O<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > = 
  <SPAN lang=EN-AU 
  >IIf<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()==<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()),<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Param<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"O"<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,xo,xo-x,xo+x,y),<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >O<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >xh = 
  <SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Ref<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,-<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >));
  <SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > = 
  <SPAN lang=EN-AU 
  >IIf<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()==<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()),<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Param<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"H"<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,xh,xh-x,xh+x,y),<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >xl= 
  <SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Ref<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,-<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >));
  <SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > = 
  <SPAN lang=EN-AU 
  >IIf<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()==<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()),<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Param<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"L"<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,xl,xl-x,xl+x,y),<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >xc = 
  <SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Ref<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >C<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,-<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >));
  <SPAN lang=EN-AU 
  >C<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > = 
  <SPAN lang=EN-AU 
  >IIf<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()==<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >LastValue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >DateNum<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >()),<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >Param<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"C"<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,xc,xc-x,xc+x,y),<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >C<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >Plot<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >C<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"Param 
  input for tomorrows prices"<FONT face="Courier New" color=black 
  size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >colorBlack<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleCandle<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN 
  lang=EN-AU 
  >//Add in 
  your indicator here
  <SPAN lang=EN-AU 
  >Plot<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >StochD<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >14<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >),<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"stochD"<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >colorGreen<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleLine<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >+<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleOwnScale<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN lang=EN-AU 
  >Plot<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >StochK<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >14<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >),<FONT 
  face="Courier New" color=darkred size=2><SPAN lang=EN-AU 
  >"stochK"<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >colorRed<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleLine<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >+<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleOwnScale<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >//Plot( EMA 
  (C,10),"EMA",colorBlue,styleLine);
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >Cheers,
  <SPAN lang=EN-AU 
  >Graham
  <SPAN lang=EN-AU 
  >http://groups.msn.com/ASXShareTrading
  <SPAN lang=EN-AU 
  >http://groups.msn.com/FMSAustralia
  <SPAN lang=EN-AU 
  > 
  <SPAN 
  >-----Original Message-----From: nkis22 
  [mailto:nkishor@xxxxxxxxxx] Sent: Sunday, 25 May 2003 10:34 
  AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re: extending 
  chart length
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >Walt, if u are trying to plot in the 
  blank
  <SPAN lang=EN-AU 
  >space, I don't think there is a way as yet. I 
  tried
  <SPAN lang=EN-AU 
  >that once but didn't succeed, and I think it 
  is
  <SPAN lang=EN-AU 
  >on the "things to do" list.
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >nand
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >--- In amibroker@xxxxxxxxxxxxxxx, walt 
  <WSCHWARZ@xxxx> wrote:
  <SPAN lang=EN-AU 
  >> That technique, c=ref(c,5) , did not seem to make 
  any difference.
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> If you can rember a key word for your up-load, 
  I'll search for it...
  <SPAN lang=EN-AU 
  >>                        
  
  <SPAN lang=EN-AU 
  >>   -----Original 
  Message-----
  <SPAN lang=EN-AU 
  >>   From: Graham 
  [mailto:gkavanagh@xxxx]
  <SPAN lang=EN-AU 
  >>   Sent: <SPAN 
  lang=EN-AU>Saturday, May 24, 2003 <SPAN 
  lang=EN-AU>9:40 PM
  <SPAN lang=EN-AU 
  >>   To: 
  amibroker@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>   Subject: RE: [amibroker] extending 
  chart length
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   You can shift the charts to the left 
  by having it read into the 
  <SPAN lang=EN-AU 
  >future ie
  <SPAN lang=EN-AU 
  >> c=ref(c,5)
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   I did do a code for moving the chart 
  one bar to left and having a 
  <SPAN lang=EN-AU 
  >param to
  <SPAN lang=EN-AU 
  >> allow entering the next bar to see what effect it 
  has on the 
  <SPAN lang=EN-AU 
  >indicator.
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   It was posted to this group, and not 
  certain if I loaded the file 
  <SPAN lang=EN-AU 
  >to the
  <SPAN lang=EN-AU 
  >> site or not. I cannot find it in my computer 
  drive after a quick 
  <SPAN lang=EN-AU 
  >look
  <SPAN lang=EN-AU 
  >> unfortunately
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   Cheers,
  <SPAN lang=EN-AU 
  >>   Graham
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   
  http://groups.msn.com/ASXShareTrading
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   
  http://groups.msn.com/FMSAustralia
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   -----Original 
  Message-----
  <SPAN lang=EN-AU 
  >>   From: walt 
  [mailto:WSCHWARZ@xxxx]
  <SPAN lang=EN-AU 
  >>   Sent: <SPAN 
  lang=EN-AU>Sunday, 25 May 2003 <SPAN 
  lang=EN-AU>9:26 AM
  <SPAN lang=EN-AU 
  >>   To: 
  amibroker@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>   Subject: RE: [amibroker] extending 
  chart length
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   Thank you Graham, but that is not 
  what I need...
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   I probably did not explain myself 
  correctly; I need to shift the 
  <SPAN lang=EN-AU 
  >close
  <SPAN lang=EN-AU 
  >> plot a few days ahead of the cycle 
  plot.
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>                   
  Walt
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     -----Original 
  Message-----
  <SPAN lang=EN-AU 
  >>     From: Graham 
  [mailto:gkavanagh@xxxx]
  <SPAN lang=EN-AU 
  >>     Sent: <SPAN 
  lang=EN-AU>Saturday, May 24, 2003 <SPAN 
  lang=EN-AU>7:38 PM
  <SPAN lang=EN-AU 
  >>     To: 
  amibroker@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>     Subject: RE: [amibroker] 
  extending chart length
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Try Preferences - 
  Charting - about middle is "Blank bars in 
  <SPAN lang=EN-AU 
  >right
  <SPAN lang=EN-AU 
  >> margin"
  <SPAN lang=EN-AU 
  >>     You can set the number of 
  bars to the right of the chart
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Cheers,
  <SPAN lang=EN-AU 
  >>     Graham
  <SPAN lang=EN-AU 
  >>     
  http://groups.msn.com/ASXShareTrading
  <SPAN lang=EN-AU 
  >>     
  http://groups.msn.com/FMSAustralia
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     -----Original 
  Message-----
  <SPAN lang=EN-AU 
  >>     From: hairy_mug 
  [mailto:WSCHWARZ@xxxx]
  <SPAN lang=EN-AU 
  >>     Sent: <SPAN 
  lang=EN-AU>Sunday, 25 May 2003 <SPAN 
  lang=EN-AU>4:26 AM
  <SPAN lang=EN-AU 
  >>     To: 
  amibroker@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>     Subject: [amibroker] 
  extending chart length
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Hello 
  All!
  <SPAN lang=EN-AU 
  >>     I have an indicator which 
  "Fits" a cycle to the price.
  <SPAN lang=EN-AU 
  >>     The problem comes at the 
  end of the colse data; There is no more
  <SPAN lang=EN-AU 
  >>     prices so, of course the 
  graph stops...
  <SPAN lang=EN-AU 
  >>     How can I extend the 
  graph, i.e. add some price points to the 
  <SPAN lang=EN-AU 
  >end?
  <SPAN lang=EN-AU 
  >>     This must be done in the 
  indicator, so appending entries in the 
  <SPAN lang=EN-AU 
  >quote
  <SPAN lang=EN-AU 
  >>     editor will not 
  work...
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>                
  THANKS!
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>                     
  Walt, AKA Hairy Mug
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Send BUG REPORTS to 
  bugs@xxxx
  <SPAN lang=EN-AU 
  >>     Send SUGGESTIONS to 
  suggest@xxxx
  <SPAN lang=EN-AU 
  >>     
  -----------------------------------------
  <SPAN lang=EN-AU 
  >>     Post AmiQuote-related 
  messages ONLY to: amiquote@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>     (Web page: 
  http://groups.yahoo.com/group/amiquote/messages/)
  <SPAN lang=EN-AU 
  >>     
  --------------------------------------------
  <SPAN lang=EN-AU 
  >>     Check group FAQ 
  at:
  <SPAN lang=EN-AU 
  >>     
  http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Your use of Yahoo! Groups 
  is subject to
  <SPAN lang=EN-AU 
  >> 
  http://docs.yahoo.com/info/terms/
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Send BUG REPORTS to 
  bugs@xxxx
  <SPAN lang=EN-AU 
  >>     Send SUGGESTIONS to 
  suggest@xxxx
  <SPAN lang=EN-AU 
  >>     
  -----------------------------------------
  <SPAN lang=EN-AU 
  >>     Post AmiQuote-related 
  messages ONLY to: amiquote@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>     (Web page: 
  http://groups.yahoo.com/group/amiquote/messages/)
  <SPAN lang=EN-AU 
  >>     
  --------------------------------------------
  <SPAN lang=EN-AU 
  >>     Check group FAQ 
  at:
  <SPAN lang=EN-AU 
  >> 
  http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>     Your use of Yahoo! Groups 
  is subject to the Yahoo! Terms of 
  <SPAN lang=EN-AU 
  >Service.
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   Send BUG REPORTS to 
  bugs@xxxx
  <SPAN lang=EN-AU 
  >>   Send SUGGESTIONS to 
  suggest@xxxx
  <SPAN lang=EN-AU 
  >>   
  -----------------------------------------
  <SPAN lang=EN-AU 
  >>   Post AmiQuote-related messages ONLY 
  to: amiquote@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>   (Web page: 
  http://groups.yahoo.com/group/amiquote/messages/)
  <SPAN lang=EN-AU 
  >>   
  --------------------------------------------
  <SPAN lang=EN-AU 
  >>   Check group FAQ at:
  <SPAN lang=EN-AU 
  >> 
  http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   Your use of Yahoo! Groups is subject 
  to the Yahoo! Terms of 
  <SPAN lang=EN-AU 
  >Service.
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>         
  Yahoo! Groups Sponsor
  <SPAN lang=EN-AU 
  >>               
  ADVERTISEMENT
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   Send BUG REPORTS to 
  bugs@xxxx
  <SPAN lang=EN-AU 
  >>   Send SUGGESTIONS to 
  suggest@xxxx
  <SPAN lang=EN-AU 
  >>   
  -----------------------------------------
  <SPAN lang=EN-AU 
  >>   Post AmiQuote-related messages ONLY 
  to: amiquote@xxxxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >>   (Web page: 
  http://groups.yahoo.com/group/amiquote/messages/)
  <SPAN lang=EN-AU 
  >>   
  --------------------------------------------
  <SPAN lang=EN-AU 
  >>   Check group FAQ at:
  <SPAN lang=EN-AU 
  >> 
  http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  <SPAN lang=EN-AU 
  >> 
  <SPAN lang=EN-AU 
  >>   Your use of Yahoo! Groups is subject 
  to the Yahoo! Terms of 
  <SPAN lang=EN-AU 
  >Service.
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >------------------------ Yahoo! Groups Sponsor 
  ---------------------~-->
  <SPAN lang=EN-AU 
  >Get A Free Psychic <SPAN 
  lang=EN-AU>Reading! Your Online Answer To Life's 
  Important Questions.
  <SPAN lang=EN-AU 
  >http://us.click.yahoo.com/Lj3uPC/Me7FAA/CNxFAA/GHeqlB/TM
  <SPAN lang=EN-AU 
  >---------------------------------------------------------------------~->
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >Send BUG REPORTS to 
  bugs@xxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >Send SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx
  <SPAN lang=EN-AU 
  >-----------------------------------------
  <SPAN lang=EN-AU 
  >Post AmiQuote-related messages ONLY to: 
  amiquote@xxxxxxxxxxxxxxx 
  <SPAN lang=EN-AU 
  >(Web page: 
  http://groups.yahoo.com/group/amiquote/messages/)
  <SPAN lang=EN-AU 
  >--------------------------------------------
  <SPAN lang=EN-AU 
  >Check group FAQ at: 
  http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  <SPAN lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >Your use of Yahoo! Groups is subject to 
  http://docs.yahoo.com/info/terms/ 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.