home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
Chip_1999-09_cd.bin
/
sharewar
/
markanal
/
_SETUP.1
/
indices.qcf
< prev
next >
Wrap
Text File
|
1999-03-19
|
13KB
|
281 lines
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// The Market Analyzer for Windows (MAWIN)
// (C) Copyright 1994, 1995, 1996, 1997, 1998, 1999
// by Jim Dowdle
// Methods shown herein may be used for no other purpose than
// creating and modifying configuration files for use with this product.
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// QuoteList Configuration File
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// The timezone indicator sets the timezone for the source of quotes for this page
// MAWIN will compare your timezone (see Global Setup button) with the page timezone
// and adjust the default date and timestamps to the date and time at the page location
Timezone=R
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// this file contains your Internet Site Path (URL) for the root .qtl file;
// defines the download method;
// and contains parsing instructions to be used by the MAWIN generic
// parsing routines
// You may edit it as needed if you choose to change the Site used,
// or if the Site format changes
// This method of specifying and decoding Web Pages has been chosen to make it
// "easy" to adapt to new pages or changes in pre-defined pages.
// Some users may not wish to get into this level of detail, and others may find
// it easy to use this specifying/formatting scheme to add new pages to your
// daily downloads, or just to keep up with changes.
// If you do not wish modify these files, pre-defined files and updates may become
// available in the near future.
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// This is the Site URL including any prefix characters up to the qutoes to be added,
// which will come from the .qtl file automatically as it executes
http://quote301.fidelity.com:80/fq/quotes/quote.asp?symbols=
//Suffix="e_type=basic
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// This is the Site URL for the Browser Direct Link.
// Note: http:// is included
// To distinguish this optional input, it must be preceeded by BrowserLink=
BrowserLink=http://personal461.fidelity.com:80/news/quotes/
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// This is the Site URL for the Symbol Search page.
// You will need this to use the automatic Symbol Search option
// which will come from the .qtl file automatically as it executes
// Note: http:// is included
// To distinguish this optional input, it must be preceeded by SymSearch=
SymSearch=http://quote301.fidelity.com:80/fq/quotes/symblookup.asp?refer=quote
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// the next entry must define the download method.
// the entry will be either "by_page" or "by_quote"
// "by_page" means the page inherently defines the quote information which will be received.
// these are usually index pages which are predefined.
// "by_quote" means the quote requests will be appended from the .qtl file automatically
by_quote
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// the next entry tells MAWIN what delimeter character to add between appended quote symbols
// for example:
// www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
// could be a valid request for this page, and the delimeter ',' is used
// other sites may use '+' or other characters as a delimeter
+
// (to determine what delimeter is used, bring up the page using your Web Browser,
// request your stock quotes, and observe the delimeter used...usually shown in the
// top text field of your Browser, as a part of the URL.)
// if the method is "by_page", enter nothing here; MAWIN will skip this field
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// 1st Quote Type...funds
// for funds...do these 1st....some will pass as stock quotes
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
// if you decide to customize your own download site, you can pick this string by first bringing
// up the site using a Web Browser, and use "file save" to save the .htm image of the page.
// then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
// first look for a string which will be used as a trigger to begin looking for quotes.
// for this page, there are two types of quotes. The first trigger phrase is:
GroupTrigger=display the detailed quote data
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// next, enter the trigger string which indicates the start of a quote
// for this type, it is:
//TriggerStringStart=Anywhere
TriggerStringStart=Beginning // default
<TABLE BORDER=
ExitCriteria=Fund Number
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// MAWIN will automatically find quote data fields as specified by format keywords herein:
// The keywords which may be used are:
// Numeric Keyword Identifiers:
// Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Temp
// "Temp" will be available to be used to store/handle throwaway numerics between quote data
// "Temp" may be used multiple times
// Textual Keyword Identifiers:
// Symbol, Co_name, Time
// for this file/site, the parsing commands are:
18 // lines per quote
// so it will be found in the middle of a quote read
//ReplaceAll="<TABLE BORDER=" with "TABLE BORDER=<"
//
ReplaceAll="N/A" with "0"
//ReplaceAll=", " with " "
ReplaceAll=", 1999, " with "/1999 "
ReplaceAll=", 2000, " with "/2000 "
ReplaceAll=", 2001, " with "/2001 "
ReplaceAll=", 2002, " with "/2002 "
ReplaceAll=", 1999" with "/1999 "
ReplaceAll=", 2000" with "/2000 "
ReplaceAll=", 2001" with "/2001 "
ReplaceAll=", 2002" with "/2002 "
ReplaceAll=" " with " "
ReplaceAll="(PRE" with ""
ReplaceAll=")" with ""
ReplaceAll="Jan " with "01/"
ReplaceAll="Feb " with "02/"
ReplaceAll="Mar " with "03/"
ReplaceAll="Apr " with "04/"
ReplaceAll="May " with "05/"
ReplaceAll="Jun " with "06/"
ReplaceAll="Jul " with "07/"
ReplaceAll="Aug " with "08/"
ReplaceAll="Sep " with "09/"
ReplaceAll="Oct " with "10/"
ReplaceAll="Nov " with "11/"
ReplaceAll="Dec " with "12/"
//AutoDate // will search for date field and remove before processing quote
NoDate // Do Not look for Date field (none or manual specify)
//SetDateFormat=mondd/yyyy
// Valid formats are:
// mm/dd/yy where / is a delimeter / or - (default)
// or mm/dd current year will be attached
// or mmddyy
// or mmddyyyy any order with or without delimeter
// or day-mon-year
// use / only to indicate delimeter presence
ScreenForNumerics // option throws out non-numerics in numeric positions, simplifying parse setup
Co_name( Symbol Date Close Change
*C Dividend
// up to 20 identifier types per quote may be specified
// modifiers may be needed, to make adjustments of scale, such as this case where volume is
// quoted in 1000's of shares, and must be adjusted to shares.
// supported modifiers are '*' and '/'
// Volume * 1000
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// 2nd Quote Type....Stocks
//---------------------------------------------------------------------------------------------------------------------------------------------------------
GroupTrigger=display the detailed quote data
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// next, enter the trigger string which indicates the start of a quote
// for this type, it is:
//TriggerStringStart=Anywhere
TriggerStringStart=Beginning // default
//<TD HEIGHT=
<TABLE BORDER=
ExitCriteria=Fund Number
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// MAWIN will automatically find quote data fields as specified by format keywords herein:
// The keywords which may be used are:
// Numeric Keyword Identifiers:
// Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Temp
// "Temp" will be available to be used to store/handle throwaway numerics between quote data
// "Temp" may be used multiple times
// Textual Keyword Identifiers:
// Symbol, Co_name, Time
// for this file/site, the parsing commands are:
Pass=2 // run thru HTML 2nd time using this format to get some different formats
62 // lines per quote
//AutoDate // will search for date field and remove before processing quote
NoDate // Do Not look for Date field (none or manual specify)
//SetDateFormat=mondd/yyyy
// Valid formats are:
// mm/dd/yy where / is a delimeter / or - (default)
// or mm/dd current year will be attached
// or mmddyy
// or mmddyyyy any order with or without delimeter
// or day-mon-year
// use / only to indicate delimeter presence
Co_name( Symbol Date Time Close Volume Change Num Num Num
*C Bid Num Dividend Ask PE_Ratio
*C Temp Temp Temp Temp Temp Temp Temp Temp Temp Temp Temp Temp Temp Temp Temp
*C Open Hi Low
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// 3rd Quote Type....Indices
//---------------------------------------------------------------------------------------------------------------------------------------------------------
GroupTrigger=display the detailed quote data
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// next, enter the trigger string which indicates the start of a quote
// for this type, it is:
//TriggerStringStart=Anywhere
TriggerStringStart=Beginning // default
<table BORDER=
ExitCriteria=Fund Number
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// MAWIN will automatically find quote data fields as specified by format keywords herein:
// The keywords which may be used are:
// Numeric Keyword Identifiers:
// Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Temp
// "Temp" will be available to be used to store/handle throwaway numerics between quote data
// "Temp" may be used multiple times
// Textual Keyword Identifiers:
// Symbol, Co_name, Time
// for this file/site, the parsing commands are:
Pass=3 // run thru HTML 2nd time using this format to get some different formats
20 // lines per quote
//AutoDate // will search for date field and remove before processing quote
NoDate // Do Not look for Date field (none or manual specify)
//SetDateFormat=mondd/yyyy
// Valid formats are:
// mm/dd/yy where / is a delimeter / or - (default)
// or mm/dd current year will be attached
// or mmddyy
// or mmddyyyy any order with or without delimeter
// or day-mon-year
// use / only to indicate delimeter presence
Co_name( Symbol Date Time Close Prev Change Open Hi Low
//---------------------------------------------------------------------------------------------------------------------------------------------------------