DrawingGartleyButterfly CLASS
Constructor for a Gartley Butterfly tool SYNTAX public DrawingGartleyButterfly (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS ...
Sat, May 12, 2018 at 10:57 AM
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:58 AM
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 11:00 AM