Skip to content

ChartObjectType

Summary

The chart object types.

Signature

1
public enum ChartObjectType

Namespace

cAlgo.API

Fields

HorizontalLine

Summary

The horizontal line. The line parallel to the X-axis that can be set on any Y-axis value.

Signature

1
public static ChartObjectType HorizontalLine;

Return Value

ChartObjectType

VerticalLine

Summary

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

Signature

1
public static ChartObjectType VerticalLine;

Return Value

ChartObjectType

TrendLine

Summary

The trend line. The line with the start and end points that can be drawn in any direction on the chart.

Signature

1
public static ChartObjectType TrendLine;

Return Value

ChartObjectType

Text

Summary

The text that can be placed directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType Text;

Return Value

ChartObjectType

StaticText

Summary

The static positioned text that can be placed on fixed locations in the chart

Signature

1
public static ChartObjectType StaticText;

Return Value

ChartObjectType

Icon

Summary

The icon. The collection of icons that can be placed directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType Icon;

Return Value

ChartObjectType

FibonacciRetracement

Summary

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.

Signature

1
public static ChartObjectType FibonacciRetracement;

Return Value

ChartObjectType

FibonacciExpansion

Summary

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.

Signature

1
public static ChartObjectType FibonacciExpansion;

Return Value

ChartObjectType

FibonacciFan

Summary

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.

Signature

1
public static ChartObjectType FibonacciFan;

Return Value

ChartObjectType

AndrewsPitchfork

Summary

The Andrews Pitchfork that can be placed directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType AndrewsPitchfork;

Return Value

ChartObjectType

Rectangle

Summary

The rectangle of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType Rectangle;

Return Value

ChartObjectType

Ellipse

Summary

The ellipse of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType Ellipse;

Return Value

ChartObjectType

Triangle

Summary

The triangle of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType Triangle;

Return Value

ChartObjectType

EquidistantChannel

Summary

The equidistant channel that can be placed directly in the chart, bound to X-Y axises.

Signature

1
public static ChartObjectType EquidistantChannel;

Return Value

ChartObjectType

Drawing

Summary

The user drawings in the chart with Pencil

Signature

1
public static ChartObjectType Drawing;

Return Value

ChartObjectType

ArrowLine

Summary

The arrow line.

Signature

1
public static ChartObjectType ArrowLine;

Return Value

ChartObjectType

FibonacciTimezones

Summary

The Fibonacci Timezones

Signature

1
public static ChartObjectType FibonacciTimezones;

Return Value

ChartObjectType