bkkhack / hacknights

A meta-repository for finding hack night birds-of-a-feather and tracking what we learn.
https://waffle.io/bkkhack/hacknights
15 stars 4 forks source link

Altcoin Trading Bot #196

Open tobiasmuehl opened 7 years ago

tobiasmuehl commented 7 years ago

Develop a simple trading bot for an altcoin exchange (one that has a developer friendly WebSockets API). Using WebSockets the bot will continuously watch market trends and execute trades (high frequency trading) NodeJS preferred, open to alternatives if others want to join

Will be starting from scratch.

  1. Get the API to work
  2. Store market data for the bot to access. (Needs further planning)
  3. Develop and execute trading strategy on the market data (Including a simulation mode where trades are just logged but not actually executed)
varshard commented 7 years ago

Which exchange's API do you prefer?

tobiasmuehl commented 7 years ago

Open to anything that's easy to work with. Having price data available via WebSockets is essential so that the bot can get enough data to make decisions from. Bitfinex seems good and Poloniex offers price data over WebSockets as well.

dminGod commented 7 years ago

Are you open to working on GoLang, its got very good concurrency support and can do thousands of threads easily. Its a good fit for this use case. What do you think?

tobiasmuehl commented 7 years ago

Sounds like a good idea, but unfortunately I will not be joining tonight.

Dushyant notifications@github.com schrieb am Do., 29. Juni 2017, 16:06:

Are you open to working on GoLang, its got very good concurrency support and can do thousands of threads easily. Its a good fit for this use case. What do you think?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bkkhack/hacknights/issues/196#issuecomment-311907809, or mute the thread https://github.com/notifications/unsubscribe-auth/ADL-AuJn6So8-d6Xv0REWkFUS3holQbxks5sI2kHgaJpZM4NcEwt .

dminGod commented 7 years ago

oh cool, some other time then! 🙂

On 29-Jun-2017 4:12 PM, "Tobias Mühl" notifications@github.com wrote:

Sounds like a good idea, but unfortunately I will not be joining tonight.

Dushyant notifications@github.com schrieb am Do., 29. Juni 2017, 16:06:

Are you open to working on GoLang, its got very good concurrency support and can do thousands of threads easily. Its a good fit for this use case. What do you think?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/bkkhack/hacknights/issues/196#issuecomment-311907809 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADL-AuJn6So8- d6Xv0REWkFUS3holQbxks5sI2kHgaJpZM4NcEwt .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bkkhack/hacknights/issues/196#issuecomment-311909205, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbxObAe9WYUEVhCckJDR1c62VHbgzsSks5sI2pmgaJpZM4NcEwt .

IndieRobert commented 6 years ago

Any news from this? Still alive? Any chance we take a look on the 25th of january?

tobiasmuehl commented 6 years ago

Sorry, not working on this anymore. Generally I found daytrading to not be worth it. If you want to run a bot using chart analysis you can use TradingView and http://autoview.with.pink . It's the best setup I know of and not expensive. Gunbot is expensive and actually quite bad.