Login Page - Create Account

Support Board


Date/Time: Sun, 22 Jun 2025 12:21:31 +0000



[Programming Help] - Delete / update text drawing created by ACSIL

View Count: 581

[2022-03-25 13:39:18]
tomas262 - Posts: 149
Hi,

could anybody advise how to do that please?

I use the following code to draw (see the image)


SCString slipCounter;
slipCounter.Format("Slip: %i ticks (%f)", (int)(slippage / sc.TickSize), sc.RoundToTickSize(slippage));
sc.AddAndManageSingleTextUserDrawnDrawingForStudy(sc, 0, 2, 91, SlipCounter, 0, slipCounter, 1, 0, 1);


but not sure how to delete because on next trade another text object is drawn above the previous so multiple text objects are drawn one above another
imagescreen.png / V - Attached On 2022-03-25 13:37:36 UTC - Size: 13.2 KB - 162 views

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

Login

Login Page - Create Account