Skip to content

PriceAlertCondition

Summary

Represents the price alert conditions.

Signature

1
public enum PriceAlertCondition

Namespace

cAlgo.API

See Also

Fields

HigherOrEqual

Summary

Price alert will be triggered if symbol price is above or equal than alert price.

Signature

1
PriceAlertCondition.HigherOrEqual;

Return Value

PriceAlertCondition

LowerOrEqual

Summary

Price alert will be triggered if symbol price is lower or equal than alert price.

Signature

1
PriceAlertCondition.LowerOrEqual;

Return Value

PriceAlertCondition