Login Page - Create Account

Support Board


Date/Time: Wed, 24 Jun 2026 00:23:43 +0000



Post From: Chart Trading LineNumber

[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