DrawingFibonacciSpiral CLASS
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 7:18 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 7:18 PM
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 7:19 PM
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 7:20 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 7:21 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 7:22 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 7:22 PM
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Wed, May 9, 2018 at 7:23 PM
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 7:24 PM
Constructor for a Fibonacci Spiral tool SYNTAX public DrawingFibonacciSpiral (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS p...
Wed, May 9, 2018 at 7:25 PM