Is it possible to use tickdata with pybroker? #17
Closed
TwoPrismsOneGround
started this conversation in
General
Replies: 1 comment
-
The seconds resolution is only used when extending the DataSource interface. However, you can use a Pandas DataFrame as a DataSource, which allows you to use any time resolution. Please refer to the notebook on Creating Custom DataSources for more information. Keep in mind that you will still need to aggregate your tick data into OHLCV bars. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Going through the documentation for data sources here:
https://www.pybroker.com/en/latest/reference/pybroker.data.html#pybroker.data.DataSource
It seems that the lowest resolution is down to the second. Is it possible to use tick data with pybroker?
Beta Was this translation helpful? Give feedback.
All reactions