bitmex, robinhood, and binance algoritmic traders
- runs a webhook that waits for POST requests from tradingview alerts, and trades accordingly
- implements margin trading and take profit and stop loss placement
- posts orders to SQL server
- post order updates and balances to slack channels
to run:
- pip3 install -r requirements.txt
- start ./ngrok http 7777
- python3 webhook.py
to calculate renko bricks locally and perform strategy calculations:
- must have raw bitmex tick data in ../ for backtest
- python3 calculate_renko.py