DrawingFibonacciPhiChannel CLASS
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 5:26 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 5:27 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 5:28 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 5:29 PM
Sets/Gets a ray style SYNTAX public DrawingLineStyle RayStyle { get; set; }
Wed, May 9, 2018 at 5:30 PM
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
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 5:31 PM
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
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
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