Skip to content

Tinkering with GDAX functionality using their API and Sandbox

Notifications You must be signed in to change notification settings

Aurea-Li/GDAX-Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDAX Sandbox Project

This project is an independent study to implement additional functionality to GDAX, Coinbase's cryptocurrency exchange platform. Work in progress.

Trailing Stop Loss

The function TrailingStopLoss in StopLoss.py allows you to implement a trailing stop loss in GDAX.

Example
wsClient = TrailingStopLoss(product_id = 'BTC-USD', stoploss = 0.02, quantity = 0.5)
wsClient.start()

References

  1. GDAX API: https://docs.gdax.com/
  2. "Unofficial" Python Client Library: https://github.com/danpaquin/gdax-python

About

Tinkering with GDAX functionality using their API and Sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages