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

Active Project? #80

Open
luandro opened this issue Aug 30, 2016 · 43 comments
Open

Active Project? #80

luandro opened this issue Aug 30, 2016 · 43 comments

Comments

@luandro
Copy link

luandro commented Aug 30, 2016

Has the project died out?

@luandro luandro changed the title Died? Dead? Aug 30, 2016
@igorpejic
Copy link
Collaborator

Yes!
:shipit:

@kristerfl
Copy link

I have someone who might be interested in the ruins of this project..

@jeff-hykin
Copy link

I'm still working towards it however, I'm mostly just learning to do data scraping with Python, and I am only able to work on it in free time in between work and school.

I may eventually take it up myself and contact Owoki about it, but if that does happen it will be on a 6 month to 1 year timeframe.

@owocki
Copy link
Owner

owocki commented Mar 20, 2017

Updated readme today because it was horribly busted. I've mostly been trading/HODLing crypto manually and that's been going well. If folks are interested in building momentum (needed: funding, coding, hosting, etc) for this project once again, please feel free to comment on this thread.

@owocki owocki changed the title Dead? Active Project? Mar 20, 2017
@ekerstein
Copy link

I find this project interesting but lack the technical knowledge of django and sklearn/pybrain to help much. Owocki, do you have any suggestions for good resources that helped you get your head around sklearn and pybrain?

@owocki
Copy link
Owner

owocki commented Mar 22, 2017

I find this project interesting but lack the technical knowledge of django and sklearn/pybrain to help much. Owocki, do you have any suggestions for good resources that helped you get your head around sklearn and pybrain?

If I were to re-engage on this project today, I would build it with Tensorflow. There are very good tutorials on their website.

@fluorine
Copy link

fluorine commented Apr 4, 2017

I find trading bots with artificial intelligence amazing. Money-making machines. Why this project died? Did it really die or transformed?

@netmonk
Copy link

netmonk commented Apr 15, 2017 via email

@kristerfl
Copy link

kristerfl commented Apr 16, 2017 via email

@nuclearspike
Copy link

I have a Kraken account that has 0% maker fees, so this may be profitable for me if it could be reworked to use Kraken API.

@nuclearspike
Copy link

nuclearspike commented Jun 29, 2017

How much could it generate per day trading USD/ETH with no maker fees and 0.1% taker fees?

@netmonk
Copy link

netmonk commented Jul 3, 2017

Fees are whole part of profit calculation. If you end up with a -0.1 btc it means your strategy is not profitable (not talking about infrastructure cost, energy cost, data connexion cost... which are all part of the equation).
How come for trader such excuse can even be accepted ?

@micycle8778
Copy link

So, has someone revived the project or not?

@johndpope
Copy link

some body grab the code from this repo - and do a PR https://github.com/llens/CryptoCurrencyTrader

@micycle8778
Copy link

Cool, good to see that someone cares about this code :D

@owocki
Copy link
Owner

owocki commented Jul 28, 2017

glad to see someone building a similar project from first principles. i get 50 inquiries from people who want to revive this project for every 1 who wants to build something similar from first principles. @llens, @johndpope good luck to you!

@johndpope
Copy link

johndpope commented Jul 28, 2017

so at face value - throwing machine learning + bitcoin seems like a neat idea.
not to bust anyone's bubble - but the underlying data besides price / trades/ market orders is the crypto difficulty. when this goes down - you're going to see the price go down.
This is unlikely to stay down for long / we may see this drop back with BCC in coming week https://bitcoinwisdom.com/bitcoin/difficulty
so let me spare you the data training / time and machine learning.
just buy bitcoin + hold it. For every sell order (up to the finish line of mining) that preceded the last one will have been sold for less than it's worth. In 20 years time from now, you'll be able to buy your kids a house with it.
screen shot 2017-07-28 at 11 51 36 am

@xw1972
Copy link

xw1972 commented Sep 13, 2017

Hello, I want to see the code hidden, thank you

@maithanhtan
Copy link

Hi, Can someone able to run the code?

@kristerfl
Copy link

kristerfl commented Sep 21, 2017 via email

@aadon94
Copy link

aadon94 commented Oct 18, 2017

I'd like to see a revival!

@owocki
Copy link
Owner

owocki commented Oct 18, 2017

