vectorbt icon indicating copy to clipboard operation
vectorbt copied to clipboard

Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.

Results 244 vectorbt issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thank you for this great package. I'm stunned by the beauty of the Dash visualization and the Numba-assisted optimization. Now, the problem that I have is...

Thank you for your amazing project. I am learning this project now. But when I try to use the BinanceData or CCXTData ![image](https://user-images.githubusercontent.com/10925427/123850289-6dee2e80-d94c-11eb-8a1c-4a855f3ddf49.png) I found that there are only 9900...

Hi, I'm having issues with short only portfolios when size_type is set to percent: ```python >>> close = pd.Series([1, 2, 3, 4, 5]) >>> entries = pd.Series([True, True, True, False,...

I am getting the following errors from vectorbt.portfolio.nb import auto_call_seq_ctx_nb ImportError: cannot import name 'auto_call_seq_ctx_nb' from 'vectorbt.portfolio.nb' from vectorbt.portfolio.nb import order_nb ImportError: cannot import name 'order_nb' from 'vectorbt.portfolio.nb'

Hi. Appreciate your work on this lib. One thing I am noticing is that I have to constantly split up the workload of vectorbt into smaller pieces in order to...

Is it possible to keep cash level at least to 50% of the total portfolio including cash in portfolio mode?

Awesome lib! Example scenario: Closing a position at 100% loss such as simulating an open position on a stock (price > 0) and then "closing" said position when the stock...

Congratulations on an exciting project - a seriously impressive achievement in such a short timeframe! I'd be grateful if you could help me assess its suitability for our trading style....

Please forgive my misunderstanding but in the examples you pass a parameter c to almost all the functions and I can't find what's attributes/methods are? ``` @njit def order_func_nb(c, size,...