Commit Graph

75 Commits

Author SHA1 Message Date
7u83 7359e15a54 Removed old dependencies 2020-07-25 00:05:21 +02:00
7u83 f5552c7b5b Account improved
divided into interface and implementation
2019-01-14 08:43:24 +01:00
7u83 8f35e767bd Work on asset binding when creating orders 2019-01-08 09:24:08 +01:00
7u83 2d7feed929 Work on correct calculation of available money with margin 2019-01-05 11:05:18 +01:00
7u83 b5c6d45f66 Fixed stop loss calculation 2019-01-04 08:29:45 +01:00
7u83 b193d69f52 More work on stop loss 2019-01-03 18:59:17 +01:00
7u83 0b62def911 Opens new windows for second asset(for test only) 2019-01-01 14:22:38 +01:00
7u83 0177510961 display caclulated stop loss (for test only) 2019-01-01 14:21:41 +01:00
7u83 f7c2b6266e Margin display 2018-12-31 14:12:02 +01:00
7u83 9fac7e41b7 Opens history dialog (for testing) 2018-12-29 13:31:08 +01:00
7u83 9d5f60291f Gui to display quote history 2018-12-29 13:30:36 +01:00
7u83 ad83e00fd3 listener for account changes implemented 2018-12-29 01:40:58 +01:00
7u83 451c064268 Modified to display two accounts from simple trader
for test purpose
2018-12-29 01:40:07 +01:00
7u83 59e285a138 Moved var defs for better readability 2018-12-29 01:34:25 +01:00
7u83 4b2f9dd378 HistoryPanel created 2018-12-29 01:33:39 +01:00
7u83 370af3cf9e Refactoring 2018-12-28 13:06:15 +01:00
7u83 b813d7ca2f Removed unused imports 2018-12-28 11:45:01 +01:00
7u83 3ae48deee6 Gui to display accounts 2018-12-28 11:40:53 +01:00
7u83 6a8c4c3404 Added a spinner for threads 2018-12-27 17:51:09 +01:00
7u83 55a583c147 Removed unused imports and out-commented code 2018-12-27 12:46:39 +01:00
7u83 c208092452 Work on separated trading engine. 2018-12-26 13:11:35 +01:00
7u83 974c1cb81e OrderBookPanel with callback. 2018-12-26 03:07:33 +01:00
7u83 99fea69520 Improvements on EventListener Event ... 2018-12-25 18:16:45 +01:00
7u83 0397dc44a9 Building the new OrderBookPanel 2018-12-24 15:12:32 +01:00
7u83 e2c15eff1c Work on first trades 2018-12-23 13:12:36 +01:00
7u83 51831c1f18 Testing 2018-12-23 11:30:18 +01:00
7u83 5023b2ad7a Work on new Trading API 2018-12-23 03:04:37 +01:00
7u83 1f07ccd611 Preparation for better close action 2018-12-21 23:20:48 +01:00
7u83 dca661c8f2 Removed (test file) 2018-12-21 14:03:01 +01:00
7u83 36171e0872 Added a dialog title 2018-12-21 09:00:11 +01:00
7u83 7e8aea627a Some work 2018-12-19 19:05:02 +01:00
7u83 2e269b42d8 Fine scheduler 2018-12-19 09:05:25 +01:00
7u83 0424dba1b6 Removed unnecessary continue statement 2018-12-18 14:54:48 +01:00
7u83 4f17d06ee9 All 2018-12-18 01:31:37 +01:00
7u83 fb8295d3b1 TimerTaskDef moved out of Scheduler class, renamed to Event 2018-12-18 01:10:08 +01:00
7u83 648e9d5863 TimerTaskDef moved out of Scheduler class, renamed to Event 2018-12-17 22:34:37 +01:00
7u83 998dad7e66 Scheduler uses linked list instead of set for events 2018-12-17 22:05:14 +01:00
7u83 918bc91e16 some work on the scheduler 2018-12-17 19:27:45 +01:00
7u83 9008eed00b Trader creator using JSON 2018-12-12 19:58:10 +01:00
7u83 4011aa4846 some work on help 2018-12-11 08:11:57 +01:00
7u83 fe7af043b7 Uses GodWorld.getTypeName to get name of asset 2018-12-10 12:37:45 +01:00
7u83 254d57d834 Some code cleaning 2018-12-10 11:28:30 +01:00
7u83 f62a385eab List of asset types works again 2018-12-09 18:43:29 +01:00
7u83 70661d6711 Exchange edit dialog/list
Creates new exchanges
2018-12-09 01:53:47 +01:00
7u83 f9fbc63763 Renamed trader package 2018-12-08 15:05:28 +01:00
7u83 6d24eb67b9 Removed the "masterkey thing"
We will use proxies from RealWorld to GodWorld
2018-12-08 11:11:08 +01:00
7u83 e516770fca World can be imported from JSON
At least for assets.
2018-12-05 19:13:19 +01:00
7u83 53bc93a15c World can be exported as JSONObject 2018-12-05 18:43:57 +01:00
7u83 84c6718c8e Removed dead code 2018-12-05 17:58:49 +01:00
7u83 160dcb6b21 So. Now we build our editor around a world object.
Yes! We do!
2018-12-04 20:04:12 +01:00