I have a 100tick chart running with the symbol "ES #F" on it. I have an EFS routine running in that chart that is looking for the daily volume of the YM #F contract at every 100t bar close of the ES contract.
When I put in a call for
volume(0, sym("YM #F,D"))
it keeps spitting back the value 137246 (over and over again), which is clearly wrong, as today, for instance, the YM has only traded 51,700 contracts, and it should change as new contracts are trades.
How can I make a call to find out the total volume traded today for the YM #F contract?
When I put in a call for
volume(0, sym("YM #F,D"))
it keeps spitting back the value 137246 (over and over again), which is clearly wrong, as today, for instance, the YM has only traded 51,700 contracts, and it should change as new contracts are trades.
How can I make a call to find out the total volume traded today for the YM #F contract?
Comment