DrawingFibonacciExpansion CLASS
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 4:08 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 4:08 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 4:10 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 4:10 PM
Allows to extend left SYNTAX public DrawingLineStyle RayStyle { get; set; }
Wed, May 9, 2018 at 4:11 PM
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
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 4:12 PM
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
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
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