Support Board
Date/Time: Sun, 24 Nov 2024 23:06:42 +0000
Post From: Issue with UseTool - PLEASE HELP
[2024-02-28 22:07:21] |
sampater - Posts: 244 |
Sierra Chart Engineering, Could you please to check why there is an error in drawing drawings using UseTool. The code above shows this error. The study draws three objects, while it should draw only two: 1) First, it correctly draws "TEXT" (green color) by Tool.DrawingType = DRAWING_TEXT. 2) Then it correctly draws Marker X (red color) by Tool.DrawingType = DRAWING_MARKER. 3) And then, incorrectly duplicates "TEXT" (red color) even though Tool.Clear() function was used. This problem did not occur when I used an old version of Sierra Chart (e.g. version 2068). I checked it again. This example code draws differently in the old version than in the new version. Thank yuo very much ! Date Time Of Last Edit: 2024-02-28 22:15:42
|