DrawingGannGrid CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 9:40 AM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 9:46 AM
Id PROPERTY (string)
Current drawing identification SYNTAX public string Id { get; }
Sat, May 12, 2018 at 9:45 AM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 9:46 AM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 9:49 AM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 9:57 AM
State PROPERTY (DrawingState)
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Sat, May 12, 2018 at 9:58 AM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 9:58 AM
DrawingGannGrid (TimePrice point1, TimePrice point2, int windowIndex) CONSTRUCTOR
Constructor for a Gann Grid tool SYNTAX public DrawingGannGrid (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS point1 — TimePr...
Sat, May 12, 2018 at 10:05 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:12 AM