All Projects → Cinderella-Man → hands-on-elixir-and-otp-cryptocurrency-trading-bot

Cinderella-Man / hands-on-elixir-and-otp-cryptocurrency-trading-bot

Licence: other
Source code to generate the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book

Programming Languages

CSS
56736 projects
TeX
3793 projects
HTML
75241 projects

Projects that are alternatives of or similar to hands-on-elixir-and-otp-cryptocurrency-trading-bot

twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-90%)
Mutual labels:  cryptocurrencies, binance, binance-api
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (-79.05%)
Mutual labels:  cryptocurrencies, binance, binance-api
backtrading-python-binance
Backtesting several trading strategy and rank them according their profit return.
Stars: ✭ 108 (-48.57%)
Mutual labels:  cryptocurrencies, binance
Benzaiboten-spot-trading-bot
A trading bot easy to use to be linked to your favorite exchange to automatize the trading on cryptocurrencies
Stars: ✭ 20 (-90.48%)
Mutual labels:  cryptocurrencies, binance
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (-47.62%)
Mutual labels:  cryptocurrencies, binance
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+1657.14%)
Mutual labels:  binance, binance-api
binance-node-docker
Docker image for Binance full and light nodes
Stars: ✭ 24 (-88.57%)
Mutual labels:  cryptocurrencies, binance
candlestick retriever
Retrieve all historical candlestick data from crypto exchange Binance and upload it to Kaggle.
Stars: ✭ 122 (-41.9%)
Mutual labels:  cryptocurrencies, binance-api
pyjuque
⚡ Open Source Algorithmic Trading Bot for Python.
Stars: ✭ 318 (+51.43%)
Mutual labels:  cryptocurrencies, binance
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-75.71%)
Mutual labels:  cryptocurrencies, binance
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-71.43%)
Mutual labels:  cryptocurrencies, binance
hedgehog
Source code for the "Hands-on Elixir & OTP: Cryptocurrency Trading Bot" course
Stars: ✭ 70 (-66.67%)
Mutual labels:  binance, binance-api
cryptodiversify
Automatically check your portfolio on the Binance exchange and advice you on rebalancing your portfolio into the top 20 cryptocurrencies by market capitalization
Stars: ✭ 43 (-79.52%)
Mutual labels:  binance, binance-api
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (-76.19%)
Mutual labels:  binance, binance-api
Vue Crypto Dashboard
Cryptocurrency Dashboard made with Vue
Stars: ✭ 107 (-49.05%)
Mutual labels:  cryptocurrencies, binance
binance-chain-kit-ios
Full Binance DEX iOS library (SDK), implemented on Swift.
Stars: ✭ 15 (-92.86%)
Mutual labels:  binance, binance-api
binance-connector-dotnet
Lightweight connector for integration with Binance API
Stars: ✭ 77 (-63.33%)
Mutual labels:  binance, binance-api
binance-bot
Very simple binance trading Bot using Binance REST API
Stars: ✭ 108 (-48.57%)
Mutual labels:  binance, binance-api
tradingconv
Convert trading history of cryptocurrency platforms
Stars: ✭ 24 (-88.57%)
Mutual labels:  cryptocurrencies, binance
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-50.95%)
Mutual labels:  cryptocurrencies, binance

This repository is the home of Hands-on Elixir & OTP: Cryptocurrency trading bot book.

Want to learn Elixir & OTP by creating a real-world project?

The book cover

With "Hands-on Elixir & OTP: Cryptocurrency trading bot", you will gain hands-on experience by writing an exciting software project from scratch. We will explore all the key abstractions and essential principles through iterative implementation improvements.

We will start by creating a new umbrella application, subscribing to WebSocket streams, implementing a basic trading flow, and focusing on improving it by expanding on the topics like supervision trees, resiliency, refactoring using macros, utilising the Registry, testing and others.

This book is 90% complete - chapters 1-20 are finished, and I'll add more content soon. It's also a loosely written representation of the Hands-on Elixir & OTP: Cryptocurrency trading bot video course released on YouTube.

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International CC BY-NC-SA 4.0.

Limit of Liability/Disclaimer of Warranty

THIS BOOK IS NOT FINANCIAL ADVICE

THE SOFTWARE/BOOK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE/BOOK OR THE USE OR OTHER DEALINGS IN THE SOFTWARE/BOOK.

Contributing, Errata and Source code {-}

The book is written using R Markdown(it's a very similar syntax to the GitHub markdown but supports many more features including code execution, etc.) and converted to final form (for example PDF) using the bookdown app. This means that editing a chapter is as simple as editing the markdown source of that chapter.

There are two repositories related to this book(both hosted on Github):

In regards to contributions - I would love to follow the standard process of forking, making changes, opening PR(please look is there a branch for the next version and point to it instead of main), merging, and releasing a new version of the book.

This books has also the GitHub Discussions enabled for both the book's repo as well as source code's repo, please feel welcome to start any discussions related to book there.

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].