MT5_TICK_FLAG {MetaTrader} | R Documentation |
Defines possible flags the ticks can have. The flags are used in the MT5CopyTicksFrom
and MT5CopyTicksRange
functions.
MT5_TICK_FLAG_BID | tick changed the Bid price |
MT5_TICK_FLAG_ASK | tick changed the Ask price |
MT5_TICK_FLAG_LAST | tick changed the last deal price |
MT5_TICK_FLAG_VOLUME | tick changed the volume |
MT5_TICK_FLAG_BUY | tick generated a result of a buy deal |
MT5_TICK_FLAG_SELL | tick generated a result of a sell deal |