PyLessons December 03, 2020 Create custom crypto trading environment from a scratch - Bitcoin trading bot example #1 In this tutorial, we will write a step-by-step foundation for our custom Bitcoin trading environment where we could do further development, tests and experiments
PyLessons December 14, 2020 Visualizing elegant Bitcoin RL trading agent chart using Matplotlib and Python #2 In this part, we are going to extend the code written in my previous tutorial to render a visualization of the RL Bitcoin trading bot using Matplotlib and Python
PyLessons December 20, 2020 Creating Bitcoin trading bot that could beat the market #3 In this tutorial, we will continue developing a Bitcoin trading bot, but this time instead of making trades randomly, we'll use the power of reinforcement learning
PyLessons January 20, 2021 Optimizing Bitcoin trading bot model and reward strategy to increase profitability #4 Let’s improve our deep RL Bitcoin trading agent code to make even more money with a better reward strategy and test different model structures
PyLessons January 22, 2021 Integrating Technical Indicators to Automated Bitcoin Trading Bot #5 We'll integrate a few most popular technical indicators into our Bitcoin trading bot to make it learn even better decisions while making automated trades
PyLessons February 08, 2022 Bitcoin trading bot using historical cryptocurrency data #6 We'll learn the simplest way to download historical cryptocurrency OHCL market data via exchange APIs. We'll use this data to train our RL Bitcoin trading agent that could finally beat the market!
PyLessons February 25, 2022 Integrating and Optimizing Technical Indicators to Automated Bitcoin Trading Bot that could beat the Market! #7 In this tutorial, we will continue developing a Bitcoin trading bot. We'll integrate more technical indicators, implement normalization techniques, and of course, test everything up!