DrawingABCPattern CLASS

State PROPERTY (DrawingState)
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Wed, May 9, 2018 at 9:32 AM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 9:35 AM
WaveB PROPERTY (double)
Sets/Gets a wave b parameter SYNTAX public double WaveB { get; set; }
Wed, May 9, 2018 at 9:36 AM
WaveC PROPERTY (double)
Sets/Gets a wave c parameter SYNTAX public double WaveC { get; set; }
Wed, May 9, 2018 at 9:37 AM
DrawingABCPattern CONSTRUCTOR (TimePrice point1, TimePrice point2, TimePrice point3, int windowIndex)
Constructor for an ABC pattern tool SYNTAX public DrawingABCPattern (TimePrice point1,TimePrice point2,TimePrice point3,int windowIndex) PARAMET...
Wed, May 9, 2018 at 9:39 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 9:40 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 9:43 AM