Support Board
Date/Time: Mon, 25 Nov 2024 03:36:30 +0000
Post From: drawing a marker, issues with repeated drawing
[2023-10-10 08:46:09] |
User907968 - Posts: 823 |
However, this only gives a marker on the most recent bar that fulfills
(worse: "had fullfilled sometime during bar formation") this condition. What do I need to change to "keep" the drawings? Remove this line, it is not needed. int UniqueLineNumber = 74191;
Reusing the same drawing number means you have only one instance of the drawing. Addtionally, is there a way to NOT draw during bar formation but only for finished bars?
sc.GetBarHasClosedStatus() Date Time Of Last Edit: 2023-10-10 08:46:22
|