Author Topic: Stock scanner, can now export into QuoteTracker...  (Read 2897 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • Administrator
  • Regular
  • *****
  • Posts: 106
  • Karma: 0
  • Gender: Male
  • Yo dude.
    • View Profile
    • http://www.OzSuper.com
Stock scanner, can now export into QuoteTracker...
« on: April 28, 2010, 11:18:45 AM »
The OzSuper.com site now will format the Extreme Stock report into QuoteTracker format so it can be just copied and pasted into the QuoteTracker master file: C:\Program Files\QuoteTracker\port.xml

Further instructions will follow, so for now, just the basics:

QuoteTracker is a great free windows based stock monitoring program. It can be downloaded from http://www.quotetracker.com/


  • Within QuoteTracker, Create a new portfolio, set it's refresh time: I use 900 seconds. Easiest if you add one stock code. This will more clearly show the format required.
  • Quit the QuoteTracker program
  • Generate the Extreme report, at: http://www.ozsuper.com/ax_power/ax_extremform.php This can also be selected from the [ POWER ] button on top of all pages. Use whatever reporting parameters you wish.
  • Copy the EXPORT field from after the report, at: ozsuper.com/ax_power/ax_extrem.php#Export
  • Edit the port.xml file in a good text editor. Best to take a copy of it first for backup.
  • Close the file in the editor. Assuming the editor locks the file (not all do).
  • The export file is a series of <item> .... </item> stock definitions, Paste it in, replacing the added in stock code from above.
  • Start QuoteTracker again, allow the new portfolio to refresh prices. This may take a few minutes depending on the number of stocks exported.
  • good to go... you can now monitor the reported stocks with real time prices.
« Last Edit: April 28, 2010, 11:20:40 AM by Joe »
Thank you,
The Management

Offline Joe

  • Administrator
  • Regular
  • *****
  • Posts: 106
  • Karma: 0
  • Gender: Male
  • Yo dude.
    • View Profile
    • http://www.OzSuper.com
Format of NOTE field within the QuoteTracker Export function
« Reply #1 on: April 29, 2010, 04:11:54 PM »
Example of NOTE field for QuoteTracker Export

Code: [Select]
<NOTE>100428.001,4.G3.L1, ag Sell($n.nn), EPS(-0.7), PE(-4.0), Cl(0.029) Energy</NOTE>
FieldDescription
100428 Short form of the date (yymmdd) the report was generated up to to. This corresponds to the reported description... Up to Wednesday 28th April 2010 (2010-04-28) above the report.
.001Sequence number of the Stock within the generated report, this enables the original report order to be reshown from within QuoteTracker by clicking on the NOTE column header.
4This Stock has satisfied the RANK% filters 4 times within the date range. The total of the following 2 fields.
G3This Stock has satisfied the RANK% Gain 3 times within the date range.
L1This Stock has satisfied the RANK% Loss 1 times within the date range.
agProvides a consistent place to over-type a code that indicates the Broker agent that was used if the stock is later purchased.
Sell($n.nn)Provides a consistent place to over-type a SELL price, if the stock is later purchased.
EPS(-0.7)Column remembered from the generated report, Earnings Per Share.
PE(-4.0)Column remembered from the generated report, Price to Earnings Ratio.
Cl(0.029)Column remembered from the generated report, Close Price, as at the last reporting date.
EnergyStock Industry sector.
Thank you,
The Management