IsUserDrawn
<< Click to Display Table of Contents >> IsUserDrawn |
Definition
Indicates if the drawing tool was manually drawn by a user as opposed to programmatically drawn by a NinjaScript object (such as an indicator or strategy).
A bool value which when true if the draw object was manually drawn ; otherwise false. This property is read-only
IsUserDrawn
if (IsUserDrawn) { // do something only if the object was drawn manually } |