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