Quote from traitor786:
Dont worry I think that was my last long post on this tread.
Thanks for the reply. I already crawl free data with which my databases are filled:
Code:
Mi 13. Mär 11:31:47 CET 2013
TABLE_NAME table_rows data_length index_length Size_in_MB
CompanyEntity 11324 22429696 2359296 23.64
CurrencyEntity 210 16384 16384 0.03
CurrencyExchangeRateEntity 995349 77185024 152567808 219.11
DetailedReportBalanceEntity 99790 40960000 0 39.06
DetailedReportCashFlowEntity 101183 36782080 0 35.08
DetailedReportEntity 114204 18923520 30097408 46.75
DetailedReportIncomeEntity 128907 52527104 0 50.09
DetailedReportOptionalValueEntity 2149117 289767424 342556672 603.03
DetailedReportOptionalValueNameEntity 126 16384 16384 0.03
ImportEntity 158 16384 0 0.02
ProxyEntity 2252 1081344 131072 1.16
RawProxyEntity 0 16384 16384 0.03
ReportRatingEntity 219310 151240704 33603584 176.28
SequenceEntity 24 1064 1024 0.00
StockEntity 42203 9732096 6946816 15.91
StockExchangeEntity 63 16384 16384 0.03
StockExchangeOpenEntity 192798 12075008 16302080 27.06
SummaryReportEntity 75697 21037056 13287424 32.73
ToponymBackupEntity 0 16384 16384 0.03
ToponymEntity 8151885 796917760 191709184 942.83
TradingDayDividendEntity 235186 28606464 39288832 64.75
TradingDayEntity 72674908 20045430784 9612148736 28283.67
TradingDayRatingEntity 17646099 5224022016 2414919680 7285.06
TradingDaySplitEntity 7173 1294336 3047424 4.14
Everything on end-of-day basis including company reports. It is about 30gb of data and updated regularly. This data is used for the stocks market stuff. On the other hand I use JForex as a backend for Forex strategies while not using the above data for that market.
I would say the approach you suppose is an entirely different strategy to trade with and it seems it is more discretionary, thus harder to automate. As far as I can guess from your post. The thesis describes a platform that makes automated strategy development easier and not discretionary trading. Though I think the thesis highlights this enough. If you have suggestions on how to make this distinction more clear, I welcome that.
-- About your comment: "From what I gather the system can be seen as a typical algo with an added input of fundamental analysis. Though you offer many ways to filter the fundamental part, it is full of holes and issues."
-> It can be seen like this, though this is just the trading system in the thesis which is explained with "holes and issues" because the referenced works explain it in more detail.
The thesis also consists of a strategy development process and a platform automating that to be able to implement various strategies. The fundamental data is only for the purpose of value investing in stocks and not forex as you describe. The examples in the thesis were chosen to be simple to serve the purpose of explaining the process and API.
Also the first halve of the thesis is the analysis part where existing knowledge is gathered and processed. The concept part describes the inventions. I guess the thesis only makes sense when you consider and know both IT (development stuff) and finance (trading, investing).

