Hi, Something really simple, but it's confounding me. I am using IQFeed data and the following code:
f = Foreign("LMIA","C");
Plot(f,"f",colorBlue);
When the open chart is LMIA,ATHN, or a few others, the last value for f is 9.20
(the correct last price of LMIA). When I use some other charts, such as DCO, or
ATN for example, it's 8.90 (The second to last price).
Why am I not getting the last price when using these other symbols?
Adrian
