This is a complete end-to-end trading application for the Binance Futures Testnet, featuring both an interactive CLI menu and a lightweight Web UI.
- Install requirements:
pip install -r requirements.txt - Add your Binance Testnet API keys inside
app.pyandcli.py.
Option 1: Lightweight Web UI (Recommended) Run the following command to open the Streamlit web app in your browser: streamlit run app.py
Option 2: Interactive CLI Menu Run the following command for a terminal-based interactive menu: python cli.py