Python

Running a Massive Backtest on 1M Bars in Python with Backtrader

QuantNomad

Running a Massive Backtest on 1M Bars in Python with Backtrader

Python is a very powerful language for backtesting and quantitative analysis. You’re free to use any data sources you want, you can use millions of raws in your backtesting easily. In this article, I show an example of running backtesting over 1 million 1 minute bars from Binance. Including libraries: Function to get data from Running a Massive Backtest on 1M Bars in Python with Backtrader Read More →

Example of fancy complex strategy alerts in TradingView

Alerts on strategies were introduced just recently in TradingView.  These alerts have an alert_message placeholder which allows you to compose in PineScript very complex alerts and insert quite a lot of information in them. Here is just a very simple example of how they can look like.  As you can see I added some information about the Example of fancy complex strategy alerts in TradingView Read More →

How Accurate are Barchart Trading Recommendations? “Chart of The Day” Analysis.

Here you can find the code for my analysis. These days you see a lot of experts on TV, YouTube, Blogs, and Social Networks sharing their insight into the stock market. They tell us what is going on, they very decisively advice us to buy or sell certain stocks. I always was curious, do they How Accurate are Barchart Trading Recommendations? “Chart of The Day” Analysis. Read More →