Enum FibonacciRetracementAnnotation.LabelFormat
Controls how the numeric portion of each level's label text is formatted.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum FibonacciRetracementAnnotation.LabelFormat extends Enum<tradingAnnotations.FibonacciRetracementAnnotation.LabelFormat>
Fields
| Name | Description |
|---|---|
| PERCENT | e.g. "78.6% 66K" \u2014 the ratio expressed as a percentage followed by the price. |
| RATIO | e.g. "0.786 (66K)" \u2014 the raw Fibonacci ratio followed by the price in parentheses. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |