Pine Script

Pine Script Course Update and Sale!

QuantNomad

A clever way of exporting data with alerts from TradingView

TradingView is not very friendly when it’s coming to exporting/importing custom data. But still, there are ways you can use to do that to some extent. In this article, I’ll show you an export method that will allow you to export custom-calculated data with email alerts. In this article, I’ll work with a simple SMA A clever way of exporting data with alerts from TradingView Read More →

The function ‘XXXX’ should be called on each calculation for consistency. It is recommended to extract the call from this scope

Ever come across the following warning message in Pine Script? It happens quite often for some developers. The function ‘XXX’ should be called on each calculation for consistency. It is recommended to extract the call from this scope. This is not an error per se but rather a warning, which means your script will still The function ‘XXXX’ should be called on each calculation for consistency. It is recommended to extract the call from this scope Read More →

How to Set Price Input Interactively From Chart in Pine Script

Inputs in Pine Script make it possible for traders to change the values that the script uses in its calculation logic. TradingView provided specific widgets for price and other types of input. Recently (late 2021), TradingView introduced a new interactive mode for time and price inputs that allows users to simply modify inputs by clicking How to Set Price Input Interactively From Chart in Pine Script Read More →

How to Export TradingView Backtesting Data With a Free Account

This method doesn’t seem to work anymore, check the following article: Exporting New TradingView Trades metrics to Excel In one of my previous posts, I detailed how it is possible to export strategy backtesting data (but only a Pro+ or Premium TradingView account). If you are a trader/user who only has a free TradingView account, How to Export TradingView Backtesting Data With a Free Account Read More →