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
Properties¶
Name | Description |
---|---|
Time1 { get; set; } | Gets or sets the time value for the Andrew's Pitchfork point 1. |
Time2 { get; set; } | Gets or sets the time value for the Andrew's Pitchfork point 2. |
Time3 { get; set; } | Gets or sets the time value for the Andrew's Pitchfork point 3. |
Y1 { get; set; } | Gets or sets the Y-axis value for the Andrew's Pitchfork point 1. |
Y2 { get; set; } | Gets or sets the Y-axis value for the Andrew's Pitchfork point 2. |
Y3 { get; set; } | Gets or sets the Y-axis value for the Andrew's Pitchfork point 3. |
Thickness { get; set; } | Gets or sets the chart object lines thickness. |
Color { get; set; } | Gets or sets the chart object lines color. |
LineStyle { get; set; } | Gets or sets the chart object lines style. |
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¶
Last update: March 23, 2023