index
:
crypto-pnlcalc
master
Price-and-loss calculation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trade_queue.py
Age
Commit message (
Collapse
)
Author
2025-04-19
Don't use remain-amount in remove-coins
uvok
result is incorrect.
2025-04-19
Assert first trade is buy
uvok
2025-04-19
Reformat code
uvok
2025-04-18
Add timestamp prop and fix queue to use it
uvok
2025-04-18
Sort on insert
uvok
2025-04-18
Addand use TradeNotFound
uvok
2025-04-18
Documentation
uvok
2025-04-18
repr for FIFOQueue
uvok
2025-04-17
Add trade directly
uvok
2025-04-17
Add trade removal
uvok
2025-04-17
Return deepcopy
uvok
2025-04-17
Enforce use of Decimal, formatting
uvok
2025-04-17
Doc
uvok
2025-04-17
Remove set log level per module
uvok
2025-04-17
Remove using queue directly
uvok
2025-04-16
Doubt deposit/withdraw, logging again
uvok
2025-04-16
Reduce log level
uvok
2025-04-15
Mark queue as "internal"
uvok
2025-04-15
Add logging to trade queue
uvok
2025-04-15
Cache queue total
uvok
2025-04-15
Fix bug in remove_coins
uvok
Calculated trade cost wrong. Also, move amount check up.
2025-04-14
decimal-or-float, conversion
uvok
2025-04-14
Use new method in queue
uvok
2025-04-14
Ger remaining amount
uvok
2025-04-14
Split files, add zest
uvok