ChartFibonacciRetracement¶
Summary¶
Represents the Fibonacci Retracement chart object.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Time1 { get; set; } | Gets or sets the value 1 on the Time line. |
Time2 { get; set; } | Gets or sets the value 2 on the Time line. |
Y1 { get; set; } | Gets or sets the value 1 on the Y-axis. |
Y2 { get; set; } | Gets or sets the value 2 on the Y-axis. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
See Also¶
Last update: March 17, 2023