TradingView

How to Export Data From TradingView Charts and Save It as a CSV File?

Author name: QuantNomad

How to Export Data From TradingView Charts and Save It as a CSV File?

Every now and then, you may need to export TradingView data so you can share it with someone or further analyze it using other apps to reveal deeper insights. TradingView provides a very simple feature to download all your charts data. However, it is important to note that this feature is only available for users How to Export Data From TradingView Charts and Save It as a CSV File? Read More →

How to Export Data From TradingView Charts and Save It as a CSV File? Read More »

How to fix “cannot use a mutable variable as an argument of the security function” error

Here is an example of pivot points calculation in PineScript: This works fine in PineScript: But If you’ll try to compute the same pivots on Higher Time Frame with security function, daily in this case: That won’t work and you will see the following error in console: ” line 12: Cannot use a mutable variable

How to fix “cannot use a mutable variable as an argument of the security function” error Read More »