DrawingAndrewsPitchfork CLASS

DrawingAndrewsPitchfork (TimePrice point1, TimePrice point2, TimePrice point3, int windowIndex) CONSTRUCTOR
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
GetPoint (int pointIndex) METHOD (Return: TimePrice)
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
SetPoint (int pointIndex, TimePrice newPoint) METHOD (Return: void)
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