index
:
Cryptoportfolio-Trader
acceptance_tests
dev
jl/dev
jloup/comments
master
The trade bot responsible to follow the cryptoportfolio every week
Immae
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
portfolio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'night_fixes' into dev
Ismaël Bouya
2018-03-12
1
-13
/
+13
|
\
|
*
Fix mark finished order not alway called when necessary
Ismaël Bouya
2018-03-12
1
-5
/
+4
|
*
Fix fullfiled not having correct currencies
Ismaël Bouya
2018-03-12
1
-8
/
+9
*
|
Move Portfolio to store and cleanup methods
Ismaël Bouya
2018-03-08
1
-78
/
+1
|
/
*
Fixes after night run
v0.5
Ismaël Bouya
2018-03-04
1
-6
/
+20
*
Add close trades action
Ismaël Bouya
2018-03-04
1
-0
/
+8
*
Various fixes/improvements
v0.3
Ismaël Bouya
2018-03-01
1
-47
/
+52
*
Add make_order and get_user_market helpers
Ismaël Bouya
2018-02-27
1
-4
/
+5
*
Retry running order when available balance is insufficient
Ismaël Bouya
2018-02-26
1
-3
/
+16
*
Fix dust amount error
Ismaël Bouya
2018-02-26
1
-2
/
+2
*
Refactor the store to be more conciliant with multiple markets
v0.2
Ismaël Bouya
2018-02-25
1
-43
/
+38
*
Add report store to store messages and logs
Ismaël Bouya
2018-02-24
1
-22
/
+85
*
Add mouvement representation
Ismaël Bouya
2018-02-19
1
-0
/
+16
*
Add print_balances helper
Ismaël Bouya
2018-02-12
1
-0
/
+2
*
Add method to wait for portfolio update
Ismaël Bouya
2018-02-12
1
-7
/
+16
*
Add missing amount operations
Ismaël Bouya
2018-02-12
1
-0
/
+8
*
Fix some errors in api responses
Ismaël Bouya
2018-02-12
1
-8
/
+20
*
Add missing tests
Ismaël Bouya
2018-02-11
1
-27
/
+28
*
Add Makefile and test coverage
Ismaël Bouya
2018-02-11
1
-41
/
+57
*
Separate store and add helper
Ismaël Bouya
2018-02-10
1
-278
/
+31
*
Fix Amount.__sub__ not working with 0
Ismaël Bouya
2018-02-09
1
-1
/
+3
*
Implement order following
Ismaël Bouya
2018-02-06
1
-55
/
+175
*
WIP: handle more balance information
Ismaël Bouya
2018-02-04
1
-72
/
+171
*
Work in progress to use shorts
Ismaël Bouya
2018-02-03
1
-53
/
+79
*
Add first steps for margin trading
Ismaël Bouya
2018-01-26
1
-6
/
+7
*
Return correct values and fix isinstance use
Ismaël Bouya
2018-01-25
1
-5
/
+5
*
Remove unnecessary dependency on ccxt
Ismaël Bouya
2018-01-25
1
-3
/
+3
*
Add comments to explain the trade -> order conversion
Ismaël Bouya
2018-01-24
1
-4
/
+32
*
Handle error when placing orders
Ismaël Bouya
2018-01-22
1
-3
/
+7
*
Fix selling price for inverted markets
Ismaël Bouya
2018-01-22
1
-7
/
+16
*
Add method to print orders
Ismaël Bouya
2018-01-22
1
-5
/
+19
*
Fix bid/ask to sell/buy in orders
Ismaël Bouya
2018-01-22
1
-2
/
+2
*
Allow dispatch asset to have custom repartition
Ismaël Bouya
2018-01-22
1
-4
/
+13
*
Add debug mode parameter rather than global flag
Ismaël Bouya
2018-01-22
1
-5
/
+2
*
Add some tests and cleanup exchange process
Ismaël Bouya
2018-01-21
1
-30
/
+61
*
Store currency conversion rate and use it in trade computations
Ismaël Bouya
2018-01-21
1
-14
/
+14
*
Add compute value lambdas for currency conversion
Ismaël Bouya
2018-01-21
1
-12
/
+39
*
Remove unused decorator
Ismaël Bouya
2018-01-20
1
-6
/
+0
*
Change integer to decimals
Ismaël Bouya
2018-01-20
1
-28
/
+22
*
Don't autoprepare the orders when creating trade
Ismaël Bouya
2018-01-18
1
-6
/
+4
*
Move ticker to Trade class and add tests
Ismaël Bouya
2018-01-18
1
-47
/
+49
*
Add Balance class tests
Ismaël Bouya
2018-01-18
1
-7
/
+4
*
Write some tests for Portfolio class
Ismaël Bouya
2018-01-17
1
-2
/
+8
*
Complete refactor of the script to use classes
jl/dev
Ismaël Bouya
2018-01-16
1
-0
/
+430