A Python 3 "ccxt" wrapper over Pandas lib.
- Author: Daniel J. Umpierrez
- License: UNLICENSE
- Version: 0.1.10
Python ccxt multi-exchange lib mixed with pandas lib for data handling.
from pandaxt import PandaXT
api = PandaXT('binance')
print(api.markets)
Project changes over versions.
- Update python versions support ti >=3.8
- Update some requirements.
- Added tox.ini and pyproject.toml files.
- Added and/or updated packages at requirements.txt file.
- Updated setup.py classifiers with new python versions.
- Minor fixes.
- Fixed "currencies" method and recursion limit bugs.
- README requirements fixed
- Removed 'PandaXT._fetch_ohlcv' method.
- Many features added and many errors fixed
- New "model" module.
- Added dict2class in "utils" module.
- "Binance" specific options added for time adjust and auto fit precision or orders.md.
- New "create_market_order" method.
- New "sort_by" function in utils module.
- Unified cancel methods into "cancel_order".
- Sell and Buy methods auto-fill price and amount if not is supplied as param.
- Added precision related methods to "PandaXT" class.
- Initial version
- TODO