Brett Elliot

Results 11 issues of Brett Elliot

Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: MacOS Mojave * Python Version: 3.5.6 * How did you...

Bug
Data Bundle

Hi all, Attempting to test out lumibot but can't get the getting started backtest to work. With a fresh venv of python 3.9.13 and after a `pip install lumibot` I...

Hi, Let's say i want to build a trend strategy with a universe of 10 stocks. Id like the strategy to invest up to 10% of the total portfolio value...

Hi, At the end of the backtest, the equity progression graph seems to be rebased to $100. If i don't call plot, and just access the prices directly (via: results.stats.prices)...

question

Hi all, I didn't see stop loss or trailing stop loss functionality anywhere so I tried implementing it myself. The stop loss was easy but the trailing stop loss took...

question

Hi all, Im curious why the start and end dates in the results don't match the inputs. For example, if I tell bt to start on '2018-01-01' and end on...

question

Hi, Im using bt for backtesting (great tool btw) and im exploring crypto data which trades 365 days a year. I made `ffn.core. TRADING_DAYS_PER_YEAR` equal to 365 and when I...

question

Hi, I sometimes backtest with hourly data (instead of daily data) and the return series I get at the end has a row for every hour. If I just pass...

Hi, When I look at the name property of an html element like a button on a formtools wizard the name is something like `the_field_name-the_field_name`. Is that right?

Hi, Crashlytics sporadically reports a crash on line PPSSignatureView.m line 39. I have not personally been able to reproduce this crash myself despite lots of trying. The system it crashes...