The Quant Nomad has over 6 years’ experience in the quantitative trading industry (15+ years in programming).
He has helped more than 200 traders and companies create/optimize their algorithmic trading models.
Exporting Paper Trading Data in TradingView with a Free Account
No Comments

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 β†’

Using SL and PT in backtesting in Python with vectrobt
No Comments

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 β†’

Offline courses in Switzerland and Live Sessions
No Comments

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.

Backtesting intraday stock strategies in Python with vectorbt
No Comments

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 β†’

5 Ways to Send Alerts from TradingView
No Comments

TradingView is a pretty powerful charting tool and there are quite a lot of features. I receive quite a lot of questions about alerts in TradingView. There is quite a lot of ways to send alerts from it, so I decided to create a small article explaining it. Here are 5 ways to send alerts 5 Ways to Send Alerts from TradingView Read More β†’

Backtesting Pine Script Strategies on entire history with Deep Backtesting
No Comments

If you backtest a lot of strategies in TradingView you most likely know that that TradingView is a bit limited in terms of backtesting. If you run backtest in a standard way you get your backtest computed on the last ~ 20k bars only for the most expensive account. And that’s not enought for majority Backtesting Pine Script Strategies on entire history with Deep Backtesting Read More β†’