Support Board
Date/Time: Mon, 03 Nov 2025 09:06:54 +0000
Post From: s_UseTool Tool - Tool.Clear() does not clear Tool.Text
| [2024-05-10 18:09:17] |
| User844411 - Posts: 3 |
|
s_UseTool Draw; Draw.LineStyle = LINESTYLE_SOLID; //Draw.LineNumber = 2; Draw.DrawingType = DRAWING_HORIZONTALLINE; Draw.LineWidth = 2; Draw.BeginValue = sc.Close[sc.IndexOfLastVisibleBar]; Draw.Color = COLOR_GREEN; sc.UseTool(Draw); at the LineNumber is problem.. if you dont define it, green line stay at graph |
