Support Board
Date/Time: Fri, 27 Dec 2024 17:23:43 +0000
Post From: ACSIL Drawings Limitation
[2016-04-02 00:57:02] |
Johnny - Posts: 99 |
I have looked into this again and the only way to call multiple s_UseTool instances of the same drawing type at the same index is to set s_UseTool::AddMethod to UTAM_ADD_ALWAYS. However, when I do this I can't stop drawings to appear more than once at the last bar of real-time charts since s_UseTool::AddMethod needs to be set to UTAM_ADD_OR_ADJUST. I haven't found a way to fix both of these issues at the same time.
|