Menu

AIOTrade / News: Recent posts

AIOTrade is open for submissions

Lately I was added by as a developer in the project and I created a branch called "opencommunity".
This branch should contain a development version that is built by contribution of the community in order to answer better the needs of a trader.

Any contribution, any code, designs, ideas, bug fixes, etc., should be send to me and I'll integrate it (the contributers will be credited, of course) ... read more

Posted by Moshe Sayag 2007-07-05

Switch Back to BSD License

I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD license. And welcome the new developer Moshe who will maintain a community branch.

As I'm working hard for my friends project, I have no much time to go with this project in the near future, so, more community members will be helpful for this project.

I've updated the source tree in trunk to BSD license.

Posted by Caoyuan Deng 2007-06-21

Yahoo! module updated!

Due to the recent date format change in the Yahoo! historical data, I've updated the relative module:
org-aiotrade-platform-modules-dataserver-basic.nbm

And also updated module:org-aiotrade-math.nbm to fix the bug mentioned at:
Solution for bug: wrong date shown
http://sourceforge.net/forum/forum.php?forum_id=639273

To update your installed Aiotrade 1.0.3:

1.From menu: Tools -> Update Center... read more

Posted by Caoyuan Deng 2007-02-16

Solution for bug: wrong date shown

There is a bug affects those who's time zone is not UTC:
For each stock, AIOTrade shows the data of the day after. For example, the data of Friday November the 24th is shown in the application at Friday November the 23th.

This bug will be fixed in next release, by far, you can try to add a a property in aiotrade's config file, which is located at:
path.to.installation/etc/aiotrade.conf
change the line:
default_options="-J-Xms24m -J-Xmx128m --fontsize 11"
to:
default_options="-J-Xms24m -J-Xmx128m --fontsize 11 -J-Duser.timezone=UTC"... read more

Posted by Caoyuan Deng 2006-11-27

AIOTrade 1.0.3 released

I'm pleased to announce the 1.0.3 release of AIOTrade.

What's new in this release:

* Charting performance was improved a lot.
* Added an integrated scrolling, zooming controller. Zoom out/in by dragging the thumb side to any scope you want.
* Added an icon beside the symbol, indicating the data source, such as from Yahoo!/CSV etc.
* When you switch to different frequency charting , only the indicators and drawings with the same frequency displayed under the symbol node.
* The symbols under watching will have its real-time charts displayed on a scrolling window. Double click on its title will pop up a standalone window.
* Some times, too many indicators are displayed in chart view, you can double-click on indicator's title to pop up a standalone indicator window for detailed analysis. There will be a scrolling controller attached in this window, and shares the same cursor with the main chart view.
* An experimental IB-TWS data feed interface. As I can only test it on demo environment, this feature is just to be released for wide range testing, I'm even not sure if it really works:-), so please feed me back all the issues, I'll fix them and release an official version as soon as possible.
* Save chart to custom time frame image, even bigger than your screen.... read more

Posted by Caoyuan Deng 2006-11-16

Way to go

I posted a blog at:
http://blogtrader.net/page/dcaoyuan
to discuss the way to go for this project.

Posted by Caoyuan Deng 2006-10-21

AIOTrade - New Name for BlogTrader Platform

AIOTrade - New Name for BlogTrader Platform

BlogTrader Platform (i.e HumaiTrader) has got an official name as AIOTrade now, which means Artificial Intelligence On Trade, or, All In One Trade. And it will be a fairly large project to be developed.

Did I mentioned this project is one-year old now? and more than 10,000 copies (binary and source) was downloaded.

I've re-packed the source tree, source code in SVN repository is in name of AIOTrade now. To compile the newest source code in SVN, requires NetBeans IDE 6.0 m2

Posted by Caoyuan Deng 2006-09-01

Switch to GPL

BlogTrader Platform will switch to GPL license now.

The source code that have been released under BSD will be moved to a special tag on SVN, the trunk will be the newer GPLed source tree.

Posted by Caoyuan Deng 2006-05-06

SVN repository is up, project build requires NetBeans 5.5

The svn repository of BlogTrader Platform has been set on sf.net, please use NetBeans IDE 5.5 daily build and set proper Java Platform for your trying.

Posted by Caoyuan Deng 2006-04-23

BlogTrader Platform 1.0.2 build 2052 released

This is a bugfix release.

The package names keep no changed, to avoid breaking outside links on the web.

Posted by Caoyuan Deng 2006-04-01

Repacked bin package for warning "...module ... not found"

If you got any warning message that says "... the module named org.netbeans.xxx was needed and not found...", try to copy or move all the ide6/* to user/*

Or, I've repack the bin package, please re-download it.

Posted by Caoyuan Deng 2006-03-26

BlogTrader Platform 1.0.2 released

Changes:

This release supports Daily, Weekly and Monthly charts, all of the charts (including their indicators) will be updated dynamically according to the newest real-time tickers if they are in watching. The indicators and its parameters can be set separately for Daily, Weekly and, Monthly etc. Drawing layers can also be applied separately to Daily, Weekly and Monthly charts. Added Historical Volume Distribution, Zigzag indicators. Added Fibonacci Arcs, Fibonacci Fan Lines, Fibonacci Retracement, Fibonacci Vertical Retracement drawing line. Supported adding Probability Mass chart to any variable of indicator. Some bugfixes, a lot of code cleanups, and fine tuning were also made. User config files and data are not compatible with previous versions.

Posted by Caoyuan Deng 2006-03-26

This project is ranamed to BlogTrader Platform

This project is renamed to BlogTrader Platform, and has an official web site:

http://blogtrader.org

Next release is scheduled on later March.

Posted by Howard Deng 2006-03-10

Humai Trader 1.0.1 released

This release supports plaggable modules. The indicators were re-written based on more clear and clean APIs. SAR, CCI, MFI, and AR/BR indicators were added. It also includes some bugfixes, code cleanup and fine tuning. Notice: user config files and data are not compatible with previous versions.

For Mac and Linux users: the binary package of this version is the same as other platforms.

Posted by Hong Wei Deng 2006-01-03

About NumberFormatException for users from some countries

I've provided a solution for this issue. If you met, please see:
http://blogtrader.wordpress.com/2005/12/22/screenshot-in-linux/

Posted by Hong Wei Deng 2005-12-23

Humai Trader 1.0.0 released

This is the first stable/production release.

New features include:

Supports saving data to local hsqldb database. Supports adjusting quote chart for splits and divendents if possible.

And a lot of fine tuning and bugfixes have been done.

Posted by Hong Wei Deng 2005-12-12

Humai Trader 1.0.0rc released

This release focuses on:
bug fix, code cleanup and fine tuning

Posted by Hong Wei Deng 2005-12-05

Humai Trader 0.15.4 released

Changes:
Comparison of multiple quote charts is supported. Three pre-defined color themes are available. Parameters may be saved as default and applied to all stocks when you change a stock's indicator parameters. Code cleanup was done.

Posted by Hong Wei Deng 2005-11-28

Humai Trader 0.15.3 released

Supports Real-Time chart. Supports ticker data from Yahoo! A lot of code cleanup toward a stable API

Posted by Hong Wei Deng 2005-11-16
MongoDB Logo MongoDB