Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 03:15:51 +0000



Post From: are tool object properties accessable?

[2017-07-04 20:47:52]
dtl-saw - Posts: 79
Are the tool objects drawn onto the chart using the ACSIL sc.UseTool method or even from drawing one by user GUI built such that I can get the properties of each particular tool?

Example: I've drawn a DRAWING_RETRACEMENT object on the chart by giving the Tool function a "starting point" and "ending point" and then the Tool automatically calculated all of the retracement price levels based on the % values I defined for the drawing. So, essentially the instance should have the price levels stored somewhere within the memory space for that object and what I'd like to do is access those calculated values via properties interface with the object - Is that possible? If so can you give a link to all the property names for all the tools?