DrawingFibonacciRetracement CLASS
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 6:28 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 6:29 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 6:30 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 6:31 PM
Sets/Gets a ray style SYNTAX public DrawingLineStyle RayStyle { get; set; }
Wed, May 9, 2018 at 6:32 PM
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Wed, May 9, 2018 at 6:32 PM
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 6:33 PM
Constructor for a Fibonacci Retracement tool SYNTAX public DrawingFibonacciRetracement (TimePrice point1,TimePrice point2,int windowIndex) PARAM...
Wed, May 9, 2018 at 6:59 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 7:02 PM
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 7:04 PM