Support Board
Date/Time: Tue, 04 Mar 2025 21:25:48 +0000
BUG with DRAWING_DATE_MARKER in ACSIL
View Count: 596
[2021-12-07 16:30:09] |
ZenAlchemist - Posts: 23 |
Using the drawing tool "DRAWING_DATE_MARKER" doesn't seem to work from ACSIL. Am I missing something? SCString MessageText; int result; s_UseTool Tool; Tool.Clear(); Tool.DrawingType = DRAWING_DATE_MARKER; Tool.ChartNumber = sc.ChartNumber; Tool.AddMethod = UTAM_ADD_OR_ADJUST; Tool.BeginDateTime = TradeEntry.OpenDateTime; Tool.BeginValue = (float)TradeEntry.AverageEntryPrice; Tool.UseToolConfigNum = 1; result = sc.UseTool(Tool); MessageText.Format("Result of DRAWING_DATE_MARKER> Index: %d, Error Code: %d ", sc.Index, result); sc.AddMessageToLog(MessageText, 0); Result in message log: ... Result of DRAWING_DATE_MARKER> Index: 1787, Error Code: 0 | 2021-12-07 10:26:03.077 |
[2021-12-07 18:58:14] |
User907968 - Posts: 833 |
Maybe need to add chart region? Tool.Region = sc.GraphRegion;
|
[2021-12-07 19:29:30] |
ZenAlchemist - Posts: 23 |
Thanks, but no, tried that. It is a Sierra Chart bug. Now they have marked this as Programming Help, so I will probably have to created another support board message and put BUG in the title. (this issue was raised before)
|
[2021-12-08 18:50:55] |
User99735 - Posts: 234 |
Try adding other attributes, like Tool.MarkerSize, Tool.Color, etc.
|
[2021-12-15 21:38:53] |
|
We will check this.
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 |
[2022-01-04 06:22:08] |
|
There is no support for the Date Marker drawing from ACSIL. That is the issue. We looked at adding support for this but this is somewhat involved. And we cannot allocate time to it now.
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 |
To post a message in this thread, you need to log in with your Sierra Chart account: