FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

JackWBoynton/python_trader: Uses the Renko Brick plotting strategy to trade Bitcoin on BitMex using the MACD trading strategy. · GitHub

Repository files navigation

bitmex, robinhood, and binance algoritmic traders

  1. runs a webhook that waits for POST requests from tradingview alerts, and trades accordingly
  2. implements margin trading and take profit and stop loss placement
  3. posts orders to SQL server
  4. post order updates and balances to slack channels

to run:

  1. pip3 install -r requirements.txt
  2. start ./ngrok http 7777
  3. python3 webhook.py

to calculate renko bricks locally and perform strategy calculations:

  • must have raw bitmex tick data in ../ for backtest
  1. python3 calculate_renko.py

About

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

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL