home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / YahooUK.QCF < prev    next >
Text File  |  1999-02-27  |  28KB  |  567 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997, 1998, 1999
  4. //     by Jim Dowdle
  5. // Methods shown herein may be used for no other purpose than
  6. // creating and modifying configuration files for use with this product.
  7. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  8.  
  9. // QuoteList Configuration File
  10.  
  11. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  12. // this file contains your Internet Site Path (URL) for the root .qtl file;
  13. // defines the download method;
  14. // and contains parsing instructions to be used by the MAWIN generic
  15. // parsing routines
  16.  
  17. // You may edit it as needed if you choose to change the Site used,
  18. // or if the Site format changes
  19.  
  20. // This method of specifying and decoding Web Pages has been chosen to make it
  21. // "easy" to adapt to new pages or changes in pre-defined pages.
  22. // Some users may not wish to get into this level of detail, and others may find
  23. // it easy to use this specifying/formatting scheme to add new pages to your
  24. // daily downloads, or just to keep up with changes.
  25.  
  26. // If you do not wish modify these files, pre-defined files and updates may become 
  27. // available in the near future.
  28.  
  29. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  30. // Download Option Definitions
  31. // Up to 6 Group1 and 6 Group2 currently supported
  32.  
  33. Caption Group1=Daily/Historical Download Options
  34. Caption Group1Option1=Download Daily Quote Updates (10/page)
  35. //Caption Group1Option2=Download All Historical Data Since Jan 01, 1998
  36. //Caption Group1Option3=Download All Available Historical Quote Data
  37.  
  38. Caption Group2=Historical Quotefile (.day) Format Options (must be consistent once started)
  39. Caption Group2Option1=MAWIN Std - Date  Hi  Low  Close  Volume  Time
  40. Caption Group2Option2=MetaStock - Symbol, Date(yymmdd), D, Hi, Low, Close, Volume
  41. Caption Group2Option3=MetaStock - Symbol, Date(yymmdd), D, Open, Hi, Low, Close, Volume
  42. Caption Group2Option4=Custom    - Symbol, Date, Hi, Low, Close
  43.  
  44. Caption Group3=Fraction Handling
  45. Caption Group3Option1=Save as Fractions
  46. Caption Group3Option2=Save as Decimal
  47.  
  48. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  49.  
  50. // The optional timezone indicator sets the timezone for the source of quotes for this page
  51.  
  52. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  53. // and adjust the default date and timestamps to the date and time at the page location
  54.  
  55. Timezone=A
  56. // see: http://aa.usno.navy.mil/AA/faq/docs/world_tzones.html
  57.  
  58. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  59.  
  60. // This optional entry allows quote companies to be added to the quotelist which are found
  61. // in the page.  It would normally be applicable to a download by_page.
  62. // The default is Off.
  63.  
  64. //Add_Quote_Requests_to_QuoteList_from_Page=On
  65.  
  66. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  67.  
  68. // This optional entry activates a mode useful for options pages at CBOE to get the symbol
  69. // from the 1st entry in the Quotelist
  70. // This will get the underlying security from the Quotelist 1st entry, and append it to the URL
  71. // below to form the path to the Options page for the indicated underlying security
  72.  
  73. // GetOptionSymbolFromQuoteList=On
  74.  
  75. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  76. // for Fractional Handling:
  77. Begin Group3Option2
  78. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  79. // this option converts fractions in quotes, if present, to a decimal value with 3 places to the
  80. // right of the decimal point (and produces all output files accordingly)
  81.  
  82. NoFractions
  83.  
  84. // the default allows fractions
  85.  
  86. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  87. End Group3Option
  88. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  89. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  90. // for  Standard MAWIN Format:
  91. Begin Group2Option1
  92. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  93. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  94. // Cut and paste this section into the same area of other QCF files to create MetaStock-compatible output files
  95. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  96.  
  97. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  98. // This is the I/O formatting section
  99. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  100.  
  101. // The keywords which may be used are:
  102.  
  103. // Numeric Keyword Identifiers:
  104. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  105. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  106.  
  107. // Textual Keyword Identifiers:
  108. // Symbol, Co_name, Time
  109.  
  110. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  111. // specified further below.
  112.  
  113. // Output format:
  114.  
  115. // If none is specified, the format will be:
  116.  
  117. // Date   Hi   Low   Close   Volume   Time
  118.  
  119. // Specify output with comma delimeter, then spaces as indicated
  120.  
  121. //OutputFormat=Symbol   1  "D, "  Date   1   Hi   1  Low   1  Close   4   Volume
  122. //OutputFormat=Symbol   1  "D, "  Date   1   Open   1  Hi   1  Low   1  Close   4   Volume
  123. OutputFormat=Date   Hi   Low   Close   Volume   Time
  124.  
  125. //OutputDateFormat=yymmdd
  126.  
  127. // fields will be delimeted by fill spaces to the following positions by default:
  128. // field positions by field number: 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  129.  
  130. OutputFieldPositions= 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  131.  
  132. // A header section normally preceeds the data in a historical quote file,
  133. // and the header may now be customized or eliminated.
  134.  
  135. // If no header specifier statement is provided, the default header will be 
  136. // obtained from file Header.day
  137.  
  138. Header=Header.day
  139. //Header=MSheader.day
  140. // Header=none
  141.  
  142. // the default output delimeter will be spaces
  143. OutputDelimeter=spaces
  144. // alternatively, comma delimeted output may be used, with no spaces
  145. //OutputDelimeter=comma
  146.  
  147. // Input format: (for imports)
  148.  
  149. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  150.  
  151. // there is no need for an input delimeter specification
  152. // mawin will use either >1 space, or comma delimeted.
  153.  
  154.  
  155. //ExportFormat=Date   Hi   Low   Close   Volume   Time
  156.  
  157. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  158. // END marked section
  159. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  160. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  161. End Group2Option
  162. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  163. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  164. // for  MetaStock Format:
  165. Begin Group2Option2
  166. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  167. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  168. // Cut and paste this section into the same area of other QCF files to create MetaStock-compatible output files
  169. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  170.  
  171. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  172. // This is the I/O formatting section
  173. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  174.  
  175. // The keywords which may be used are:
  176.  
  177. // Numeric Keyword Identifiers:
  178. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  179. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  180.  
  181. // Textual Keyword Identifiers:
  182. // Symbol, Co_name, Time
  183.  
  184. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  185. // specified further below.
  186.  
  187. // Output format:
  188.  
  189. // If none is specified, the format will be:
  190.  
  191. // Date   Hi   Low   Close   Volume   Time
  192.  
  193. // Specify output with comma delimeter, then spaces as indicated
  194.  
  195. OutputFormat=Symbol   1  "D, "  Date   1   Hi   1  Low   1  Close   4   Volume
  196. //OutputFormat=Symbol   1  "D, "  Date   1   Open   1  Hi   1  Low   1  Close   4   Volume
  197. //OutputFormat=Date   Hi   Low   Close   Volume   Time
  198.  
  199. OutputDateFormat=yymmdd
  200.  
  201. // fields will be delimeted by fill spaces to the following positions by default:
  202. // field positions by field number: 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  203.  
  204. OutputFieldPositions= 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  205.  
  206. // A header section normally preceeds the data in a historical quote file,
  207. // and the header may now be customized or eliminated.
  208.  
  209. // If no header specifier statement is provided, the default header will be 
  210. // obtained from file Header.day
  211.  
  212. //Header=Header.day
  213. Header=MSheader.day
  214. // Header=none
  215.  
  216. // the default output delimeter will be spaces
  217. //OutputDelimeter=spaces
  218. // alternatively, comma delimeted output may be used, with no spaces
  219. OutputDelimeter=comma
  220.  
  221. // Input format: (for imports)
  222.  
  223. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  224.  
  225. // there is no need for an input delimeter specification
  226. // mawin will use either >1 space, or comma delimeted.
  227.  
  228.  
  229. //ExportFormat=Date   Hi   Low   Close   Volume   Time
  230.  
  231.  
  232. // this option converts fractions in quotes, if present, to a decimal value with 3 places to the
  233. // right of the decimal point (and produces all output files accordingly)
  234.  
  235. //NoFractions
  236.  
  237. // the default allows fractions
  238.  
  239. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  240. // END marked section
  241. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  242. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  243. End Group2Option
  244. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  245. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  246. // for  MetaStock Format: (with Open data)
  247. Begin Group2Option3
  248. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  249. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  250. // Cut and paste this section into the same area of other QCF files to create MetaStock-compatible output files
  251. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  252.  
  253. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  254. // This is the I/O formatting section
  255. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  256.  
  257. // The keywords which may be used are:
  258.  
  259. // Numeric Keyword Identifiers:
  260. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  261. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  262.  
  263. // Textual Keyword Identifiers:
  264. // Symbol, Co_name, Time
  265.  
  266. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  267. // specified further below.
  268.  
  269. // Output format:
  270.  
  271. // If none is specified, the format will be:
  272.  
  273. // Date   Hi   Low   Close   Volume   Time
  274.  
  275. // Specify output with comma delimeter, then spaces as indicated
  276.  
  277. //OutputFormat=Symbol   1  "D, "  Date   1   Hi   1  Low   1  Close   4   Volume
  278. OutputFormat=Symbol   1  "D, "  Date   1   Open   1  Hi   1  Low   1  Close   4   Volume
  279. //OutputFormat=Date   Hi   Low   Close   Volume   Time
  280.  
  281. OutputDateFormat=yymmdd
  282.  
  283. // fields will be delimeted by fill spaces to the following positions by default:
  284. // field positions by field number: 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  285.  
  286. OutputFieldPositions= 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  287.  
  288. // A header section normally preceeds the data in a historical quote file,
  289. // and the header may now be customized or eliminated.
  290.  
  291. // If no header specifier statement is provided, the default header will be 
  292. // obtained from file Header.day
  293.  
  294. //Header=Header.day
  295. Header=MSOheader.day
  296. // Header=none
  297.  
  298. // the default output delimeter will be spaces
  299. //OutputDelimeter=spaces
  300. // alternatively, comma delimeted output may be used, with no spaces
  301. OutputDelimeter=comma
  302.  
  303. // Input format: (for imports)
  304.  
  305. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  306.  
  307. // there is no need for an input delimeter specification
  308. // mawin will use either >1 space, or comma delimeted.
  309.  
  310.  
  311. //ExportFormat=Date   Hi   Low   Close   Volume   Time
  312.  
  313.  
  314. // this option converts fractions in quotes, if present, to a decimal value with 3 places to the
  315. // right of the decimal point (and produces all output files accordingly)
  316.  
  317. NoFractions
  318.  
  319. // the default allows fractions
  320.  
  321. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  322. // END marked section
  323. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  324. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  325. End Group2Option
  326. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  327.  
  328. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  329. // for Customer Specified Format:
  330. Begin Group2Option4
  331. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  332. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  333. // Cut and paste this section into the same area of other QCF files to create MetaStock-compatible output files
  334. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  335.  
  336. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  337. // This is the I/O formatting section
  338. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  339.  
  340. // The keywords which may be used are:
  341.  
  342. // Numeric Keyword Identifiers:
  343. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  344. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  345.  
  346. // Textual Keyword Identifiers:
  347. // Symbol, Co_name, Time
  348.  
  349. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  350. // specified further below.
  351.  
  352. // Output format:
  353.  
  354. // If none is specified, the format will be:
  355.  
  356. // Date   Hi   Low   Close   Volume   Time
  357.  
  358. // Specify output with comma delimeter, then spaces as indicated
  359.  
  360. //OutputFormat=Symbol   1  "D, "  Date   1   Hi   1  Low   1  Close   4   Volume
  361. //OutputFormat=Symbol   1  "D, "  Date   1   Open   1  Hi   1  Low   1  Close   4   Volume
  362. //OutputFormat=Date   Hi   Low   Close   Volume   Time
  363. OutputFormat=Symbol    Date   Hi   Low   Close
  364.  
  365. //OutputDateFormat=yymmdd
  366.  
  367. // fields will be delimeted by fill spaces to the following positions by default:
  368. // field positions by field number: 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  369.  
  370. OutputFieldPositions= 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  371.  
  372. // A header section normally preceeds the data in a historical quote file,
  373. // and the header may now be customized or eliminated.
  374.  
  375. // If no header specifier statement is provided, the default header will be 
  376. // obtained from file Header.day
  377.  
  378. //Header=Header.day
  379. //Header=MSheader.day
  380. // Header=none
  381. Header=CustomHeader.day
  382.  
  383. // the default output delimeter will be spaces
  384. OutputDelimeter=spaces
  385. // alternatively, comma delimeted output may be used, with no spaces
  386. //OutputDelimeter=comma
  387.  
  388. // Input format: (for imports)
  389.  
  390. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  391.  
  392. // there is no need for an input delimeter specification
  393. // mawin will use either >1 space, or comma delimeted.
  394.  
  395.  
  396. //ExportFormat=Date   Hi   Low   Close   Volume   Time
  397.  
  398. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  399. // END marked section
  400. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  401. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  402. End Group2Option
  403. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  404.  
  405. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  406. // for  Daily Quote Updates (10/page):
  407. Begin Group1Option1
  408. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  409. // This is the Site URL including any prefix characters up to the qutoes to be added,
  410. // which will come from the .qtl file automatically as it executes
  411.  
  412. //Page=http://quote.yahoo.com/q?s=
  413. //Suffix=&d=t&o=t
  414. Page=http://finance.uk.yahoo.com/quotes/ukie/quote.csv?symbols=
  415. Suffix=*L&detailed=s
  416. //Page=http://quote.yahoo.com/d/quotes.csv?s=
  417. //Suffix=&f=sl1d1t1c1ohgv&e=.csv
  418.  
  419. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  420. // This is the Site URL for the Browser Direct Link.
  421. // Note:  http:// is included
  422. // To distinguish this optional input, it must be preceeded by BrowserLink=
  423.  
  424. BrowserLink=http://finance.uk.yahoo.com/
  425.  
  426. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  427. // This is the Site URL for the Symbol Search page.
  428. // You will need this to use the automatic Symbol Search option
  429. // which will come from the .qtl file automatically as it executes
  430. // Note:  http:// is included
  431. // To distinguish this optional input, it must be preceeded by SymSearch=
  432.  
  433. SymSearch=http://finance.uk.yahoo.com/lookup.html
  434.  
  435. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  436. // the next entry must define the download method.
  437. // the entry will be either "by_page" or "by_quote"
  438. // "by_page" means the page inherently defines the quote information which will be received.
  439. // these are usually index pages which are predefined.
  440.  
  441. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  442.  
  443. by_quote
  444. //by_page
  445.  
  446. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  447. // Optionally, enter the number of quotes per page this URL supports
  448. // the default will be 10, which for now, will be the maximum allowable
  449. // (this only applies to by_quote, not by_page mode
  450.  
  451. NumQuotesPerPage=10
  452.  
  453. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  454. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  455.  
  456. // for example:
  457. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  458. // could be a valid request for this page, and the delimeter ',' is used
  459. // other sites may use '+' or other characters as a delimeter
  460. // for pages only accepting 1 quote per page, a delimeter will not be needed or expected
  461.  
  462. *L+
  463.  
  464. // (to determine what delimeter is used, bring up the page using your Web Browser,
  465. // request your stock quotes, and observe the delimeter used...usually shown in the
  466. // top text field of your Browser, as a part of the URL.)
  467.  
  468. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  469. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  470. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  471. // if you decide to customize your own download site, you can pick this string by first bringing
  472. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  473. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  474. // first look for a string which will be used as a trigger to begin looking for quotes.
  475. // The trigger phrase is:
  476.  
  477. StartTrigger=None
  478. //GroupTrigger=Click to trade or open an account
  479.  
  480. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  481. //CorrelateBy=Order        // specify how to correlate quote to quotefile
  482. //CorrelateBy=Co_Name        // specify how to correlate quote to quotefile
  483.  
  484. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  485. // next, enter the trigger string which indicates the start of a quote
  486. // for this type, it is:
  487.  
  488. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  489. // next, enter the trigger string which indicates the start of a quote
  490. // unless otherwise indicated, this will be required to start the line
  491. // for this type, it is:
  492.  
  493. TriggerStringStart=Anywhere
  494. //TriggerStringStart=Beginning        // default
  495. TriggerString=None
  496.  
  497. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  498. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  499. // The keywords which may be used are:
  500.  
  501. // Numeric Keyword Identifiers:  (case-sensitive)
  502. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, Num, and Temp
  503. // "Num"  will be available to be used to store/handle throwaway numerics between quote data
  504. // "Temp" will be available to be used to store/handle throwaway text     between quote data
  505. // "Temp" and "Num" may be used multiple times
  506.  
  507. // Textual Keyword Identifiers:
  508. // Symbol, Co_name, Time, ExpChar, ExpYr
  509.  
  510. // for this file/site, the parsing commands are:
  511. // *C starting in column 1 will allow extra long lines to be entered as a continuation without exceeding 180 max character line length
  512.  
  513. 1        // lines per quote
  514.  
  515. // get rid of some annoying scripts in preprocessing
  516.  
  517. ReplaceAll="N/A" with "0"
  518. ReplaceAll=""" with ""
  519. //ReplaceAll="," with "    "
  520. ReplaceAll="*L" with ""
  521.  
  522. //AutoDate " "              // will search for date field and remove before processing quote
  523. //SetDateFormat=dd/mm/yy
  524.  
  525. //SetDateFormat=mm/dd
  526. //    Valid formats are:
  527. //        mm/dd/yy    where / is a delimeter / or -    (default)
  528. //    or    mm/dd        current year will be attached
  529. //    or    mmddyy
  530. //    or    mmddyyyy    any order with or without delimeter
  531. //    use / only to indicate delimeter presence
  532.  
  533. NoDate            // Do Not look for Date field (none or manual specify)
  534.  
  535.  
  536. //ScreenForNumerics        // option throws out non-numerics in numeric positions, simplifying parse setup
  537.  
  538. Symbol,    Num,    Time,        Change,    Low,    Hi,    Close,    Volume
  539.  
  540.  
  541. // Custom Delim Stings may be shown/required here
  542. // number of spaces for delim can also be used, like: Close   3    Bid     (default = 3) 
  543.  
  544. // up to 100 identifier types per quote may be specified
  545.  
  546. //Volume * 1000
  547. //Volume / 100
  548.  
  549.  
  550. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  551. End Group1Option
  552. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  553.  
  554. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  555.  
  556. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  557. // quoted in 1000's of shares, and must be adjusted to shares.
  558. // supported modifiers are '*' and '/'
  559.  
  560. //Volume * 1000
  561. //Volume / 100
  562.  
  563. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  564.  
  565.  
  566.  
  567.