Login Page - Create Account

Support Board


Date/Time: Tue, 23 Jun 2026 22:58:56 +0000



Chart Trading LineNumber

View Count: 17

[2026-06-23 21:24:39]
gambotage - Posts: 39
Hi guys,

Quick one here. Does the Chart Trader's position UI have a LineNumber?

The current pattern being used here is:

Tool.LineNumber = (sc.StudyGraphInstanceID * 1000) + (sc.Index % 500); // reuse every 500 bars

Perhaps this would be better but still unsure how it relates to the Position UI associated with Chart Trading:

Tool.LineNumber = (sc.StudyGraphInstanceID * 1000000) + sc.Index;

Thanks!
imagechart-trader-line-no.png / V - Attached On 2026-06-23 21:20:25 UTC - Size: 21.59 KB - 6 views
[2026-06-23 22:06:59]
Sierra_Chart Engineering - Posts: 24103
The Trade Position line cannot be accessed by ACSIL.

It does not have a line number.
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-06-23 22:07:05
[2026-06-23 22:31:21]
gambotage - Posts: 39
OK great thank you. I guess Text Labels (from sc.UseTool interface) will inherently appear above that Trade Position UI.

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

Login

Login Page - Create Account