Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 05:16:41 +0000



[Programming Help] - How to Show ACSIL UserTools on Multiple Charts?

View Count: 778

[2018-11-13 14:29:43]
BlakJak - Posts: 108
I created a study which uses UserTool to draw lines and rectangles on my chart. I noticed that those drawings were not copied over to my other charts when drawn (unlike my manually drawn lines and rectangles).

How do I get tools drawn by Studies to be copied over without having to add the Study to each of those charts?
[2018-11-13 18:30:58]
Sierra Chart Engineering - Posts: 104368
This is not supported when using the feature to copy drawings from one chart to another.

But it is possible to set a user drawn drawing to be added to a different chart as compared to the chart the study is on. Refer to:
Using Drawing Tools From an Advanced Custom Study: s_UseTool::ChartNumber
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
Date Time Of Last Edit: 2018-11-13 18:31:34
[2023-03-15 09:53:46]
User907967 - Posts: 53
Hi, can one access drawings from another chart via ACSIL?

Say I have chart 1 with a bespoke ACSIL study and chart 2 with generated drawings using the following:

  Tool.LockDrawing = true;
  Tool.AddMethod = UTAM_ADD_OR_ADJUST;
  Tool.TransparentLabelBackground = true;
  Tool.AddAsUserDrawnDrawing = true;
  Tool.AllowCopyToOtherCharts = true;

On Chart 1, I've been fiddling with sc.GetUserDrawnChartDrawing whilst trying to navigate through the drawings on chart 2 but was unsuccessful.

Any thoughts?

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

Login

Login Page - Create Account