gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
824 stars 280 forks source link

add cryptopia exchange adapter #92

Closed nodueck closed 6 years ago

nodueck commented 6 years ago

mostly a copy from bitfinex adapter integration test done with my cryptopia account

gazbert commented 6 years ago

Thanks for this Niko! :+1: Will try and take a look at it sometime this week after the day job.

gazbert commented 6 years ago

Hi Niko, sorry for not getting back sooner - day job excuses - code looks good!

We'll need to update the README to mention new adapter being supported + we'll need a new sample config folder too: ./config/samples/cryptopia/*.xml files...

I'll review this properly over the weekend - bank holiday in UK!

Is the adapter all up and running ok with you? I don't have a cryptopia account to spin the bot up against...

Feel free to add your name to the MIT copyright in your new classes too :+1:

All being well, I'll create a new release this weekend.

G