Support Board
Date/Time: Mon, 15 Jun 2026 19:33:09 +0000
[Programming Help] - ACSIL – Is there a way to set transparency for DRAWING_MARKER?
View Count: 498
| [2026-03-16 04:17:55] |
| JEROME7968 - Posts: 18 |
|
Hello, I am developing a custom ACSIL study in Sierra Chart that draws markers using sc.UseTool() with DRAWING_MARKER. Questions: 1. Is transparency supported for DRAWING_MARKER (Circle/Diamond/Square)? 2. If yes, what is the correct ACSIL property to control marker transparency? 3. If not, is there another drawing type recommended for creating transparent Markers? |
| [2026-03-16 13:36:16] |
| Sierra_Chart Engineering - Posts: 24026 |
|
No, Transparency is not supported with the Marker drawing tool. You would need to use the Rectangle tool but this needs to span at least two or more bars. 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 Date Time Of Last Edit: 2026-03-16 13:36:48
|
| [2026-03-31 09:10:19] |
| User181818 - Posts: 10 |
|
It would be nice to have transparency option for the drawings using ACSIL
|
| [2026-05-07 13:04:50] |
| JEROME7968 - Posts: 18 |
|
Can we have any example of how to use this DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE ? any example code ? I cant find any example from studies-studies8 files Is DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE sizes fixed ? only controllable through subgraph table ? Date Time Of Last Edit: 2026-05-07 15:40:04
|
| [2026-05-07 17:46:35] |
| User431178 - Posts: 885 |
|
Is DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE sizes fixed ? only controllable through subgraph table ?
It wouldn't be very variable then though would it. Check the link here, it tells you what you need to know - ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DrawStyle DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE (The sc.Subgraph[].Data[] array contains the Chart Region y- coordinate. The circle size in pixels is controlled through the sc.Subgraph[].Arrays[0][] array.)
|
To post a message in this thread, you need to log in with your Sierra Chart account:
