Skip to content

Series Array Identifiers

Series Array Identifiers

Series array identifier used with ArrayCopySeries(), iHighest() and iLowest() functions. It can be any of the following values:

IDValueDescription
MODE_OPEN0Open price
MODE_LOW1Low price
MODE_HIGH2High price
MODE_CLOSE3Close price
MODE_VOLUME4Volume, used in iLowest() and iHighest() functions
MODE_TIME5Bar open time, used in ArrayCopySeries() function

Last updated on