DrawingAndrewsPitchfork CLASS
Constructor for an Andrews Pitchfork's trendlines SYNTAX public DrawingAndrewsPitchfork (TimePrice point1,TimePrice point2,TimePrice point3,int ...
Wed, May 9, 2018 at 10:00 AM
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 10:02 AM
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 10:03 AM