MT5_COPY_TICKS {MetaTrader} | R Documentation |
Defines possible types of ticks that can be requested using the MT5CopyTicksFrom
and MT5CopyTicksRange
functions:
MT5_COPY_TICKS_ALL | all ticks |
MT5_COPY_TICKS_INFO | ticks with Bid and/or Ask changes |
MT5_COPY_TICKS_TRADE | ticks with changes in Last price and Volume |