JackWBoynton
python_trader
Jupyter Notebook

Uses the Renko Brick plotting strategy to trade Bitcoin on BitMex using the MACD trading strategy.

Last updated Jun 2, 2025
10
Stars
3
Forks
6
Issues
0
Stars/day
Attention Score
3
Language breakdown
No language data available.
Files click to expand
README

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
🔗 More in this category

© 2026 GitRepoTrend · JackWBoynton/python_trader · Updated daily from GitHub