Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 11:48:03 +0000



Exporting Inputs and variables

View Count: 838

[2018-10-10 11:45:43]
User470516 - Posts: 78
Dear Sierra Chart Team,

1- Is it possible to export inputs and variables defined in studies (and visible in "settings and inputs" of the study window) to excel or access so that the export of subgraph data can be related to their associated inputs?

2- Is it possible from a study to access to those inputs in other charts in a similar way we access study arrays from a different chart?

Thank you for the support!

Regards,

Laurent
[2018-10-10 21:54:55]
Sierra Chart Engineering - Posts: 104368
1. No.

2. Refer to:

sc.GetChartStudyInputFloat()
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2019-05-30 02:01:02]
uM8137 - Posts: 180
Corresponding to sc.GetChartStudyInput{Int,Float,String}(), it would be very nice to be able to get the Name of the field from the study. For example, by calling the hypothetical additional API function

sc.GetChartStudyInputName()

This would be very helpful for confirming that the expected Int,Float,String field has not been moved by a recent field addition or reordering. Also it would let us discover the number of fields, as this is not otherwise available, since only named fields are shown.

sc.GetChartStudyInputType() returning an enum of INT_FIELD, DOUBLE_FIELD, INDEX_FIELD, STRING_FIELD would also be very helpful in properly introspecting.

Thank you for considering these additions.
Date Time Of Last Edit: 2019-05-30 02:15:05

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

Login

Login Page - Create Account