DrawingPricePivotZone CLASS

MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 2:41 PM
PPZAreaColor PROPERTY (Color)
Sets/Gets an area color SYNTAX public Color PPZAreaColor { get; set; }
Sat, May 12, 2018 at 2:42 PM
PPZHeight PROPERTY (int)
Defines zone price range in Ticks SYNTAX public int PPZHeight { get; set; }
Sat, May 12, 2018 at 3:00 PM
PriceActionValue PROPERTY (int)
Action price value SYNTAX public int PriceActionValue { get; set; }
Sat, May 12, 2018 at 3:19 PM
PriceResponseTime PROPERTY (int)
Sets/Gets a price response time SYNTAX public int PriceResponseTime { get; set; }
Sat, May 12, 2018 at 3:20 PM
PriceType PROPERTY (PriceTypePPZ)
Close or High/Low price SYNTAX public PriceTypePPZ PriceType { get; set; }
Sat, May 12, 2018 at 3:21 PM
ShowControlPoints PROPERTY (bool)
Draws control points of anchor prices. SYNTAX public bool ShowControlPoints { get; set; }
Sat, May 12, 2018 at 3:22 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 3:22 PM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 3:23 PM
DrawingPricePivotZone (Chart chart, TimePrice point1, TimePrice point2, int windowIndex) CONSTRUCTOR
Constructor for a Price Pivot Zone tool SYNTAX public DrawingPricePivotZone (Chart chart,TimePrice point1,TimePrice point2,int windowIndex) PARA...
Sat, May 12, 2018 at 3:24 PM