How to tell if a price jump is caused by a stock split or it's a real stock price jump ?
If it's a stock split, would the quantopian API automatically map all the history prices in time to reflect the split?
Right now i am using a little codes to judge if a split would fail to be caught, would that help?
if current/yesterday>1.9 or current/yesterday<0.55:
log.info('Data Error detacted! Break!')
return