AI Crypto Bot
This is going to be a open source project using BrainFuck coding to create a bot that will trade on some of the most popular crypto exchanges like Bittrex. It is in the very early stages and I hope to get support from the community for creating this exciting project.
Coding with BrainFuck looks like a mess but it has shown to be the best programming language for AI (Artificial Intelligence) scripts. Recently a simple AI was written using BrainFuck to write out "Hi!"
As an example the code **+[>+<+++]+>------------.+<+++++++++++++++++++++++++++++++.>+++++++++++++++++++++++++ +++++++++.+++.+++++++.-----------------.--<.>--.+++++++++++..---<.>-.+++++++++++++.- -------.------------.+++++++++++++.+++++.**
Will write out: "I love all humans"
The Brainfuck programming language consists of eight commands, each of which is represented as a single character.
> Increment the pointer.
< Decrement the pointer.
+ Increment the byte at the pointer.
- Decrement the byte at the pointer.
. Output the byte at the pointer.
, Input a byte and store it in the byte at the pointer.
[ Jump forward past the matching ] if the byte at the pointer is zero.
] Jump backward to the matching [ unless the byte at the pointer is zero.
The semantics of the Brainfuck commands can also be succinctly expressed in terms of C, as follows (assuming that p has been previously defined as a char*):
> becomes ++p;
< becomes --p;
+ becomes ++*p;
- becomes --*p;
. becomes putchar(*p);
, becomes *p = getchar();
[ becomes while (*p) {
] becomes }
The first step it to get the full history of Bitcoin price data and run the AI bot on the data to find patterns that not noticed by humans that can predict price action on a chart and give signals via API to Bittrex to handle those trades.
Leave AI Crypto Bot to:
Read more #utopian-io posts
Best Posts From Zastil
We have not curated any of cheapproperty's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Zastil
- Dad speaks out for his daughters grooming by Muslims
- Dad speaks out for his daughters grooming by Muslims
- Tommy Robinson - Panodrama Expose of the BBC Panorama Fake News Program
- Initiative Q Airdrop Coins
- Bitcoins Birthday Should Give Us All a Scare
- How to double your ETH while play card trading game! MyCryptons
- Top 5 Volcano Eruptions Caught on Camera
- Mega Taiga & Minecraft Ore Heaven! | Python's World (Minecraft Survival Let's Play) | Episode 17
- 2 Ways to Get Into Crypto With No Money
- Minecraft Homes, Streams and Gardens! Episode 16
- Automating The Minecraft Mineshaft! Episode 15
- The Grand Minecraft Town Entrance! Episode 14
- Guide To Minimizing Cryptocurrency Risk
- Larger Blocks and Clever Contracts: What’s In Bitcoin Cash’s Next Fork?
- How To Make A Lovely Minecraft Farm! Episode 13
- Minecraft Diamonds, Repairs & Odd Jobs! Episode 12
- Town Walls Vanilla Minecraft! Episode 11
- Minecraft Into the Ocean! Episode 10
- TRIPLE Minecraft Nano Animal Farms! Episode 9
- Automatic Minecraft Animal Barn! _ Python's World (Minecraft Survival Let's Play) _ Episode 8