https://github.com/coderooz/python-trading-setup
This project's objective is to make a trading setup using ccxt library with a proper UI and web app interface for the users,
https://github.com/coderooz/python-trading-setup
Last synced: 2 months ago
JSON representation
This project's objective is to make a trading setup using ccxt library with a proper UI and web app interface for the users,
- Host: GitHub
- URL: https://github.com/coderooz/python-trading-setup
- Owner: coderooz
- License: mit
- Created: 2024-07-18T03:16:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T16:28:27.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:36:10.322Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Trading-Setup
This project's objective is to make a trading setup using ccxt library with a proper UI and web app interface for the users.
## UNDER DEVELOPENT
## Requirements
- CCXT : The library that will help in handleing the backend information exchage.
- [https://github.com/coderooz/StockMarket](https://github.com/coderooz/StockMarket) (*Optional*) : A premade repository to handle `ccxt` related tasks.