This script automatically places orders on Bitmex (or Testnet) along a price line, defined by the user inputting start and end times and prices. You must also enter which symbol to trade, e.g. XBTUSD.
Requires Python 3. You will need a Bitmex or Testnet account to input API keys for testing.
- Install the bitmex module with
pip install bitmex
- Run the script using Python 3