-
-
Notifications
You must be signed in to change notification settings - Fork 892
Description
Hi,
First of all - great thanks for the library, it looks really amazing and well-written (from the framework architecture point or view).
I want to use it as my core component in personal TA and investing, nevertheless, I am a bit confused about the main focus. I was experimenting with vectorbt and ta-lib speed comparison and found out, that ta-lib is about 10 times faster for signal preparation.
I am not sure it's a fair comparison, so... could you please tell a bit more about the top use-cases for vectorbt? Portfolio optimization? Strategy backtesting? Could we speed up all of them with pure ta-lib usage? Or when should I use vectorbt?
Here is the link on performance comparison - https://colab.research.google.com/drive/1szojVeKW_HWHr6iXEJogD0PsPJ6Caa7s?usp=sharing
Thanks in advance!