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?
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?
Comment