Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 05:20:31 +0000



[Programming Help] - Export Zones Study

View Count: 80

[2025-08-11 05:56:23]
Grev - Posts: 9
Is it possible to code a study to export zones or values drawn on a chart into a pinescript template?
[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.
[2025-08-11 20:06:48]
Sierra_Chart Engineering - Posts: 20734
You can certainly export the chart bar and study data. Refer to:
Edit Menu: Edit >> Export Bar and Study Data to Text File
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account