Logo

    TICK_DATA

    Description

    Provides essential data useful for algorithmic trading, tick analysis, and high-frequency strategies.

    Important

    All JSON commands you send to MetaSocket should be in a single line format similar to the examples below. Additionally, example replies in this page are presented in a "beautified" format for presentation purposes. Actual replies are always returned in a single line.

    Example

    {"MSG": "TICK_DATA","SYMBOL": "EURUSD"}

    Reply

    {
    "MSG": "TICK_DATA",
    "SYMBOL": "EURUSD",
    "BID": 1.08245,
    "ASK": 1.08247,
    "LAST": 1.08246,
    "VOLUME": 150,
    "TIME": 1703875200,
    "FLAGS": 6
    }