DrawingFibonacciPhiChannel CLASS

LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 5:26 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 5:27 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 5:28 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 5:29 PM
RayStyle PROPERTY (DrawingLineStyle)
Sets/Gets a ray style SYNTAX public DrawingLineStyle RayStyle { get; set; }
Wed, May 9, 2018 at 5:30 PM
State PROPERTY (DrawingState)
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Wed, May 9, 2018 at 5:31 PM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 5:31 PM
DrawingFibonacciPhiChannel (TimePrice point1, TimePrice point2, TimePrice point3, int windowIndex) CONSTRUCTOR
Constructor for a Fibonacci PhiChannel tool SYNTAX public DrawingFibonacciPhiChannel (TimePrice point1,TimePrice point2,TimePrice point3,int windowI...
Wed, May 9, 2018 at 6:00 PM
AddFibonacciLevel (FibonacciLevel level) METHOD (Return: void)
add new Fibonacci level to the list of levels SYNTAX public void AddFibonacciLevel (FibonacciLevel level) PARAMETERS level — FibonacciLevel n...
Wed, May 9, 2018 at 6:02 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...
Wed, May 9, 2018 at 6:07 PM