You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- now outputting various values per trade in CSV format
- chaged exchange rate algorithm to make use of trade's implicit exchange rate
- there's now always an exchange rate: if the currency equals tax currency, the exchange rate is 1
- changed parameter processing to sub-command concept
- added method can_convert(currency, currency) to ExchangeRate
- load_orders does not sort by time right away, instead this is done where needed only
- added short textual description to exchange rate that will be shown in CSV output
- moved class SellInfo to own file
- added parameter -o / --output-file in preparation for #9
The text was updated successfully, but these errors were encountered: