]>
git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ismaël Bouya [Mon, 22 Jan 2018 00:06:39 +0000 (01:06 +0100)]
Add method to print orders
Ismaël Bouya [Mon, 22 Jan 2018 00:06:13 +0000 (01:06 +0100)]
Fix bid/ask to sell/buy in orders
Ismaël Bouya [Mon, 22 Jan 2018 00:04:30 +0000 (01:04 +0100)]
Allow dispatch asset to have custom repartition
Ismaël Bouya [Mon, 22 Jan 2018 00:03:38 +0000 (01:03 +0100)]
Add debug mode parameter rather than global flag
Ismaël Bouya [Sun, 21 Jan 2018 19:46:39 +0000 (20:46 +0100)]
Add some tests and cleanup exchange process
- Acceptance test for the whole exchange process
- Cut exchange two steps:
- Compute the outcome of the exchange
- Do all the sells
- Recompute the buys according to the sells result
- Do all the buys
Ismaël Bouya [Sun, 21 Jan 2018 14:57:13 +0000 (15:57 +0100)]
Store currency conversion rate and use it in trade computations
Ismaël Bouya [Sun, 21 Jan 2018 14:17:48 +0000 (15:17 +0100)]
Add compute value lambdas for currency conversion
Ismaël Bouya [Sat, 20 Jan 2018 13:19:51 +0000 (14:19 +0100)]
Remove unused decorator
Ismaël Bouya [Sat, 20 Jan 2018 12:44:30 +0000 (13:44 +0100)]
Change integer to decimals
Ismaël Bouya [Thu, 18 Jan 2018 08:57:23 +0000 (09:57 +0100)]
Don't autoprepare the orders when creating trade
Ismaël Bouya [Thu, 18 Jan 2018 00:43:19 +0000 (01:43 +0100)]
Move ticker to Trade class and add tests
Ismaël Bouya [Thu, 18 Jan 2018 00:00:57 +0000 (01:00 +0100)]
Add Balance class tests
Ismaël Bouya [Wed, 17 Jan 2018 01:43:28 +0000 (02:43 +0100)]
Write some tests for Portfolio class
Ismaël Bouya [Mon, 15 Jan 2018 23:44:20 +0000 (00:44 +0100)]
Complete refactor of the script to use classes
Ismaël Bouya [Sun, 14 Jan 2018 02:34:42 +0000 (03:34 +0100)]
Include fees in computation
Ismaël Bouya [Sun, 14 Jan 2018 02:02:11 +0000 (03:02 +0100)]
Add order processing functions
Ismaël Bouya [Sun, 14 Jan 2018 02:00:29 +0000 (03:00 +0100)]
Augment ticker information to show adjusted bid/ask
Ismaël Bouya [Fri, 12 Jan 2018 10:04:32 +0000 (11:04 +0100)]
Add split shares smart contract for Ethereum
Ismaël Bouya [Thu, 11 Jan 2018 23:39:27 +0000 (00:39 +0100)]
Fetch assets from market
Ismaël Bouya [Thu, 11 Jan 2018 23:39:09 +0000 (00:39 +0100)]
Add log-in api key to market
Ismaël Bouya [Thu, 11 Jan 2018 22:06:12 +0000 (23:06 +0100)]
Cache ticker values
Ismaël Bouya [Thu, 11 Jan 2018 01:48:38 +0000 (02:48 +0100)]
First script skeleton