Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 23:38:21 +0000



Post From: Customizable Report that Returns Values from Spreadsheet for Trading when Buy Entry K3=1

[2023-01-10 18:36:18]
User183724 - Posts: 183
ACSILSpreadsheetInteraction.cpp is just a simple primer to show how to read and write to a spreadsheet. you'll need several more lines of code to get what you want.


there are several examples using the function

sc.GetStudyArrayUsingID()

this is the function used to read the other study subgraph

it is one of several functions available. you can view the others here

sc.GetStudyArrayUsingID()

you can use the Notepad++ >> Search >> Find in files

to search files for examples of how to use most of the more common functions. use: C:\SierraChart\ACS_Source in the 'Directory' box.

good luck