Automated bot strategy development with backtesting for beginners tutorial

In this video I will explain a generic process you can use for developing a beginners cryptocurrency trading strategy you can use for your bot. In this tutorial I show you how to create the hypothesis that you have on market conditions and the possible future events based on these current market conditions. 

You will learn how to analyse these hypotheses on a chart like tradingview and then turn them into pseudo code. 

You now can develop this pseudo code into a trading strategy that can be read by Freqtrade. 

The final steps in this video are to download backtesting data and test the strategy to see if it is profitable. 

Finally I will give you some tips before you use your strategy in real trading circumstances with your trading bot. 

I hope that you’ll find this information valuable and if you do, please click the like button. 

My Github: https://github.com/DutchCryptoDad/FreqtradeBotStrategyDevelopmentForBeginners

Popular posts from this blog

Freqtrade multibot configuration - tutorial for creating multiple trading bots on one single server

The complete Freqtrade hyperparameter (hyperopt) bot strategy optimization tutorial for beginners

Freqtrade Docker installation and service configuration on Linux for beginners tutorial