A collection of sample Python scripts that one can incorporate or build upon when developing customized systems for trading cryptocurrency
- Stochastic Oscillator (Basic): ta_stoch
- Detect EMA crosses: ta_ema_cross
- Get all Binance USDT pairs and filter by {price vs EMA}: binance_pairs_ema
- Basic authenticated websocket connection: bitfinex_websocket_basic
- Subscribing to multiple channels via websocket: bitfinex_websocket_multi
- Automatic stop loss and take profit orders for BitMEX: bitmex_auto_sl_tp