Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 02:20:04 +0000



Post From: Labels on overlapping Horizontal ACSIL generated lines

[2019-06-13 02:14:01]
HAB-User115006 - Posts: 38
I am using ACSIL s_UseTool to draw multiple lines with DT_LEFT | DT_VCENTER alignment, sometimes these line will overlap at a price level. When this happens the labels associated with the lines will also overlap and become illegible and is a problem to asertain what named price level was touched.

One of the solutions is for me to write code to determine which levels are overlapping and then perhaps concatenate the labels on EVERY tick or bar close, this could be inefficient since you are already doing a lot of the work.

I see that you already have the logic in place that determines and displays the number of 'Additional' lines when I select a line. I would request you also display the combined comma seperated labels at that price levels - this would be more efficient and I am sure would be useful to others too.

Thanks so much for your consideration...