Announcement

Collapse
No announcement yet.

Historical equivalent of getMostRecent... methods

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

  • Historical equivalent of getMostRecent... methods

    I am creating an EFS custom chart. For my calculations, I am using the following functions:

    getMostRecentBid()
    getMostRecentAsk()
    getMostRecentTrade()
    getMostRecentTradeSize()

    The documentation on these methods states that these functions can only be used in realtime. Are there any corresponding functions out there that can either provide this information on historical data, or, at least, simulate the values closely?

  • #2
    jimw
    Not to my knowledge. You may want to submit a suggestion by sending an email to [email protected] or by selecting Customer Support-> Make A Suggestion in the main menu of eSignal
    Alex

    Comment


    • #3
      Alright, it looks like efs directly won't do what I want. My next question is whether the Desktop API provides access to the bid and ask history data. If so, can I write a DLL that provides access to that data and then the efs program can use the DLL to graph the data.

      Comment


      • #4
        jimw
        You may want to post your question in the Desktop API forum
        Alex

        Comment

        Working...
        X