DrawingFibonacciExpansion CLASS

LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 4:08 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 4:08 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 4:10 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 4:10 PM
RayStyle PROPERTY (DrawingLineStyle)
Allows to extend left SYNTAX public DrawingLineStyle RayStyle { get; set; }
Wed, May 9, 2018 at 4:11 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 4:12 PM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 4:12 PM
DrawingFibonacciExpansion (TimePrice point1, TimePrice point2, TimePrice point3, int windowIndex) CONSTRUCTOR
Constructor for a Fibonacci Expansion tool SYNTAX public DrawingFibonacciExpansion (TimePrice point1,TimePrice point2,TimePrice point3,int windowInd...
Wed, May 9, 2018 at 4:14 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 4:15 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 pointInd...
Wed, May 9, 2018 at 4:17 PM