Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 399 Bytes

File metadata and controls

16 lines (11 loc) · 399 Bytes

Simple API trader

A robot example playing in grid strategy:

  • sells given quantity when prices go up more than specified value from last trade
  • buys given quantity when prices go down more than specified value from last trade

To run type http-broker-example.py. See http-broker-example.py -h for detailed options decsription.

Requirements

  • python >= 3.6
  • see requirements.txt