Skip to content

PriceType

Summary

An enumeration of the different price types.

Signature

1
public enum PriceType

Namespace

cAlgo.API

Fields

Open

Summary

Bar Open price.

Signature

1
public static PriceType Open;

Return Value

PriceType

High

Summary

Bar High price.

Signature

1
public static PriceType High;

Return Value

PriceType

Low

Summary

Bar Low price.

Signature

1
public static PriceType Low;

Return Value

PriceType

Close

Summary

Bar close price.

Signature

1
public static PriceType Close;

Return Value

PriceType

TickVolume

Summary

Bar tick volume.

Signature

1
public static PriceType TickVolume;

Return Value

PriceType

Median

Summary

Bar median price.

Signature

1
public static PriceType Median;

Return Value

PriceType

Typical

Summary

Bar typical price.

Signature

1
public static PriceType Typical;

Return Value

PriceType

Weighted

Summary

Bar weighted price.

Signature

1
public static PriceType Weighted;

Return Value

PriceType