Freqtrade Plotting - A complete tutorial for beginners!

In this tutorial video I will explain the plotting capabilities of the Freqtrade trading bot.

You will learn the following things: 

  • Backtest a strategy 
  • Create a plot from a specific pair you backtested 
  • Create plots of multiple crypto pairs 
  • Create plots of your backtest json file 
  • Create plots of trades the bot registered in the sqlite trading log database 
  • Create plots of your profit and loss from your backtest strategy to determine the strategy performance 
  • Create plots of your profit and loss from the actual trades in the trading database 
  • Customise your chart by adding plotting configurations to your strategy file and create very nice looking charts this way 
  • Learn what the plot chart functionalities are 

I hope you find great value in this video and if so, please leave a like and comment below this video. 

Please subscribe to my channel to get updated on new videos. 

My Github repository: https://github.com/DutchCryptoDad/FreqtradePlotting

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