https://github.com/morucci/bbot
A tool that compute the MACD analysis by fetching pairs data on the Binance API and produce a JSON report
https://github.com/morucci/bbot
Last synced: 11 months ago
JSON representation
A tool that compute the MACD analysis by fetching pairs data on the Binance API and produce a JSON report
- Host: GitHub
- URL: https://github.com/morucci/bbot
- Owner: morucci
- Created: 2020-12-05T16:16:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T17:25:11.000Z (over 5 years ago)
- Last Synced: 2025-02-10T05:41:52.404Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bbot
## Install
```
sudo dnf group install "Development Tools"
sudo dnf install -y libffi-devel openssl-devel bubblewrap
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
opam switch create bbot 4.11.1
eval $(opam env)
opam install core async async_ssl yojson uri textwrap cohttp-async atdgen-runtime atdgen-codec-runtime ppx_let
```