]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/log
perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git
6 years agoWork in progress to use shorts
Ismaël Bouya [Sat, 3 Feb 2018 20:31:29 +0000 (21:31 +0100)] 
Work in progress to use shorts

6 years agoAdd first steps for margin trading
Ismaël Bouya [Thu, 25 Jan 2018 23:10:03 +0000 (00:10 +0100)] 
Add first steps for margin trading

6 years agoAdd test for Trade
Ismaël Bouya [Thu, 25 Jan 2018 23:07:47 +0000 (00:07 +0100)] 
Add test for Trade

6 years agoReturn correct values and fix isinstance use
Ismaël Bouya [Thu, 25 Jan 2018 22:59:39 +0000 (23:59 +0100)] 
Return correct values and fix isinstance use

6 years agoRemove unnecessary dependency on ccxt
Ismaël Bouya [Wed, 24 Jan 2018 14:50:59 +0000 (15:50 +0100)] 
Remove unnecessary dependency on ccxt

6 years agoAdd dummy README and gitignore
Ismaël Bouya [Wed, 24 Jan 2018 14:49:06 +0000 (15:49 +0100)] 
Add dummy README and gitignore

6 years agoAdd comments to explain the trade -> order conversion
Ismaël Bouya [Wed, 24 Jan 2018 07:20:21 +0000 (08:20 +0100)] 
Add comments to explain the trade -> order conversion

6 years agoHandle error when placing orders
Ismaël Bouya [Mon, 22 Jan 2018 00:07:21 +0000 (01:07 +0100)] 
Handle error when placing orders

6 years agoFix selling price for inverted markets
Ismaël Bouya [Mon, 22 Jan 2018 00:07:06 +0000 (01:07 +0100)] 
Fix selling price for inverted markets

6 years agoAdd method to print orders
Ismaël Bouya [Mon, 22 Jan 2018 00:06:39 +0000 (01:06 +0100)] 
Add method to print orders

6 years agoFix bid/ask to sell/buy in orders
Ismaël Bouya [Mon, 22 Jan 2018 00:06:13 +0000 (01:06 +0100)] 
Fix bid/ask to sell/buy in orders

6 years agoAllow dispatch asset to have custom repartition
Ismaël Bouya [Mon, 22 Jan 2018 00:04:30 +0000 (01:04 +0100)] 
Allow dispatch asset to have custom repartition

6 years agoAdd debug mode parameter rather than global flag
Ismaël Bouya [Mon, 22 Jan 2018 00:03:38 +0000 (01:03 +0100)] 
Add debug mode parameter rather than global flag

6 years agoAdd some tests and cleanup exchange process
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

6 years agoStore currency conversion rate and use it in trade computations
Ismaël Bouya [Sun, 21 Jan 2018 14:57:13 +0000 (15:57 +0100)] 
Store currency conversion rate and use it in trade computations

6 years agoAdd compute value lambdas for currency conversion
Ismaël Bouya [Sun, 21 Jan 2018 14:17:48 +0000 (15:17 +0100)] 
Add compute value lambdas for currency conversion

6 years agoRemove unused decorator
Ismaël Bouya [Sat, 20 Jan 2018 13:19:51 +0000 (14:19 +0100)] 
Remove unused decorator

6 years agoChange integer to decimals
Ismaël Bouya [Sat, 20 Jan 2018 12:44:30 +0000 (13:44 +0100)] 
Change integer to decimals

6 years agoDon't autoprepare the orders when creating trade
Ismaël Bouya [Thu, 18 Jan 2018 08:57:23 +0000 (09:57 +0100)] 
Don't autoprepare the orders when creating trade

6 years agoMove ticker to Trade class and add tests
Ismaël Bouya [Thu, 18 Jan 2018 00:43:19 +0000 (01:43 +0100)] 
Move ticker to Trade class and add tests

6 years agoAdd Balance class tests
Ismaël Bouya [Thu, 18 Jan 2018 00:00:57 +0000 (01:00 +0100)] 
Add Balance class tests

6 years agoWrite some tests for Portfolio class
Ismaël Bouya [Wed, 17 Jan 2018 01:43:28 +0000 (02:43 +0100)] 
Write some tests for Portfolio class

6 years agoComplete refactor of the script to use classes jl/dev
Ismaël Bouya [Mon, 15 Jan 2018 23:44:20 +0000 (00:44 +0100)] 
Complete refactor of the script to use classes

6 years agoInclude fees in computation
Ismaël Bouya [Sun, 14 Jan 2018 02:34:42 +0000 (03:34 +0100)] 
Include fees in computation

6 years agoAdd order processing functions
Ismaël Bouya [Sun, 14 Jan 2018 02:02:11 +0000 (03:02 +0100)] 
Add order processing functions

6 years agoAugment ticker information to show adjusted bid/ask
Ismaël Bouya [Sun, 14 Jan 2018 02:00:29 +0000 (03:00 +0100)] 
Augment ticker information to show adjusted bid/ask

6 years agoAdd split shares smart contract for Ethereum
Ismaël Bouya [Fri, 12 Jan 2018 10:04:32 +0000 (11:04 +0100)] 
Add split shares smart contract for Ethereum

6 years agoFetch assets from market heads/master
Ismaël Bouya [Thu, 11 Jan 2018 23:39:27 +0000 (00:39 +0100)] 
Fetch assets from market

6 years agoAdd log-in api key to market
Ismaël Bouya [Thu, 11 Jan 2018 23:39:09 +0000 (00:39 +0100)] 
Add log-in api key to market

6 years agoCache ticker values
Ismaël Bouya [Thu, 11 Jan 2018 22:06:12 +0000 (23:06 +0100)] 
Cache ticker values

6 years agoFirst script skeleton
Ismaël Bouya [Thu, 11 Jan 2018 01:48:38 +0000 (02:48 +0100)] 
First script skeleton