- Binance is a cryptocurrency exchange that provides a platform for trading various cryptocurrencies.
barebones (prototype) - unstable How to
pip install -r requirements.txtset binance API_KEY, SECRET_KEY as environment variablesuvicorn cryptoserve.cryptoserve:app
Features
-
Trade Any Asset Pair That Binance Supports
-
Limit Buy/Sell
-
Market Buy/Sell
-
Multiple Limits Sell Order
sell arbitrary amount of asset at arbitrary price points.
ex: sell 25% if price falls 5%, 30% if price falls 10% etc .. -
Trailing Stop Loss
TSL (Websocket based) can be set to follow the price at a particular percentage as the price goes up and then execute a limit/market sell when the price falls by the set percentage -
Multiple Coins/TSLs At The Same Time
-
Very Minimal Web Gui (Proto)
Dependencies
- requests==2.22.0
- python_binance==0.7.9
- unicorn_binance_websocket_api==1.29.0
- starlette==0.14.1
- binance==0.3
- aiofiles==0.7.0
- python-dotenv==0.19.0
- uvicorn==0.14.0
