Skip to content

ChartObjectType

Summary

The chart object types.

Signature

1
public enum ChartObjectType

Namespace

cAlgo.API

Fields

Name Description
HorizontalLine The horizontal line. The line parallel to the X-axis that can be set on any Y-axis value.
VerticalLine The vertical line. The line parallel to the Y-axis that can be set on any X-axis value. used to mark certain time event or chart bar on the chart.TBD
TrendLine The trend line. The line with the start and end points that can be drawn in any direction on the chart.
Text The text that can be placed directly in the chart, bound to X-Y axises.
StaticText The static positioned text that can be placed on fixed locations in the chart
Icon The icon. The collection of icons that can be placed directly in the chart, bound to X-Y axises.
FibonacciRetracement The Fibonacci Retracement that can be placed directly in the chart, bound to X-Y axises. - a charting technique that uses the Fibonacci ratios to indicate the areas of support or resistance.
FibonacciExpansion The Fibonacci Expansion that can be placed directly in the chart, bound to X-Y axises. - a charting technique used to plot possible levels of support and resistance by tracking not only the primary trend but also the retracement.
FibonacciFan The Fibonacci Fan that can be placed directly in the chart, bound to X-Y axises. a charting technique used to estimate support and resistance levels by drawing the new trend lines based on the Fibonacci Retracement levels.
AndrewsPitchfork The Andrews Pitchfork that can be placed directly in the chart, bound to X-Y axises.
Rectangle The rectangle of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises.
Ellipse The ellipse of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises.
Triangle The triangle of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises.
EquidistantChannel The equidistant channel that can be placed directly in the chart, bound to X-Y axises.
Drawing The user drawings in the chart with Pencil
ArrowLine The arrow line.
FibonacciTimezones The Fibonacci Timezones

Last update: March 23, 2023