Support Board
Date/Time: Wed, 03 Sep 2025 18:42:57 +0000
Post From: Bug in the UseRelativeValue for UseTool
[2014-05-17 10:49:20] |
Marek F - Posts: 245 |
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) |