]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/shortlog
perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git
2018-02-06  Ismaël BouyaImplement order following heads/immae/dev
2018-02-04  Ismaël BouyaWIP: handle more balance information
2018-02-03  Ismaël BouyaWork in progress to use shorts
2018-01-25  Ismaël BouyaAdd first steps for margin trading
2018-01-25  Ismaël BouyaAdd test for Trade
2018-01-25  Ismaël BouyaReturn correct values and fix isinstance use
2018-01-25  Ismaël BouyaRemove unnecessary dependency on ccxt
2018-01-24  Ismaël BouyaAdd dummy README and gitignore
2018-01-24  Ismaël BouyaAdd comments to explain the trade -> order conversion
2018-01-22  Ismaël BouyaHandle error when placing orders
2018-01-22  Ismaël BouyaFix selling price for inverted markets
2018-01-22  Ismaël BouyaAdd method to print orders
2018-01-22  Ismaël BouyaFix bid/ask to sell/buy in orders
2018-01-22  Ismaël BouyaAllow dispatch asset to have custom repartition
2018-01-22  Ismaël BouyaAdd debug mode parameter rather than global flag
2018-01-21  Ismaël BouyaAdd some tests and cleanup exchange process
2018-01-21  Ismaël BouyaStore currency conversion rate and use it in trade...
2018-01-21  Ismaël BouyaAdd compute value lambdas for currency conversion
2018-01-20  Ismaël BouyaRemove unused decorator
2018-01-20  Ismaël BouyaChange integer to decimals
2018-01-18  Ismaël BouyaDon't autoprepare the orders when creating trade
2018-01-18  Ismaël BouyaMove ticker to Trade class and add tests
2018-01-18  Ismaël BouyaAdd Balance class tests
2018-01-17  Ismaël BouyaWrite some tests for Portfolio class
2018-01-16  Ismaël BouyaComplete refactor of the script to use classes jl/dev
2018-01-14  Ismaël BouyaInclude fees in computation
2018-01-14  Ismaël BouyaAdd order processing functions
2018-01-14  Ismaël BouyaAugment ticker information to show adjusted bid/ask
2018-01-12  Ismaël BouyaAdd split shares smart contract for Ethereum
2018-01-11  Ismaël BouyaFetch assets from market heads/master
2018-01-11  Ismaël BouyaAdd log-in api key to market
2018-01-11  Ismaël BouyaCache ticker values
2018-01-11  Ismaël BouyaFirst script skeleton