A cryptocurrency trading algorithm utilizing Shrimpy's universal API built to linearize randomness in the market.
Instead of building a trading algorithm to predict the market, I wanted to try to build an algorithm to react to the market. This way, very little data is needed to determine actions.
https://github.com/tbaumer22/cryptoad.git
cd cryptoad
npm install
- Configure
npm start
The configuration of this bot uses an environment file. After cloning, add a .env
file to the repository root and fill in the data shown in .env.example
Any edits to improve the speed, efficiency, or add new features are happily welcomed. Please make a pull-request into Master if you'd like to do so.
The graph of this algorithm is modeled to resemble the path of a hopping frog. Frog does not blend well with crypto, but toad does.