Support Board
Date/Time: Tue, 26 Aug 2025 06:59:04 +0000
Post From: Export Zones Study
[2025-08-11 10:38:29] |
DFromeaux - Posts: 17 |
Hi, PineScript has no external input/output capabilities. It is completely closed and self-contained. The simplest approach is to create a study in ACSIL for Sierra Chart that generates a large formatted text string containing all the zones. You can then either copy this text to the clipboard or export it to a .txt file. Next, you would create a study in PineScript for TradingView that allows the user to paste the string into a user setting, then properly parse the string to retrieve the information and use it. |