Announcement

Collapse
No announcement yet.

Real Time Data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Real Time Data

    Hi,
    I need some Real Time Data using Desktop API, but the Developer i hire told me that through Desktop API we can get real time data only

    Bid, ask etc but i need real time data of

    1.Last Price
    2. Bid
    3. Ask
    4. High
    5. Low

    so can i get real time data of above values using desktop API ? if yes then what will be functions?

    Best Regards

  • #2
    You can obtain last, bid/ask real-time data by calling the RequestSymbol method and process the OnQuoteChanged events. As for historical intraday high/low data, you will need to request this via RequestHistory method and process the OnBarReceived events.

    For further detail, please refer to our documentation and coding samples at:

    Comment

    Working...
    X