scientes
scientes
- for binance at the least we need to implement parts of the api connector lib because the current python libs for the api expose only spot and margin endpoints....
could we make it optional? like: if sqlalchemy is not found use sqlite this would need that we make a database class for all operations (_get_price_db etc) which we could...
Or we i could just make a wrapper for mysql/postgresql and we don't have the Overkill anymore
But yes this is far future for me
For price data: https://github.com/ccxt/ccxt May work for gate.io #14 is an exchange agnostic Implementation of ccxt for cointaxman
Txids=replace with something Date=if you feel uncomfortable with them change them to other dates Amount and Fee would be still nice but you can anonimize them if you want
Ill try to implement it. Via forks or Branches? What Do you preferr?
are self.books.operations sorted by date?
My changes are made in the prices class and that is called in taxman, so if it is sorted before Evaluation it should be fine.
you seem like my second brain^^ my solution is/was very similar