Brian
Brian
I'm using the event driven mode using the framework you demonstrate [here](https://nbviewer.jupyter.org/github/polakowo/vectorbt/blob/master/examples/PairsTrading.ipynb) as a model. I'm not sure how to use `active_mask` for this. To clarify I only want to...
ok thanks. what about the situations where you want to filter entries by timestamp but you want to be able to exit on any timestamp once your trade is open?...
ok thanks for the insight. I'm just unfamiliar with this methodology within the event driven framework, that's why I asked about the algorithm time which is what I'm most used...
I'm actually experiencing this issue also. Should users uninstall their current version and reinstall from source?
@jakevdp thanks. I think it would be helpful to add the `hlines` and `vlines` feature. My top use cases are to emphasize the zero line and to highlight important values...
thanks guys for the updates. I'll review the proposed changes and try to incorporate them or reply within a few days. @aldebaransearch you can create a pull request which has...
@flamby thanks for sharing, the linked article looks informative and well done.
My understanding is that we want informative features in addition to the side during meta-labeling training to assist the model in discriminating between profitable and unprofitable signals.
sorry i didn't see the notification for this sooner. let me review it tomorrow and get back to you.
@lionelyoung Ok cool. If you're using jupyter notebooks in the anaconda distro I recommend installing [jupyter notebook extensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions), specifically for the `table-of-contents` extension. That really helps organization/navigation of the notebook...