Login Page - Create Account

Support Board


Date/Time: Sun, 22 Jun 2025 15:30:04 +0000



Post From: Delete / update text drawing created by ACSIL

[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