Skip to content

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages