Support Board
Date/Time: Mon, 25 Nov 2024 16:27:24 +0000
Post From: ACSIL: multiple drawings
[2014-02-18 14:40:21] |
User40117 - Posts: 56 |
hello, i'm unable to draw multiple markers in the same chart, the ToolID is a const int what am i doing wrong ? Tool.Clear();
Tool.DrawingType = DRAWING_MARKER; Tool.LineNumber = ToolId + 1; Tool.BeginDateTime = sc.BaseDateTimeIn[sc.Index]; Tool.BeginValue = sc.High[sc.Index]; Tool.Color = RGB(0,200,200); Tool.AddMethod = UTAM_ADD_OR_ADJUST; Tool.MarkerType = MARKER_X; Tool.MarkerSize = 8; Tool.LineWidth = 5; sc.UseTool(Tool); |