Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV file output #9

Open
sebastianhaberey opened this issue Sep 16, 2018 · 0 comments
Open

CSV file output #9

sebastianhaberey opened this issue Sep 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@sebastianhaberey
Copy link
Owner

  • for all steps?
  • output on stdout instead? log messages?
@sebastianhaberey sebastianhaberey added the enhancement New feature or request label Sep 16, 2018
sebastianhaberey added a commit that referenced this issue Sep 23, 2018
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant