Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Announcement: Day-trading software manticore-trader
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Mon Apr 12, 2010 3:28 am    Post subject: Announcement: Day-trading software manticore-trader Reply with quote

Dear All,

I would like to introduce manticore-trader, a new open source day-trading software to you. The major goal is providing a trading platform which reduces the expenses of trading in order to increase the profit. It is especially usefull to trade successfully with small amounts of money.

List of features:
* SQL9 compliant database of instruments and quotes
* Real-Time push quotes
* Charting module supports multiple timeframes, technical indicators and annotations
* Money and risk management modules, which selects the certificate (currently Deutsche Bank WaveXXL, more will come soon) according to risk-parameters and calculates stop-loss, entry and take profit
* Broker interface (currently Flatex, more will come soon)
* Truly plattform independant featuring Java-1.6, compliant to several RDBMS (e. g. Postgresql, MySQL, HSQLDB, Firebird)

Of course an ebuild is available! Also there are some video, which show the first steps.

Check it out, I am looking forward to your response!
Best regards!
Back to top
View user's profile Send private message
Muso
Veteran
Veteran


Joined: 22 Oct 2002
Posts: 1052
Location: The Holy city of Honolulu

PostPosted: Mon Apr 12, 2010 4:35 am    Post subject: Reply with quote

Nice, I'll check it out tomorrow :)
_________________
"You can lead a horticulture but you can't make her think" ~ Dorothy Parker
2021 is the year of the Linux Desktop!
Back to top
View user's profile Send private message
Need4Speed
Guru
Guru


Joined: 06 Jun 2004
Posts: 497

PostPosted: Mon Apr 12, 2010 9:42 pm    Post subject: Reply with quote

Looks promising. I only looked at it briefly, but I guess everything isn't implemented yet. Importing historical data doesn't seem to work.

Are you familar with activequant? It has a bit different scope than your project, but is very powerful. An integration of your trading app with activequant's backend could very interesting.
_________________
2.6.34-rc3 on x86_64 w/ paludis
WM: ratpoison
Term: urxvt, zsh
Browser: uzbl
Email: mutt, offlineimap
IRC: weechat
News: newsbeuter
PDF: apvlv
Back to top
View user's profile Send private message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Wed Apr 14, 2010 1:33 pm    Post subject: Reply with quote

Need4Speed wrote:
Looks promising. I only looked at it briefly, but I guess everything isn't implemented yet. Importing historical data doesn't seem to work.

Are you familar with activequant? It has a bit different scope than your project, but is very powerful. An integration of your trading app with activequant's backend could very interesting.



Thank you for testing it and providing feedback. Everything is implemented as I use it for daily trading almost one year already.

Historical data are supported. They are recorded on daily base and stored into the database.
Of course they are not included directly. You will not find a provider easily who does it for free, as data volume is quite big and you need some infrastructure to record.

While I provide the software as open source and for free, configuration of additional instruments and historical market data will cost some pence, if you take from me for convenience. Of course you can serve yourself without problem.

Best regards!
Back to top
View user's profile Send private message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Fri Apr 16, 2010 7:37 am    Post subject: Release 0.9.4 Reply with quote

I just realesed version 0.9.4, which has thre important fixes:

* selection of WaveXXL according to the risk parameters fixed
* settings dialog for risk-parameters and proxy added
* saving of password works now

You can find the ebuild here.

Best regards!
Back to top
View user's profile Send private message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Sat Apr 17, 2010 4:33 pm    Post subject: Reply with quote

You are more than welcome. Please try it out. If you find something missing or wrong working you have my commitment I will fix it very soon.

Also, if you provide some valuable feedback I will provide you with configuration of further instruments of your choice for free.

Best regards!
Back to top
View user's profile Send private message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Tue Apr 20, 2010 5:24 am    Post subject: Re: Release 0.9.4 Reply with quote

Dear All!

I just realesed version 0.9.5:

* create database always in users home directory
* add an icon and desktop entry
* provide deb-packages :P

You can find the ebuild here.

Best regards!
Back to top
View user's profile Send private message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Wed Apr 28, 2010 10:26 am    Post subject: Reply with quote

Dear All,

I just release major upgrade 0.9.6.
Here is the ebuild.

Version 0.9.6:
* adopted the new FLATEX iTan-Card:
a) when a new session is started manticore-trader reads a new TAN
b) TAN can be supllied from user-input ("TAN-Dialog") or
c) TAN can be read from database, when user inserted TANs from card into database
d) TAN is applied as session-TAN, manticore trader will send ping every 15 minutes to keep session alive

* database schema
a) added new version_info to reflect major and minor release
b) added "update", whcih can be used to import new instruments, new quotes or technical database updates
c) added tables for account, position and transaction (which will be used in the next release)

* selection of stock-exchanges
a) if various stock-exchanges are available for an instrument there will be a drop-down menue inside the buttons on the top of the chart-canvas
b) if a button shows a small black triangle click on it using the right-mouse key in order to select a stock-exchange

Best regards!
Back to top
View user's profile Send private message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Tue May 11, 2010 8:18 am    Post subject: Reply with quote

Dear All,

I just release major upgrade 0.9.7.
Here is the ebuild.
This release brings true position building and persistence and of course a lot of smaller improvements and bugfixes.

Code:
Version 0.9.7:
* improved charting
    a) MIN/MAX updated on demand only
    b) source code clean up for DrawingThread
    c) improve side price marker (it is dark blue on white background now)
* database
    a) reduce refresh from database to 3 minutes in order to save bandwith, this has no effect on refresh from push stream
    b) persist positions and transaction, so you can continue trades after shutdown
    c) proper database upgrade mechanism and some fixes for HSQLDB
    d) major clean up of the API related to the constructors
* order-dialog
    a) fix button-size when resizing (min-size now derived from initial size)
    b) implement the position grid which shows all open positions on the right side
    c) provide a nice Applet on the website
    d) update order status automatically dependign on the latest market price
* world time clock
    a) show a nice world time clock for the most important stock exchanges


Best regards!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum