Announcement

Collapse
No announcement yet.

Bid Ask of specific Symbol

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

  • Bid Ask of specific Symbol

    Hi,
    I wanted to utilise a specific symbol in the BidAskAnalysis study (EFS Library - Volume). I have tested the following efs coding but it is outputting the data incorrectly. Is the coding the issue?

    getMostRecentAsk(0, sym("6E #F"))
    getMostRecentBid(0, sym("6E #F"))
    close(0, sym("6E #F"))
    volume(0, sym("6E #F"))

    Thanks,
    Paul

  • #2
    Hi,

    As I understand it getMostRecentAsk() & getMostRecentBid() do not accept parameters. They only return data in real time for the underlying instrument.
    see http://kb.esignal.com/display/2/kb/a...n=1&docid=4205
    and http://kb.esignal.com/display/2/kb/a...n=1&docid=4207

    Wayne
    Last edited by waynecd; 04-09-2013, 07:43 AM.

    Comment


    • #3
      Hi Wayne,
      Thanks for your reply. I did look at the Time and Sales Functions in the Knowledge base earlier, but I didn't know if the option had been added since the article was written. Hopefully eSignal will add this feature in the future.
      Paul

      Comment

      Working...
      X