Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 08:58:42 +0000



Post From: Exporting Inputs and variables

[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