DrawFibonacciExpansion Method (6)¶
DrawFibonacciExpansion (1 of 6)¶
Summary¶
Draws a Fibonacci expansion.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
time1 | DateTime | The time value of the Fibonacci expansion start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci expansion start point location. |
time2 | DateTime | The time value of the Fibonacci expansion central point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci expansion central point location. |
time3 | DateTime | The time value of the Fibonacci expansion end point location on the X-axis. |
y3 | double | The Y-axis value of the Fibonacci expansion end point location. |
color | Color | The Fibonacci expansion lines color. |
Return Value¶
ChartFibonacciExpansion
Declaring Type¶
DrawFibonacciExpansion (2 of 6)¶
Summary¶
Draws a Fibonacci expansion.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
time1 | DateTime | The time value of the Fibonacci expansion start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci expansion start point location. |
time2 | DateTime | The time value of the Fibonacci expansion central point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci expansion central point location. |
time3 | DateTime | The time value of the Fibonacci expansion end point location on the X-axis. |
y3 | double | The Y-axis value of the Fibonacci expansion end point location. |
color | Color | The Fibonacci expansion lines color. |
thickness | int | The Fibonacci expansion lines thickness. |
Return Value¶
ChartFibonacciExpansion
Declaring Type¶
DrawFibonacciExpansion (3 of 6)¶
Summary¶
Draws a Fibonacci expansion.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
time1 | DateTime | The time value of the Fibonacci expansion start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci expansion start point location. |
time2 | DateTime | The time value of the Fibonacci expansion central point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci expansion central point location. |
time3 | DateTime | The time value of the Fibonacci expansion end point location on the X-axis. |
y3 | double | The Y-axis value of the Fibonacci expansion end point location. |
color | Color | The Fibonacci expansion lines color. |
thickness | int | The Fibonacci expansion lines thickness. |
lineStyle | LineStyle | The Fibonacci expansion lines style. |
Return Value¶
ChartFibonacciExpansion
Declaring Type¶
DrawFibonacciExpansion (4 of 6)¶
Summary¶
Draws a Fibonacci expansion.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
barIndex1 | int | The bar index of the Fibonacci expansion start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci expansion start point location. |
barIndex2 | int | The bar index of the Fibonacci expansion central point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci expansion central point location. |
barIndex3 | int | The bar index of the Fibonacci expansion end point location on the X-axis. |
y3 | double | The Y-axis value of the Fibonacci expansion end point location. |
color | Color | The Fibonacci expansion lines color. |
Return Value¶
ChartFibonacciExpansion
Declaring Type¶
DrawFibonacciExpansion (5 of 6)¶
Summary¶
Draws a Fibonacci expansion.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
barIndex1 | int | The bar index of the Fibonacci expansion start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci expansion start point location. |
barIndex2 | int | The bar index of the Fibonacci expansion central point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci expansion central point location. |
barIndex3 | int | The bar index of the Fibonacci expansion end point location on the X-axis. |
y3 | double | The Y-axis value of the Fibonacci expansion end point location. |
color | Color | The Fibonacci expansion lines color. |
thickness | int | The Fibonacci expansion lines thickness. |
Return Value¶
ChartFibonacciExpansion
Declaring Type¶
DrawFibonacciExpansion (6 of 6)¶
Summary¶
Draws a Fibonacci expansion.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
barIndex1 | int | The bar index of the Fibonacci expansion start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci expansion start point location. |
barIndex2 | int | The bar index of the Fibonacci expansion central point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci expansion central point location. |
barIndex3 | int | The bar index of the Fibonacci expansion end point location on the X-axis. |
y3 | double | The Y-axis value of the Fibonacci expansion end point location. |
color | Color | The Fibonacci expansion lines color. |
thickness | int | The Fibonacci expansion lines thickness. |
lineStyle | LineStyle | The Fibonacci expansion lines style. |
Return Value¶
ChartFibonacciExpansion
Declaring Type¶
Last update: January 27, 2023