DrawingGannLine CLASS

DrawingGannLine (TimePrice point, int windowIndex) CONSTRUCTOR
Constructor for a Gann Line tool SYNTAX public DrawingGannLine (TimePrice point,int windowIndex) PARAMETERS point — TimePrice windowIndex —...
Sat, May 12, 2018 at 10:26 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...
Sat, May 12, 2018 at 10:30 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) ...
Sat, May 12, 2018 at 10:32 AM