Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Altcoin Trading Bot #196

Open
tobiasmuehl opened this issue May 16, 2017 · 7 comments
Open

Altcoin Trading Bot #196

tobiasmuehl opened this issue May 16, 2017 · 7 comments

Comments

@tobiasmuehl
Copy link

tobiasmuehl commented May 16, 2017

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
Copy link

Which exchange's API do you prefer?

@tobiasmuehl
Copy link
Author

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
Copy link

dminGod commented Jun 29, 2017

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
Copy link
Author

tobiasmuehl commented Jun 29, 2017 via email

@dminGod
Copy link

dminGod commented Jun 29, 2017 via email

@IndieRobert
Copy link

IndieRobert commented Jan 5, 2018

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

@tobiasmuehl
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants