DrawingFibonacciRetracement CLASS
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 6:14 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 6:15 PM
Sets/Gets a data format SYNTAX public DrawingFibonacciDataFormat DataFormat { get; set; }
Wed, May 9, 2018 at 6:17 PM
Allows to extend left SYNTAX public bool ExtendLeft { get; set; }
Wed, May 9, 2018 at 6:20 PM
Allows to extend right SYNTAX public bool ExtendRight { get; set; }
Wed, May 9, 2018 at 6:21 PM
The array of Fibonacci Levels SYNTAX public FibonacciLevel[] FibonacciLevels { get; set; }
Wed, May 9, 2018 at 6:22 PM
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 6:25 PM
Level's label fill color SYNTAX public Color LabelBackgroundColor { get; set; }
Wed, May 9, 2018 at 6:26 PM
Level's label font SYNTAX public Font LabelFont { get; set; }
Wed, May 9, 2018 at 6:27 PM
Level's label font color SYNTAX public Color LabelTextColor { get; set; }
Wed, May 9, 2018 at 6:27 PM