To celebrate back to school you can have a 25% discount on both my courses and course bundle, here are the links: Learn Pine Script from ScratchAdvanced Pine Script Use CasesCourse Bundle
I receive quite a lot of questions about how to loop over the bars in Pine Script. Many of the indicators require this kind of calculation you might have these questions yourself as well. If you’re not very familiar with the way Pine Script works you might implement your code in a very inefficient way. Loop through a set or all historical bars in Pine Script Read More →
TradingView just recently added a feature to download your paper trading data. Unfortunately, it works only with pro accounts. But in this article, I’ll show you a hack that will allow you to export this data with any account. So you already did a bunch of trades in your Paper Account and you have some Exporting Paper Trading Data in TradingView with a Free Account Read More →
When you backtest the strategies you most often you use Profit Target and Stop Loss to protect your earnings and limit your loss. All modern backtesting engines should have these essential features. In this article, I will show you how you can use SL and PT in vectorbt library. In vectorbt framework, you can do Using SL and PT in backtesting in Python with vectrobt Read More →
Hi there!Starting from September I’ll have more free time. So I’m considering starting:• Offline courses in Switzerland (Fondue included 😉)• Live private lessons in Zoom.If you’re interested fill following form:https://qntly.com/gform and I’ll keep you posted.
Creating trading bots these days on intraday data become more and more popular days. For simple backtesting trades usually go to Pine Script. But with libraries like vectorbt backtesting in Python become quite simple. Also, not many people know that you can get intraday data for stocks from Yahoo Finance for free. So in summary Backtesting intraday stock strategies in Python with vectorbt Read More →