DrawingGartleyButterfly CLASS
Sets/Gets a bearish color SYNTAX public Color BearishGartleyColor { get; set; }
Sat, May 12, 2018 at 10:41 AM
Sets/Gets a bullish color SYNTAX public Color BullishGartleyColor { get; set; }
Sat, May 12, 2018 at 10:42 AM
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 10:43 AM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 10:44 AM
Sets/Gets a Fibonacci line color SYNTAX public Color FibonacciLineColor { get; set; }
Sat, May 12, 2018 at 10:44 AM
Sets/Gets a Fibonacci line style SYNTAX public DrawingLineStyle FibonacciLineStyle { get; set; }
Sat, May 12, 2018 at 10:46 AM
Sets/Gets a Fibonacci line width SYNTAX public int FibonacciLineWidth { get; set; }
Sat, May 12, 2018 at 10:46 AM
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 10:47 AM
Sets/Gets a label background color SYNTAX public Color LabelBackgroundColor { get; set; }
Sat, May 12, 2018 at 10:48 AM
Sets/Gets a label font SYNTAX public Font LabelFont { get; set; }
Sat, May 12, 2018 at 10:49 AM