Symbol Info Number

Enumeration of numeric symbol properties that can be retrieved using GetSymbolNumberProperty.

Values

Enum Value
Description

SYMBOL_PRICE_BID

Current bid price

SYMBOL_PRICE_ASK

Current ask price

SYMBOL_POINT_VALUE

Point value in the deposit currency

SYMBOL_TICK_VALUE

Value of SYMBOL_TICK_SIZE in deposit currency

SYMBOL_TICK_SIZE

Minimal price change

SYMBOL_CONTRACT_SIZE

Contract size

SYMBOL_SWAP_LONG_RATE

Long swap value

SYMBOL_SWAP_SHORT_RATE

Short swap value

SYMBOL_INITIAL_MARGIN

Initial margin

SYMBOL_MIN_VOLUME

Minimal volume for a deal

SYMBOL_MAX_VOLUME

Maximal volume for a deal

SYMBOL_VOLUME_STEP_SIZE

Minimal volume change step for deal execution

SYMBOL_IS_SELECTED

Whether the symbol is selected

SYMBOL_IS_VISIBLE

Whether the symbol is visible

SYMBOL_CURRENT_SPREAD

Current spread

SYMBOL_PROFIT_CALCULATION_MODE

Profit calculation mode

SYMBOL_TRADING_MODE

Trading mode

SYMBOL_TRADING_START_TIME

Trading start time

SYMBOL_ORDER_EXPIRATION_TIME

Order expiration time

SYMBOL_STOPS_LEVEL

Stops level

SYMBOL_DECIMAL_PLACES

Decimal places

SYMBOL_FLOATING_SPREAD

Floating spread

SYMBOL_SWAP_CALCULATION_MODE

Swap calculation mode

SYMBOL_SWAP_TRIPLE_DAY

Swap triple day

Usage Example

Last updated