PureBytes Links
Trading Reference Links
|
<FONT face=Arial
color=#0000ff size=2>ok, you got me very interested...
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>where can I find documentation on the MxSML12
object?
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>also where can I find doc's on the ADOdb
object?
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>Do you happen to know of any objects that would help me
load websites that are _javascript_ based. I'm trying to mine some data off of
Schwab and have had a difficult time.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
From: black_marubozu
[mailto:groups@xxxxxxxxxxxx] Sent: Sunday, May 16, 2004 4:24
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
how to? with script, download data from web
BTW, there is a way to get rid of urlget.exe from scripts
completely. by using FileSystemObject methods you can write data to disk, by
using adodb.stream you can download binary data, etc. below is a sample script
that may give you a flavor..objHTTP = new
ActiveXObject("Msxml2.ServerXMLHTTP");objWSH = new
ActiveXObject("WScript.Shell");objFSO = new
ActiveXObject("Scripting.FileSystemObject");strURL = '<A
href="';">http://sc.sc8.finance.lycos.com:443/18467?User=demo&Pswd=demo&DataType=DATA&+Symbol=INDU&Interval=5';objHTTP.open("GET",strURL,false);objHTTP.send();WScript.Echo(objHTTP.responseText);cheers,BMSend
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
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
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|