The Doctor
Senior Member
- Dec 18, 2010
- 1,109
- 474
Before crypto got big, my software engineering efforts were mainly focused on marketing. A couple years ago, I got to work for an ICO which propelled me into the world of crypto and fintech. I then got into trading and since I was already algorithmically inclined, went deep into trading maths.
I have made several backtests using mostly straight-forward algebra. I've created several forecasters and advanced machine learning models for timeseries data. What haven't I done? I haven't taken the most advanced artificial intelligence models I know of and applied them to the problem of trading. Crypto is highly volatile. It is for this reason that a bot should be able to make a killing, if so expertly engineered.
I do have some proprietary efforts going on but I thought to myself "Someone has to put some source out worth a damn. Why not me? Who would I share it with?" The answer (Now that BHW has this section), is here, with you.
Initial thoughts:
Github Link: https://github.com/TheDoctorAI/AI-Trader
I have made several backtests using mostly straight-forward algebra. I've created several forecasters and advanced machine learning models for timeseries data. What haven't I done? I haven't taken the most advanced artificial intelligence models I know of and applied them to the problem of trading. Crypto is highly volatile. It is for this reason that a bot should be able to make a killing, if so expertly engineered.
I do have some proprietary efforts going on but I thought to myself "Someone has to put some source out worth a damn. Why not me? Who would I share it with?" The answer (Now that BHW has this section), is here, with you.
Initial thoughts:
- CCXT for OHLCV data & trade actions.
- Websockets? Will look into it.
- Most volume is probably at Bitmex exchange. Let's use it.
- This will be done in Python of course.
- Let's start with some LSTM variants. Differentiable Neural Computer maybe? hmm...
- What about the optimizer agent? Q Learner? Genetic? Bayesian? Let's try some.
- Get a Github repo going. That will come first.
- Google Colaboratory can help everyone follow along. Not everyone has a Titan GPU like me
Github Link: https://github.com/TheDoctorAI/AI-Trader
Last edited: