CinderellaMan
Create a cryptocurrency trading bot in Elixir (YouTube videos, ebook pay what you want)
elixir #Cryptocurrencies #AlgorithmicTrading
Looking for a real-world Elixir/OTP project to gain hands-on experience?
This video series/book will take you on a journey to create a cryptocurrency trading bot in Elixir. You will be able to see first-hand, how complex systems are designed and developed as we will build them together!
Create a cryptocurrency trading bot in Elixir - YouTube videos
Online book: https://www.elixircryptobot.com
Trending in Books
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
I have a sharing session about the Elixir ecosystem for Erlang developers. I feel that people are still confused about the differences be...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
r8code
Thank you , the content is good ,
I will try to implement it with Timescale DB
egze
Awesome that you decided to write a book! Just purchased.
CinderellaMan
First of all, I’m amazed by the feedback and I honestly don’t have words to tell you how much your support means to me. Thank you so much
Just to keep you updated, I just released the updated version of the book with numerous improvements:
buy_down_intervalto make a single trader more profitablebudgetand calculate thequantity(per trader)rebuy_intervalAll code starting from chapter 2 got refreshed, logs improved and many descriptions rephrased.
The book surpassed 100 pages already and we are just getting started
Enjoy!
alaadahmed
Thank you very much, I just bought the book and I watch some of your videos a few days ago and the are great. Appreciate your efforts.
CinderellaMan
Hello
As the book grows and people start to add suggestions/errata/dependencies updates, etc. I realized that publishing the book via the Leanpub platform is not best suited to maintain this book long-term for the benefit of the community.
Taking the above under consideration, I decided to make my book publicly available online(as a website - you can still download the PDF and EPUB through it) as well as open-source the markdown files for the book itself

I guesstimate it to be about 75% finished and with 15 chapters, it’s 200+ pages long
I would like to say that I’m gratefully thankful for all the support from the Elixir community with this project(both book and videos) - I couldn’t do this without you!
Here’s the new home of my book:
and here’s the source of it on GitHub:
https://github.com/frathon/create-a-cryptocurrency-trading-bot-in-elixir
Enjoy
CinderellaMan
The new version of the Hands-on Elixir & OTP book is now out
This update includes:
The book is now 226 pages long
- read online @ https://www.elixircryptobot.com
Don’t forget to support by sponsoring
CinderellaMan
Hello
I know it’s been a while since I posted any updates about my “soon to be finished” book. In all honesty, it took me on a personal journey to get the new three chapters finished, but I’m proud to let you know that I released a new version of my “Hands-on Elixir&OTP: Crytocurrency trading bot” book!
It now has 20 chapters spanning across 286 pages, and it’s feature complete (the remaining content that I would like to add is more like “appendixes” than additional chapters).
The version contains thoroughly reworked diagrams across the whole book together with three additional chapters:
Chapter 18 - Functional Elixir Focused on revising the code to group the business logic into a separate module and refactoring to push side effects to the edge. We then compare pure FP(managing effects) vs pragmatic Elixir features.
Chapter 19 - Idiomatic OTP Focused on looking into the different implementations of new aggregation functionality. The idea here is to show that there’s a delicate balance between the number of processes used and something less is more.
Chapter 20 - Idiomatic trading strategy For me, this one is an absolute game changer. It’s a complete rethinking of the usage of processes in achieving parallelism with an additional focus on purity. It’s a love child of the 18th and 19th chapters in action.
As usual, you can grab your copy: Hands-on Elixir & OTP: Cryptocurrency trading bot
or read it online(HTML): https://www.elixircryptobot.com
Enjoy