Tag: Backtesting

Python Backtesting: A Beginner’s Guide to Building Your Own Backtester

In my last post, I wrote about to use the Binance API to pull historical prices for various Crypto assets. In this article, we will start to build the foundation for simple backtester. A backtester is a software tool that allows traders and investors to simulate the performa...