-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
Which exchange's API do you prefer? |
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? |
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
<#196 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADL-AuJn6So8-d6Xv0REWkFUS3holQbxks5sI2kHgaJpZM4NcEwt>
.
|
oh cool, some other time then! 🙂
…On 29-Jun-2017 4:12 PM, "Tobias Mühl" ***@***.***> wrote:
Sounds like a good idea, but unfortunately I will not be joining tonight.
Dushyant ***@***.***> 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
> <#196 (comment)
>,
> 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
<#196 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABbxObAe9WYUEVhCckJDR1c62VHbgzsSks5sI2pmgaJpZM4NcEwt>
.
|
Any news from this? Still alive? Any chance we take a look on the 25th of january? |
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. |
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.
The text was updated successfully, but these errors were encountered: