get_ema_dollar_imbalance_bars returns empty dataframe
eugencuic opened this issue · 3 comments
eugencuic commented
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- use a dataset that create a pandas frame when generating tick_bars
- use same dataset as above and create get_ema_dollar_imbalance_bars
- the function returns a tuple instead of a dataframe
Expected behavior
To get the same DataFrame as with standard data strucutres
Desktop (please complete the following information):
- OS: Windows
- Version: 0.15.3
ahmedyounis commented
eugencuic commented
the output is a tuple (x,y) and you get the dataframe by calling the first element of the tuple:
tuple[0]
@ahmedyounis
ahmedyounis commented
Thanks @eugencuic 👍