Hi,
I'm new to quantopian and very excited to check this platform out!
I went over the tutorials and some examples and found myself facing a very basic and (maybe) stupid issue:
USEquityPricing - is described as a data-set containing minute-level data on the market.
However, all of its columns contain daily level data only (open, close, etc...).
Therefore all the basic filters are working on a daily basis (I'm more in the day-trading field)
Am I missing something here?
Is there a simply way to call the minute-level data?
Is there any reference simple code to use?
For example:
* Factor that brings the highest price in the last 30m of the day
* Filtering tics (by minutes) according to the trend in the prev 10 tics
Thanks a lot!