This project is an independent study to implement additional functionality to GDAX, Coinbase's cryptocurrency exchange platform. Work in progress.
The function TrailingStopLoss in StopLoss.py allows you to implement a trailing stop loss in GDAX.
wsClient = TrailingStopLoss(product_id = 'BTC-USD', stoploss = 0.02, quantity = 0.5)
wsClient.start()- GDAX API: https://docs.gdax.com/
- "Unofficial" Python Client Library: https://github.com/danpaquin/gdax-python