PureBytes Links
Trading Reference Links
|
you're not as far along with it as i thought you said in your original post.
The first thing you should figure out is how to import the data into the
field you want to use. Once you get that far I can guide you re the
scripting.
d
_____
From: trb0428 [mailto:trbrowne@xxxxxxxxxxx]
Sent: Tuesday, October 19, 2004 10:01 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Need help with custom array data
d,
Thanks... I haven't done very much yet other than experiment with a
few approaches. I created a .csv file in excel with dummy data and
tried importing it with the import wizard but that didn't work. Next
I manually edited the quote data for one symbol and added the
institutional ownership percentage in the open interest (OI) field.
I was then able to plot the indicator with:
Plot(OI,"Open Interest %", Colorred,StyleHistogram | 4);
I'm interested in automating this process with VBscript. I'm
thinking to get the data from a website with URLGET and then parse
through it using VBscript. I then would like to write the
institutional ownership % to the available OI field in each symbol
of my database if I can access that field somehow. My problem is
that I'm a beginner at vbscript and AFL for that matter and I have
~6400 symbols in my database. I'm not sure how to iterate through my
database or how to pass the new symbol needed as an argument to the
URLGET application or the best way to parse out the
data....basically I have a lot of work ahead of me. Any pointers on
the approach or similar solutions would be appreciated.
regards,
Tom
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> first you need to post what you've done - several people have
asked for a
> simliar solution.
>
> second, you can create a "synthetic ticker" that holds that info.
Ie. for
> IBM make one IBM_IO or something like that.
>
> d
>
>
> _____
>
> From: trb0428 [mailto:trbrowne@x...]
> Sent: Tuesday, October 19, 2004 6:19 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Need help with custom array data
>
>
>
> I am trying to construct a graph which plots the % institutional
> ownership of any stock in my database over time. I am able to pull
> the data from a financial website (MSN for instance) using URLGET
to
> save the page and then parse out the data using a script. How can
I
> now create an array of ticker,date,value that can be plotted from
> within AB as a custom indicator ? Or can I write the value
directly
> to the existing database somehow and associate it with my tickers?
> Any thoughts?
>
> Thanks,
> Tom
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
<http://us.ard.yahoo.com/SIG=129e0rqa4/M=295196.4901138.6071305.30011
76/D=gr
>
oups/S=1705632198:HM/EXP=1098310756/A=2128215/R=0/SIG=10se96mf6/*http
://comp
> anion.yahoo.com> click here
>
> <http://us.adserver.yahoo.com/l?
M=295196.4901138.6071305.3001176/D=groups/S=
> :HM/A=2128215/rand=335425207>
>
>
> _____
>
> 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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129q3gb00/M=315388.5497957.6576270.3001176/D=gr
oups/S=1705632198:HM/EXP=1098324069/A=2372354/R=0/SIG=12id813k2/*https://www
.orchardbank.com/hcs/hcsapplication?pf=PLApply&media=EMYHNL40F21004SS> click
here
<http://us.adserver.yahoo.com/l?M=315388.5497957.6576270.3001176/D=groups/S=
:HM/A=2372354/rand=584846861>
_____
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
<mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
|