Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 02:17:37 +0000



Post From: No Build any files cpp

[2023-01-04 21:11:52]
User431178 - Posts: 417
The available variables/functions are lilsted:
ACSIL Interface Members - Variables and Arrays
https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html

There is more information here:
ACSIL Programming Concepts

For drawing on the chart area, there are two options:
1) Use drawing tools from ACSIL: Using Drawing Tools From an Advanced Custom Study
2) Use windows GDI: ACSIL Programming Concepts: Custom Free Form Drawing into Chart Window Using GDI (Graphics Device Interface)

Based on your sample code, seems option 2 could be suitable, there is even a simple example available.