DrawingEllipse CLASS
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 12:22 PM
Constructor for an Ellipse tool SYNTAX public DrawingEllipse (TimePrice point1,TimePrice point2,TimePrice point3,int windowIndex) PARAMETERS ...
Wed, May 9, 2018 at 12:32 PM
returns point coordinates in a chart measure format - time(X) price(Y) SYNTAX public TimePrice GetPoint (int pointIndex) PARAMETERS pointInde...
Wed, May 9, 2018 at 12:35 PM
sets drawing's point coordinates in a chart measure format - time(X) price(Y) SYNTAX public void SetPoint (int pointIndex,TimePrice newPoint) ...
Wed, May 9, 2018 at 12:38 PM