Support Board
Date/Time: Sun, 24 Nov 2024 19:49:25 +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 |