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

I'm likely overlooking something obvious; otherwise, it seems like a bug. ``` from pandas import Series import numpy as np import vectorbt as vbt series = Series(range(0, 40)) assert np.isclose(...

Hello, im not very experienced in python but already tried quite some commands without luck. :( pip install "git+https://github.com/polakowo/vectorbt.git@master#egg=vectorbt[full]" gives a similar error! Apple M4 Python 3.13.1 pip 25.0.1 Command:...

I got the latest version(my python 3.9.13) ``` (vectoBT) PS C:\Develope\Stocks\VectorBT> pip install --upgrade vectorbt Requirement already satisfied: vectorbt in c:\develope\stocks\vectorbt\vectobt\lib\site-packages (0.27.2) ``` but the code `price = vbt.YFData.download('BTC-USD').get('Close')` still...

Hey, As mentioned [here](https://github.com/polakowo/vectorbt/issues/771) I am working on backtesting that is in sync with my TradingView strategy. I am making progress and vectorBT is really doing great. When I started...

1)is possible have a ** ![Image](https://github.com/user-attachments/assets/5608082c-b9b9-4df6-9c09-8efdc454ece8) ** of the orders? can you make me and example? 2) _`Alpacadata = vbt.AlpacaData.download( "TSLA", start='2020-01-01 UTC', end='2025-03-10 UTC', timeframe='4h', limit=10e10, missing_index="drop" ).get() ......

Hey, first of all, thanks a lot for this great project. I managed to build a 1:1 replication of my tradingview strategy and indicators and as of now two things...

When running the docker command: `docker build -t candlestick-patterns . ` as part of the https://github.com/polakowo/vectorbt/tree/master/apps/candlestick-patterns instructions the execution fails with: `configure: error: cannot guess build type; you must specify...

Hi Guys. Sorry I am New To Github And This Type Of Files That Are more than 1 file in Project Can Anybody Explain About This Files For Me That...

I was trying to use the Binance data source as per the tutorial and noticed it wouldn't connect. I was doing this on google colab so perhaps there is an...

Hello, I would like to pass different arguments per Asset (price columns) into `adjust_sl_func_nb`. I use `adjust_sl_args` callback. For same args for all assets it works, e.g. like this: (here...