You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming a circular buffer of size 20, obtaining some market data, call it Buf. I would like to confirm the chronological structure of the data. Is it always the case that Buf(end) contains more recent (or simply, no older ) data than Buf(1) ?
thanks,