Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 22:47:16 +0000



Spreadsheet to ACSIL

View Count: 979

[2018-06-11 10:43:07]
User252419 - Posts: 235
Is there any documentation or method in order to translate a spreadsheet into an ACSIL code?
Thank you
Date Time Of Last Edit: 2018-06-11 10:48:20
[2018-06-11 17:39:59]
Sierra Chart Engineering - Posts: 104368
No something like this would be much too complicated to do programmatically.
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
[2018-07-18 21:56:11]
bradh - Posts: 854
I started creating spreadsheet studies and used them as a basis for learning ACSIL. There are arrays for base data and studies and sc.Subgraph[n][sc.Index], where n is a number that represents your formula column. [sc.Index] represents the latest bar, and [sc.Index-1] represents the bar before that, etc. If you know c++ or have some programming experience, you should be able to pick up enough from the example code in the ACS_Source folder, and the very through online documentation. I suggest you use remote build instead of Visual Studio, if you want to minimize the number of new things you need to learn.

If you want someone to do this for you, I can give you a quote.

brad@forgivingcomputers.com

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

Login

Login Page - Create Account