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.
How to create a custom screener in TradingView?
No Comments

TradingView is limited in some ways and unfortunately, it’s not possible to create a custom screener in TradingView using standard features. However, you can create a simple screener using PineScript, receive screener filters as alerts, and even resend them to the telegram. Here I will show you how you can do that. Here you can How to create a custom screener in TradingView? Read More →

Best Free API for Historical Stock Data – Examples in R
4 Comments

We live in a very nice world where access to data becomes more and more affordable. In this article I will show you 3 best free stocks API, in my opinion, you can use to get historical data for stocks. Some of these APIs are freemium, they have paid both free and paid plans. But Best Free API for Historical Stock Data – Examples in R Read More →

Example of fancy complex strategy alerts in TradingView
No Comments

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 →

Code for the video “Creating Complex Сustom Alerts in TradingView”
No Comments
Exporting New TradingView Trades metrics to Excel
15 Comments

If you follow me you probably have seen a video about new metrics for backtesting results TradingView introduced a few weeks ago: In Autoview plugin for Chrome, there is a quite handy feature that allows you to copy backtesting results to Excel. Unfortunately, this feature doesn’t work with new columns and copied data won’t have Exporting New TradingView Trades metrics to Excel Read More →

Creating alerts for strategy with Stop Loss and Profit Target in TradingView
1 Comment