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 255 vectorbt issues
Sort by recently updated
recently updated
newest added

i want to get like current step, current position size, current profit and other information while i run backtesting, also is it possible to send arguments to run() and access...

First of all, many thanks for this great library! I am trying to backtest a long-short strategy where say I short 2 stocks and long 2 stocks. I am using...

Hi Vectorbt team, I am trying to plot the SMA for a stock(ETH-BTC) instead of data getting fetched from Yahoo finance as mentioned in the repo. Existing code in github:...

Unfortunately, I can't find any hint which version of python should be used. With actual version of python 3.10.2 I cannot install vectorbt 0.23.2 - instead it installs an old...

Following the manual, if I do ``` pip -U install "vectorbt[full]" ``` The installation will try to download ALL `ccxt` versions: ![image](https://user-images.githubusercontent.com/1921878/162304152-eadc33eb-437b-412d-a519-3b9bf8b89381.png) At the time I'm writing this issue, it...

Hi polkowo, This is amazing backtesting lib, i am moving from backtrader to vectorbt and i can clearly see the difference. I am trying to setup the following strategy and...

It looks like vectorbt auto cleans duplicate entry signals. There is no documentation on how to make multiple entries I.e., buy a share on day X and then buy another...

While trying to import into Google Colab using ```import vectorbt as vbt ``` when```PyYAML``` version 6 is used, I get the error message: ``` [/usr/local/lib/python3.7/dist-packages/distributed/config.py](https://localhost:8080/#) in () 18 19 with...

Volume Profile indicator in pandas_ta not working. Run the following code:- ``` import vectorbt as vbt vp_ta = vbt.indicators.pandas_ta('vp') ``` It gives the error:- Traceback (most recent call last): File...