Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 08:31:30 +0000



how get the strike price - programmatically

View Count: 324

[2023-05-13 20:58:08]
User12089 - Posts: 361
the SC Quote Board contains a data field called Strike Price which does get populated when the symbol is an Option - and that works fine

the above is then an indication that there should be a way to retrieve the strike price for a symbol programmatically as e.g. as Output Graph of some of the SC studies (so then it can be piped in other studies, spreadsheet studies etc) or in the worst case an ACSIL function ?

1) is there any way to get the Strike Price Data for the current chart symbol and include it in other chart studies, formulas etc?

2) is there any way to get the Strike Price Data for when the symbol is added to a chart with the Add Additional Study?

------

it seems that there is a ACSIL function which can do that - sc.GetSymbolDataValue() - but is there a way to do that without resorting to ACSIL?
Date Time Of Last Edit: 2023-05-13 21:03:49
[2023-05-15 14:33:34]
John - SC Support - Posts: 36350
The Strike Price is not accessible directly within the system. If it is available through that ACSIL function, then that would be the only way to get to the data.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-05-16 09:39:30]
Sierra_Chart Engineering - Posts: 17200
This is the only function to do this:
sc.GetSymbolDataValue()
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