Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 14:03:51 +0000



Post From: How to Show ACSIL UserTools on Multiple Charts?

[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?