PureBytes Links
Trading Reference Links
|
Would you please READ the newsletter I pointed you to?
http://www.amibroker.com/newsletter/05-2000.html
Your question is answered there. It is enough just to read what is already written.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "jgholson" <jgholson@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, November 20, 2004 11:45 AM
Subject: [amibroker] Re: Cleanup database
>
>
> Is there a way to modify the script to automatically delect old
> symbols with out user input?
>
> Thanks
> Jeff
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
> wrote:
>> No it does NOT connect to internet at all. It just checks your
> local database
>> The script is described in the newsletter:
>>
>> http://www.amibroker.com/newsletter/05-2000.html
>>
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>> ----- Original Message -----
>> From: "Dimension" <dimension@xxxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Saturday, November 20, 2004 6:57 AM
>> Subject: RE: [amibroker] Cleanup database
>>
>>
>> >
>> > Btw, do you know how cleanup works? For Yahoo EOD data, does it
> query yahoo
>> > to determine if the symbols exist?
>> >
>> > -----Original Message-----
>> > From: Dimension [mailto:dimension@x...]
>> > Sent: Friday, November 19, 2004 11:53 PM
>> > To: amibroker@xxxxxxxxxxxxxxx
>> > Subject: RE: [amibroker] Cleanup database
>> >
>> >
>> > Ah..thank you much
>> >
>> > -----Original Message-----
>> > From: Geo Singleman [mailto:geosing@x...]
>> > Sent: Friday, November 19, 2004 11:49 PM
>> > To: amibroker@xxxxxxxxxxxxxxx
>> > Subject: Re: [amibroker] Cleanup database
>> >
>> >
>> > These are the parameters in cleanup.js (in scripts folder) which
> control the
>> > behavior.
>> >
>> > /* detection threshold (in days) */
>> > var Threshold = 30; // one month for example
>> > /* by default do not delete */
>> > var DeleteByDefault = false;
>> > /* ask the user for the decision */
>> > var AskUser = true;
>> > /* a timeout to wait until default route (no deletion) is taken
> */
>> > var Timeout = 5;
>> >
>> > You will need to modify these to suit your usage.
>> > The above prompt you for deletion of ticker which less than 30
> days of
>> > quotations. If no response in 5 seconds, it carries on without
> deleting.
>> >
>> > Geo
>> >
>> >
>> > ----- Original Message -----
>> > From: "Dimension" <dimension@xxxx>
>> > To: <amibroker@xxxxxxxxxxxxxxx>
>> > Sent: Friday, November 19, 2004 09:30 PM
>> > Subject: [amibroker] Cleanup database
>> >
>> >
>> >>
>> >> Hi,
>> >> I am running "Cleanup Database". It is poping up a dialogues
> telling "X
>> > Has
>> >> not quotes, Do you wish to delete?" (where X = to a symbol).
> However,
>> > after
>> >> about 5 or so seconds, the dialogue disappears and another re-
> appears,
>> >> before I get a chance to respond. Why does this happen and how
> can I
>> >> prevent this from happening? Also, can someone describe how
> this thing
>> > does
>> >> it's thing? Does it query the Datasource to determine if a
> symbol is
>> > valid?
>> >>
>> >> Btw, enhancement suggestion: It would be good if this function
> summarizes
>> >> and presents all discrepancies and errors on one
> page/popup/dialogue and
>> >> offer the user the opportunity to reconcile data from that page.
>> >>
>> >> Thanks much
>> >>
>> >>
>> >> [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 Links
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >
>> >
>> >
>> >
>> > 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
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > 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
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > 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
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
------------------------ 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/
|