DrawingTopBottomPattern
class
Plots a top-bottom pattern tool
Properties
BottomAreaColor Color | Sets/Gets a bottom area color |
ChartId string | Chart Id in which was created given drawing |
ControlPoints int | Quantity of control points |
CreationMode CreationMode | Drawing creation mode - manually or from code/script |
FractalDimension int | Fractal dimension size |
Id string | Current drawing identificator |
LabelBackgroundColor Color | PPZ label fill color |
LabelTextColor Color | PPZ label text color |
LineColor Color | Drawing's contour line color |
LineStyle DrawingLineStyle | Drawing's contour line style |
LineWidth int | Drawing's contour line width |
MoveToBackground bool | Prints drawing behind the chart |
PPZHeight int | Defines zone price range in Ticks |
PriceActionValue int | Action price value |
PriceType PriceTypePPZ | Close or High/Low price |
ShowControlPoints bool | Draws control points of anchor prices. |
State DrawingState | Drawing locking state - locked or unlocked(can be managed from the terminal) |
SynchronizeWithCharts bool | Represents drawing in all charts that had same Instrument |
TopAreaColor Color | Sets/Gets a top area color |
Constructors
DrawingTopBottomPattern (TimePrice point1, TimePrice point2, int windowIndex) | Constructor for a top-bottom pattern tool |
Methods
GetPoint (int pointIndex) Return: TimePrice | returns point coordinates in a chart measure format - time(X) price(Y) |
SetPoint (int pointIndex, TimePrice newPoint) Return: void | sets drawing's point coordinates in a chart measure format - time(X) price(Y) |