uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
577 stars 140 forks source link

Add integration with Coinbase #6

Open jbax opened 4 years ago

jbax commented 4 years ago

Create another sub-project like univocity-trader-binance but for Coinbase.

Notice their fee schedule is a bit more intricate than what the SimpleTradingFees does so a custom implementation of TradingFees will have to be made.

Any help in making this work is appreciated.