-
ast-0.2.8-r1 released
This release fixes the downloading errors with Yahoo Finance. Sorry for the delay in this release, I moved recently and haven't had an Internet connection.
2007-09-23 15:18:12 UTC by mwilliamson
-
ast-0.2.8 Released!
Today AST version 0.2.8 was released. This release adds the ability to manually correct for splits that Yahoo does not recognize. It ties together the worksheet and portfolio through a slippage calculations, which allows you to measure how good your timing is. Users can now enter a custom exchange rate for transactions instead of using the market rate. Full change log follows:
* New: Ability to manually correct for splits that Yahoo doesn't notice
* New: Slippage calculation for portfolio -- ties together worksheet and stoploss
* New: Added start date option for afetch
* New: Securitymaster and markets query to afetch
* Implemented wish #1584779: IDEA: Market news in market watch
* Implemented wish #1619729: WISH: Transaction Exchange Rate
* Implemented wish #1709433: Return of capital
* Fixed: afetch errors should go to stderr
* Fixed: Market watch was showing market opening in huge number of minutes.
* Fixed: Added a lock file for the scheduler so that you don't get two schedulers working on the same job.
* Fixed: date issues with AST regarding daylight savings time
* Fixed bug #1710125: Tried to add a dividend, got this error
* Fixed bug #1686863: ast does not support ta-lib 0.3.0
2007-05-06 22:44:49 UTC by mwilliamson
-
ast-0.2.7 released
Today ast-0.2.7 was released. The main new feature in this version is the addition of risk analysis. You can now see how risky each of your portfolio holdings is, how much you have reduced your risk by diversifying and how much each security contributes to the over all risk in your portfolio. There are new reports to help find high or low volatility stocks. The portfolio now has an Annualised view, which shows how much you make per year with componound interest. Here is the complete change log:
Version 0.2.7 Released Mar 11, 2007
* New: Added Risk analysis to the portfolio
* New: New risk analysis reports
* New: Added pattern scanner alert
* New: Exponentiation operator and days_held fields in portfolio, which allow for annualised gains report
* New: Most trades game summary
* Fixed: Hide pattern stuff from stock screener email if it wasn't used
* Fixed: Added detection on inf and nan to formating code
* Fixed: Added FX correction for portfolio quotes.
* Fixed: Portfolio summary change colours were backwards.
* Fixed: Portfolio news did not work in text version.
* Fixed: Crash when looking up a symbol that wasn't found at start of alphabet
* Fixed: crashing run alerts; invalid quote period.
* Fixed: File error messages were not displayed correctly
* Fixed: Report MACD crash
* Fixed bug #1657334: tm_zone and HOST_NAME_MAX issue
* Fixed bug #1657298: a few LOCK_* const not declared
* Fixed bug #1657520: '_S' and '_N' not declared in this scope
* Fixed bug #1654804: Game purchases
* Fixed bug #1673068: Can't remove indicator
* Fixed bug #1669499: Stock screen crashes with failed ADX screen.
* Fixed bug #1672785: logic error : currency
2007-03-11 22:09:31 UTC by mwilliamson
-
ast-0.2.5 release
Today I released version 0.2.5 of AST. There were many bugs fixed in this
release as well as some neat new features. Among them are:
1. You can now plot your portfolio on the charts and comparison. This is a
neat feature allowing you to compare your historical performance vs. an index
or security. This plot uses your current holdings and does factor in
transactions. The reason for this decision is because you will see
discontinuities in the chart if you add or remove capital.
2. All of the symbol entry forms have an Ajax suggester. When typing a symbol
name you will see a list of symbols in AST's database that start with what
you typed.
3. Even more markets are now supported, including all German markets. You can
now enter ISIN numbers into AST, but they are translated into Symbol /
Market. Once I get a database of ISIN numbers AST will fully support storage
of ISIN numbers.
4. I have added a new command line quote fetcher, called afetch. It allows you
to query AST's quote database from the command line, for use in other
applications, website or maybe importing into a spreadsheet for analysis. It
is built by default, to use it do:
./afetch --type daily --symbols X.TO
07/01/16|47.64|46.93|47.51|47.30|481300|47.51
...
You can type afetch --help for more information on how to use it. AST has an
efficient caching system in which it only fetches data when its needed. This
makes afetch very fast for repetitive queries such as those on websites.
5. I've found a new tool called po4a which should make translation easier. It
can translate the HTML files with a standard gettext po file, so the work
required to translate those should greatly decrease.
6. I have now included an x86_64 binary file in the release. Also the name of
the files has changed to conform to standards.
I hope you enjoy this release. If you have any problems installing or
upgrading your system, please feel free to contact me or the mailing list of
assistance.
2007-01-17 02:34:12 UTC by mwilliamson
-
ast-0.2.2 Released!
Today ast-0.2.2 was released. This release is purely a bug fix release, no new features were added. ast-0.2.2 now compiles on AMD64. See ChangeLog for more information.
2006-09-27 19:50:00 UTC by mwilliamson