-
Notifications
You must be signed in to change notification settings - Fork 102
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
DEAP and ConvnetJS - Genetic Algorithm vs Neural Networks - Same or Different? #69
Comments
Hi @BradT7, thats a nice material that I'm reading on the following hours. Neural networks simulates the workings of neurons in the brain, widely used on classification of input data. In our context of crytocoin trading botz it would be inside a strategy, maybe taking candles as input and spitting 'buy', 'sell' or 'do nothing'. In my opinion NNs could be good as cryptobot brains but implementation will not be a simple one. I don't believe on current NN strats on github, but I'm checking those you posted. Keep testing some strats, if you find some good, please tell x] .. Cheers! |
Just tested Gekko-bot-resources/bestone-tulind strategy. Seems to never trade. |
Thanks for the great feedback Gab, that does make more sense now to me! That's awesome you got it running! Too bad the results seem poor at the moment. I'll keep plugging away at these different GA's. Just a lot of "hurry up and wait!" going on now :p I'll keep you posted! |
Thanks. Note that most of strats from github have settings hardcoded on them. |
@stfnschfr Can you explain the general workings of your ConvNet strat? |
@stfnschfr Wooow..very..very nice! Can you send me your settings and strategies? Thank u! |
@stfnschfr |
@stfnschfr haah so the neural stuff runs more like an indicator on your strat.. |
@stfnschfr they have deleted the post.. why??? |
@stfnschfr I was not looking for anything, I just visited the post to see if there was something new with respect to your script. I was testing what you mentioned, but without positive results in bear markets. Luckily document everything you said before you erased it. I can not reach the same values as your backtest. Thanks for the concern and the help. |
@stfnschfr I was interested in his strategy, I can not get similar results. I've been backtesting for days now and nothing! Please, some tip, help, advice, whatever I would appreciate it! thank you for your time ... regards |
@stfnschfr yes it is! BB/MACD/Stoch or RSI.. Thanks. |
This reads like a "who's on first" skit. I didn't see your OP, but I assume he wants to know a strategy you used that netted a ridiculous result, |
@stfnschfr no dude! Your strategy of 2700%.. pleaseeee! Send me strategy.. |
Hey again,
Quick question, are DEAP and ConvnetJS essentially doing the same thing?
Or is there a difference between Genetic Algorithm and Neural Networks?
The reason I ask is I stumbled upon these threads using convnetjs in gekko, and if they are indeed different methods of testing, perhaps they could be used together somehow to complement each other?
Here's the links to the findings: Gekko Bot Resources
Which was linked from: Bestone Strategy which is what gave me faith in the possibility of gekko actually being profitable, would love to mimic these results!
And this is where I found you! Integrating Machine Learning AI instead Technical Analysis to Gekko
If they're different then I thought you might find this interesting, would be interested in your thoughts on how the two differ!
I know I'm getting ahead of myself here as I'm still running some preliminary GA tests with japonicus, and doubt I could figure out how to implement this git I came across, but maybe you could understand it better and make use of it, maybe even blend them together, assuming convnetjs differs from deap's methodology.
Thanks!
The text was updated successfully, but these errors were encountered: