Support Board
Date/Time: Sun, 24 Nov 2024 18:02:49 +0000
Post From: delete - sc.AddAndManageSingleTextUserDrawnDrawingForStudy
[2024-05-23 18:24:04] |
User92573 - Posts: 530 |
Dear Support I'm using sc.AddAndManageSingleTextUserDrawnDrawingForStudy //but I can't seem to delete it as I'm not sure of it's number and unlike other tools I'm not setting and remembering it.
I've added: sc.DeleteUserDrawnACSDrawing(sc.ChartNumber, r_DrawingTextLineNumber); //but where is r_DrawingTextLineNumber being set?
Here is the tools code: sc.AddAndManageSingleTextUserDrawnDrawingForStudy
(sc , 0 , Input_HorizontalPosition.GetInt() , Input_VerticalPosition.GetInt() , Subgraph_TextDisplay , TransparentLabelBackground , ValueText , DrawAboveMainPriceGraph , 0 , UseBoldFont); Any help appreciated. Many thanks. |