Donate Share

EclipseTrader

Project News for EclipseTrader

  • Move to new domain completed

    The move to the new domain eclipsetrader.org is now completed.

    Bug tracking, forums and mailing lists are now disabled on Sourceforge and moved to http://www.eclipsetrader.org.

    See http://www.eclipsetrader.org/blog/move_completed

    2008-12-11 08:58:23 UTC by maccaf

  • Moving to New Domain

    This is not a really big news since many of you already know that the location of the subversion repository was changed in the past months, however I want to officialize the changes and notify some other changes, as well as show that the project is still actively developed.

    The project is now hosted on its own domain http://www.eclipsetrader.org using Trac http://trac.edgewall.org an enhanced wiki and issue tracking system for software development projects. The subversion repository is now located at http://svn.eclipsetrader.org/svnroot/eclipsetrader.

    Using Trac and our own subversion repository has many advantages. The issue tracker can be accessed using Mylyn http://www.eclipse.org/mylyn/ from within Eclipse. We have full access to the subversion repository settings, so it is now possible to have more fine grained permissions and allow contributors to work on specific branches or features.

    In the next days, I'll move the mailing lists to the new host and close the mailing lists and discussion forums on Sourceforge. All discussions will take place on the mailing lists only, they are more easy to manage and partecipate.

    Since we are using Trac for issue tracking, the Sourceforge tracker will be disabled shortly.

    Sourceforge will continue to serve the files downloads and will be a mirror for the EclipseTrader update site.

    Enjoy!

    2008-09-27 08:01:47 UTC by maccaf

  • EclipseTrader 0.30 Released

    EclipseTrader 0.30 has been released. EclipseTrader is a stock exchange analysis
    system, featuring shares pricing watch, intraday and history charts with
    technical analysis indicators, level II/market depth view, news watching,
    automated trading systems, integrated trading.

    What's new in this release:

    This release features only a bunch of bugfixes and very few enhancements.

    The original plan was to release a fully rewritten automated trading system (ATS)
    but there is still much work to be done and it was about time to build a new release,
    so here it is, without the ATS component that will be completed, hopefully, with the
    next release.

    The next release is scheduled toward the end of July, after the release of Eclipse 3.3
    and the necessary changes to make EclipseTrader compatible with the new SDK.

    Download from:
    http://sourceforge.net/project/showfiles.php?group_id=116488&package_id=132930&release_id=509356

    To checkout the source from the Subversion repository:
    svn co https://eclipsetrader.svn.sourceforge.net/svnroot/eclipsetrader/tags/0.30.0 eclipsetrader

    Changelog:

    * Fri, May 18, 2007
    - [core] Added event loop default exception handler
    - [charts] Fixed histogram indicators selection

    * Thu, May 17, 2007
    - [opentick] Upstream OTFeed library update
    - [borsaitalia] Completed strings externalization
    - [trading] Fixed trading system test runner

    * Wed, May 16, 2007
    - [yahoo] Completed strings externalization
    - [directaworld] Completed strings externalization
    - [ta-lib] Completed strings externalization
    - [core] Fixed objects id when saving charts that caused null pointer exceptions and other
    problems in the charts view

    * Tue, May 15, 2007
    - [news] Externalized strings

    * Sun, May 13, 2007
    - [news] Refactor news list view with jface viewer

    * Wed, May 02, 2007
    - [core] Preserve eclipse .log file and write log4j output to a dedicated file

    * Sun, Apr 29, 2007
    - [core] Optimized XMLRepository performances by delaying saves

    * Sat, Apr 28, 2007
    - [opentick] Skip weekends in dividends dates

    * Fri, Apr 27, 2007
    - [core] Added text and message properties, and convenience methods for sending and canceling
    orders

    * Thu, Apr 26, 2007
    - [ats] Initial commit
    - [ats] Repository setup

    * Sun, Apr 22, 2007
    - [core] Remove get/setName from ITradingProvider and retrive name from plugin registry
    - [core] ObservableList refactored with ListenerList collection

    * Sun, Apr 01, 2007
    - [trading] Transactions view refactored with jface viewer and strings externalization

    * Sun, Mar 25, 2007
    - [ta-lib] Updated to version 0.3.0

    * Mon, Mar 19, 2007
    - [ui] Added EclipseTrader presentation factory (replaces patching of org.eclipse.ui.workbench)

    * Tue, Mar 13, 2007
    - Rome feature version update

    * Sun, Mar 11, 2007
    - [opentick] OTFeed library updated to latest CVS source
    - [opentick] Added daily and intraday historical data feed
    - [opentick] Refactored client implementation

    * Fri, Mar 09, 2007
    - [news] Added background job updates to RSS news provider

    * Wed, Mar 07, 2007
    - [news] Fixed RSS News Provider proxy settings
    - [yahoo] Fixed proxy settings for RSS news feeds
    - [rome.fetcher] Patch to allow Commons HttpClient instance to be passed to retriveFeed method

    * Sun, Mar 04, 2007
    - [charts] Fixed show dividends/splits adjusted data when a limited period is selected

    * Mon, Feb 19, 2007
    - [rcp] Updated to release 3.2.2

    * Sat, Feb 17, 2007
    - [trading] Portfolio view refactored with jface viewer
    - [charts] Fixed tab name change when changing settings

    * Wed, Feb 14, 2007
    - [watchlist] Restored ticker background color

    Enjoy!

    2007-05-18 09:42:21 UTC by maccaf

  • EclipseTrader 0.29 Released

    EclipseTrader 0.29 has been released. EclipseTrader is a stock exchange analysis
    system, featuring shares pricing watch, intraday and history charts with
    technical analysis indicators, level II/market depth view, news watching,
    automated trading systems, integrated trading.

    What's new in this release:

    * The news plugin was enhanced to allow multiple securities for a single headline.
    * The Italian news provider was updated with 38 new arguments that can be
    selected to download.
    * The OpenTick plugin was updated to allow the selection of all available
    exchanges. The new security wizard allows to select from a predefined list of
    securities specific to the selected exchange. Not all exchanges have this list
    (mostly the options exchanges) because the list is too large to be easily handled.
    * Several third-party libraries are now packaged in a separate plugin/feature set
    and updated to the latest available release.

    Changelog:

    * Sun, Feb 11, 2007
    - Securities database update

    * Sat, Feb 10, 2007
    - Set browser tab title to page's title
    - [opentick] Library update
    - [opentick] Added missing exchanges
    - [opentick] Get initial data from OTEquityInit messages

    * Sat, Feb 3, 2007
    - Removed unnecessary disposal of color objects that could cause crashes on some OSes.
    - Optimized saving of collected data
    - Added italian news default settings
    - [yahoo] Fixed mixed-format date parsing in historical data feed
    - [core] XML files encoding changed to UTF-8 for better handling of international characters

    * Sun, Jan 28, 2007
    - [yahoo.news] Improved Italian news provider

    * Thu, Jan 25, 2007
    - Added recent flag handling and better duplicates check
    - [news] Recent flag handling delegated to news providers
    - [news] Fixed usage of static methods

    * Tue, Jan 16, 2007
    - [news] Allow multiple securities for news item
    - [core] XML parser error logging redirected to commons logging

    * Sun, Jan 14, 2007
    - [news] Fixed and enchanced italian news provider

    * Sat, Jan 13, 2007
    - [core] Change history object to maintain its own sorting order and add documentation
    - [logger] Fixed preferences reload when level is set to Off
    - [core] Using ReferenceMap objects to hold history data

    * Thu, Jan 11, 2007
    - Dependencies updated to use Rome and Rome Fetcher plugins.
    - [rome] Feature initial import.
    - [rome.fetcher] Plugin initial import.
    - [rome] Plugin initial import.
    - [org.jdom] Feature initial import.
    - [org.jdom] Initial import.

    * Tue, Jan 9, 2007
    - Layout changes

    * Mon, Jan 8, 2007
    - [opentick] Updated OTFeed library to latest source from CVS

    * Mon, Jan 8, 2007
    - [fix] QuickFIX/J library update
    http://sourceforge.net/forum/forum.php?forum_id=651925
    - Dependencies updated to use Apache Commons and Log4j plugins.
    - [log4j] Feature initial import.
    - [log4j] Plugin initial import.

    * Sun, Jan 7, 2007
    - [apache.commons] Feature initial import.
    - [apache.commons] Plugin initial import.

    * Sat, Jan 6, 2007
    - [charts] Optimized mapToScreen method with binarySearch

    * Fri, Jan 5, 2007
    - [chart] Added time display to date summary
    - Fixed 1minute interval constant value
    - Fixed intraday charts period extension

    * Thu, Jan 4, 2007
    - Refactored to use persisted History / IntradayHistory objects

    * Wed, Jan 3, 2007
    - Added orders cleanup functions and preferences

    * Mon, Jan 1, 2007
    - Refactored to use commons-logging instead of log4j directly

    * Tue, Dec 19, 2006
    - Fixed security observers initialization

    * Fri, Dec 15, 2006
    - Using CTabFolder instead of native TabFolder widget
    - [Level2View] Optimized redraw by delaying updates
    [Level2View] Added adaptive column resize

    * Thu, Dec 14, 2006
    - [db.Level2] Fixed concurrent modification exception


    Closed tracker items:

    Known issues:

    - With Linux/GTK+ 2.10.1 the table sort indicator is missing. Fixed with GTK+ 2.10.8
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=162671


    Download from:
    http://sourceforge.net/project/showfiles.php?group_id=116488&package_id=132930&release_id=485652

    To checkout the source from the Subversion repository:
    svn co https://eclipsetrader.svn.sourceforge.net/svnroot/eclipsetrader/tags/0.29.0 eclipsetrader

    Enjoy!

    2007-02-11 14:48:40 UTC by maccaf

  • Yahoo plugin update

    Due to the recent changes in the Yahoo historical data stream (see http://sourceforge.net/forum/message.php?msg_id=4128620) I have published an update for the Yahoo plugin that fixes these problems.

    The update is available from the Update site:

    In EclipseTrader open Help -> Software Updates -> Find and Install. Select 'Search for updates of the currently installed features' and click Finish. You should see the mirror selection dialog for the Eclipse RCP feature and, after selecting on of the mirrors, the list of updated features. The EclipseTrader feature should be already selected, if not, select it. Ignore the Eclipse 3.2.1 patch update it isn't necessary and may cause problems. Click on Finish and install the updated plugin. Restart EclipseTrader and all should work well.

    To correctly see the chart data, you need to delete the old, incorrect, data. To do so you can either delete the contents of the workspace/history directory (close EclipseTrader first) and update all charts, or you can open the chart settings (Edit -> Settings...), click on 'Clear chart data', save, and update the chart.

    2007-01-30 09:55:26 UTC by maccaf