]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/history - test.py
Add dummy README and gitignore
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git] / test.py
2018-01-22  Ismaël BouyaFix bid/ask to sell/buy in orders
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 BouyaChange integer to decimals
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