Is it possible to generate time&sales(tape) off of the tick data for a stock?

erjcan

Newbie
Messages
4
Likes
0
I want to build my own stock trading simulator with the ability to play it faster. ThinkorSwim has onDemand. But it's not fast enough to accumulate more experience. To code up my own market replay tool I need 2 things: past tickdata( or 1min data) and historical time&sales.

However, I'm curious if it's technically possible to generate a time&sales from tick dataset? Then how is tickdata different from time&sales feed?


after all, time&sales is just those trades that PASSED OR HAPPENED, then they can be take from tick data right?

or we also need ask size and bid size right?
 
Have you tried tradingsim.com that allows very fast market replay
 
Top