I'd like to see a revival!

if someone wants to scope a revival, i'd happily help with funding and finding smart people to work on it

@Snipa22
Copy link
Collaborator

Snipa22 commented Oct 18, 2017

I've been giving it some thought again. In a month or two, my FT job will be in dealing with CryptoCurrencies once more, so I've got the bug once more to get back into it.

@owocki
Copy link
Owner

owocki commented Oct 18, 2017

@Snipa22 hey man, long time no talk. lets catch up ! whats a good way to get in touch with you!?
email me: kevin at gitcoin dot co

@aadon94
Copy link

aadon94 commented Oct 18, 2017

Software developer here who also has the crypto bug. Would gladly help out if there was anyone to take lead.

@jwjohns
Copy link

jwjohns commented Dec 18, 2017

Was anything decided with restarting development? I would be interested.

@owocki
Copy link
Owner

owocki commented Dec 18, 2017

i think that if i was going to recommend anyone for taking the helm for a v2, it'd be @Snipa22 .. if someone wants to get organized, i'm happy to help move the interest from this repo (and slack group) to the new project

@Snipa22
Copy link
Collaborator

Snipa22 commented Dec 18, 2017

Sorry, I've been massively busy trying to get caught up on personal stuff and finishing out one of my jobs, down to one FT now! Yay. That being said, I've got a bunch of 1080 ti's, 1050 ti's and other gear together to start picking this project up (Including a massive local DB server, and infiniband for everything Drools)

I'll likely be starting a new repo in a couple of weeks when I polish off the last of my current projects, including some updates to the pool software I write. The overall goal will be to split up the monolith a bit that was this project, shift ML techniques (Tensor Flow, lets not lie) to a specialized daemon that can grab work, work on it, then insert a result into the database as expected on it's own. Dedicated frontend API, rather than a kind of hybrid system, a front-end project, likely Vue.js or Angular.JS. Likely still backed by PGSQL, but moving up to PGSQL 10. Most likely, we'll utilize Redis as a backend queue of "work that needs to be done."

The idea is that breaking this up should make it easier for us to farm out work to people who are interested in parts of it. Web-devs can rely on a standardized API, API devs can worry about the DB, and the ML techniques can be implemented as modules within the main ML parser. By splitting this up, people can stick to their specialties. I'm not a ML expert, but I've got enough scratched up in my head that I think I can at least get that and the API projects started. Front-end, I am most certianly not an expert in.

@justyntemme
Copy link

I will be willing to work on integrating this with Binance API.

@ElanJM
Copy link

ElanJM commented Jan 6, 2018

hey there, is there an update on Bot Trader for Poloniex that work and we can tweak a little bit about the strategy?

@REal0day
Copy link

REal0day commented Jan 8, 2018

Building this out with quant and qaul ML models.
Anyone interested, please feel free to contact me @ CMagistrado@gmail.com

@markudevelop
Copy link

@CMagistrado how is your progress so far? I'm also interested in getting into this

@tonywangcn
Copy link

@Snipa22 Hi, how is going? Interested in this project and want to know how to join in. Looking forward to your reply. Thanks!

@REal0day
Copy link

REal0day commented Mar 12, 2018 via email

@ashamalla
Copy link

@Snipa22 happy to help with the DB and API 2 DB side of things.

@d3sm0
Copy link

d3sm0 commented Apr 11, 2018

@Snipa22 @CMagistrado
Hey!

I'm confident in RL and DL. But happy to help wherever is needed. Is your fork public?

@neboscott
Copy link

Hey everyone, we’ve created a very profitable trading bot at http://atntrading.co. We are working with high net worth crypto individuals and crypto funds. If you’re looking for a solution similar to this project, you should check ours out.

@xZero707
Copy link

@neboscott Is that contribution to open-source community? NO? Then please, show yourself out.
This is no place for advertising.

@BuyMyMojo
Copy link

It'd be great to see this project alive again :)

@soderpop
Copy link

If there was ever a moment the world needed an open source automated crypto trader, it is now.

@neboscott
Copy link

neboscott commented Nov 16, 2020 via email

@soderpop
Copy link

soderpop commented Nov 16, 2020 via email

@soderpop
Copy link

soderpop commented Nov 17, 2020 via email

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

No branches or pull requests