DrawingPPZ CLASS

MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 2:01 PM
PPZHeight PROPERTY (int)
Defines zone price range in Ticks SYNTAX public int PPZHeight { get; set; }
Sat, May 12, 2018 at 2:02 PM
PriceActionValue PROPERTY (int)
Action price value SYNTAX public int PriceActionValue { get; set; }
Sat, May 12, 2018 at 2:03 PM
PriceType PROPERTY (PriceTypePPZ)
Close or High/Low price SYNTAX public PriceTypePPZ PriceType { get; set; }
Sat, May 12, 2018 at 2:04 PM
ShowControlPoints PROPERTY (bool)
Draws control points of anchor prices. SYNTAX public bool ShowControlPoints { get; set; }
Sat, May 12, 2018 at 2:05 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 2:06 PM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 2:06 PM
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 2:08 PM
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) ...
Sat, May 12, 2018 at 2:10 PM