as title.
Announcement
Collapse
No announcement yet.
The last bar of $NDX on 5min candlestick chart is drawn crazily now.
Collapse
X
-
Now it is back to normal. Whenever the market is closed on a weekday due to a holiday, I can always observe some weird things happenning on my screen. For example, today the following code return null on SPY,1 candlestick chart when the bar is earlier than 9:50am, which means the api can not retrieve the data of last friday to fill the hole left by yesterday, while on SPY,5 chart, there is no such problem.
vClose = getValue("Close", -1, -20, "$TICK,1");
Comment
Comment