ChartAndrewsPitchfork¶
Summary¶
Represents the Andrew's Pitchfork chart object. A tool that helps to identify possible support and resistance levels with the three parallel lines.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
See Also¶
Properties¶
Time1¶
Summary
Gets or sets the time value for the Andrew's Pitchfork point 1.
Signature
1 |
|
Return Value
DateTime
Time2¶
Summary
Gets or sets the time value for the Andrew's Pitchfork point 2.
Signature
1 |
|
Return Value
DateTime
Time3¶
Summary
Gets or sets the time value for the Andrew's Pitchfork point 3.
Signature
1 |
|
Return Value
DateTime
Y1¶
Summary
Gets or sets the Y-axis value for the Andrew's Pitchfork point 1.
Signature
1 |
|
Return Value
double
Y2¶
Summary
Gets or sets the Y-axis value for the Andrew's Pitchfork point 2.
Signature
1 |
|
Return Value
double
Y3¶
Summary
Gets or sets the Y-axis value for the Andrew's Pitchfork point 3.
Signature
1 |
|
Return Value
double
Thickness¶
Summary
Gets or sets the chart object lines thickness.
Signature
1 |
|
Return Value
int
Related Tutorials
Color¶
Summary
Gets or sets the chart object lines color.
Signature
1 |
|
Return Value
Color
LineStyle¶
Summary
Gets or sets the chart object lines style.
Signature
1 |
|
Return Value
LineStyle