All Projects → dezmou → CryptoGPU

dezmou / CryptoGPU

Licence: other
Cryptocurrency prices analysis

Programming Languages

Cuda
1817 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Makefile
30231 projects

Naive approach to make a cryptocurrency bot

figure 1

I lost my data scientist lab coat in a house fire and without it I am unable to do college basic math so guess I have to find new ways to make an A.I trader bot.

  • 5GB of price historical data of cryptocurrencys prices and volumes

  • Some great computation power with an NVIDIA 1070 GPU and CUDA

  • MonteCarlo algorithms

First I take a chart, then parse the 100M other charts in the data and find matchs:

figure 1

Then I look what happened in the futur of the match and try to find redundant pattern to define the bot strategy.

Spoiler, it does not work at all, the futur of the match are totaly random, maybe cryptocurrency prices aren't predictible without a college degree

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].