Support Board
Date/Time: Tue, 26 Nov 2024 15:37:53 +0000
Post From: Bug in the UseRelativeValue for UseTool
[2014-05-17 10:49:20] |
sampater - Posts: 244 |
There is a bug in the UseRelativeValue for sc.UseTool, when is used DrawingType = DRAWING_MARKER. If UseRelativeValue is set to 1, then BeginValue is not a relative value, but still as absolute values. E.g., if the BeginValue is set to 2, then the Drawing Marker (tested by MARKER_POINT) is drawing far beyond the area of ​​visibility of the main price graph, and should be drawing the bottom side of the chart. The UseRelativeValue works properly if we use DrawingType = DRAWING_TEXT. (in version 1137) |