DrawingTopBottomPattern CLASS

LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 6:22 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 6:23 PM
PPZHeight PROPERTY (int)
Defines zone price range in Ticks SYNTAX public int PPZHeight { get; set; }
Sat, May 12, 2018 at 6:24 PM
PriceActionValue PROPERTY (int)
Action price value SYNTAX public int PriceActionValue { get; set; }
Sat, May 12, 2018 at 6:25 PM
PriceType PROPERTY (PriceTypePPZ)
Close or High/Low price SYNTAX public PriceTypePPZ PriceType { get; set; }
Sat, May 12, 2018 at 6:26 PM
ShowControlPoints PROPERTY (bool)
Draws control points of anchor prices. SYNTAX public bool ShowControlPoints { get; set; }
Sat, May 12, 2018 at 6:26 PM
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 6:27 PM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 6:28 PM
TopAreaColor PROPERTY (Color)
Sets/Gets a top area color SYNTAX public Color TopAreaColor { get; set; }
Sat, May 12, 2018 at 6:29 PM
DrawingTopBottomPattern (TimePrice point1, TimePrice point2, int windowIndex) CONSTRUCTOR
Constructor for a top-bottom pattern tool SYNTAX public DrawingTopBottomPattern (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS ...
Sat, May 12, 2018 at 6:30 PM