https://github.com/t8/cryptoad
A cryptocurrency trading algorithm utilizing Shrimpy's universal API built to linearize randomness in the market
https://github.com/t8/cryptoad
Last synced: 3 months ago
JSON representation
A cryptocurrency trading algorithm utilizing Shrimpy's universal API built to linearize randomness in the market
- Host: GitHub
- URL: https://github.com/t8/cryptoad
- Owner: t8
- License: mit
- Created: 2020-05-15T18:53:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T00:30:48.000Z (about 5 years ago)
- Last Synced: 2025-01-13T17:34:17.598Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrypToad
A cryptocurrency trading algorithm utilizing Shrimpy's universal API built to linearize randomness in the market.## Rationale
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.## Steps to Start
1) `https://github.com/tbaumer22/cryptoad.git`
2) `cd cryptoad`
3) `npm install`
4) Configure
5) `npm start`### Configuration
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`## Contributing
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.## Why Toad?
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.