PureBytes Links
Trading Reference Links
|
I have a free open-source add-in for EXCEL that you could use to grab
information from the StockCharts website. The add-in, documentation
on its functions, and sample templates can be found in the files area
of this Yahoo group:
http://finance.groups.yahoo.com/group/smf_addin/
For example, one function allows you to extract table cells from a web
page. This use of the function would grab the 2nd cell of the 1st row
following the "Start Date/Time" header line of the table that shows
the PnF history:
=RCHGetTableCell("http://stockcharts.com/webcgi/Pnf.asp?S=SUNW&H=on&N=A&C=2",2,"Start
Date/Time",,,,1)
...returning "31-Jan-2007/09:30".
On 4/21/07, hanan.harush <hanan.harush@xxxxxxxxx> wrote:
>
> Can anyone summaries the existing alternatives for:
>
> 1. Display Pnf charts
> Use AFL script from http://www.amibroker.com/library/list.php
> Write my own code ( which i try to avoid inventing the wheel )
>
> 2. Patterns detection
> the basic requirement for this feature is to be able to gather the PNF
> columns history as described at
> http://stockcharts.com/webcgi/Pnf.asp?S=SUNW&H=on&N=A&C=2
> ( see the table bellow the PNF chart ).
> Based on the columns history anyone can write his own pattern.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|