Lorenzo Ampil
Lorenzo Ampil
Below error occurs when running `anchorpy client-gen` on an IDL where there are `types` with the same `name` due to this [constraint](https://github.com/kevinheavey/anchorpy/blob/f409f7f1c293ec24b526299916b227b9aadd6322/src/anchorpy/clientgen/common.py#L75). Quick fix solution was to manually make each...
This is regarding the decision from moving from JFC, to TSLA as a default example stock.
### This is the onboarding issue for new contributors to fastquant :smile: Please read through the references below and feel free to ask for help in the issues or slack...
This makes sense to do since the new handling automatically sets the next day `open` as the current day `close` if there is no `open` column in the dataframe.
Adding a constraint on a set number of trades to make within the period can make strategies more comparable with one another. It also becomes easier to simulate "random" trades...
### Tutorial notebook outline **Tutorial title:** Backtest custom data with fastquant **Tutorial summary:** fastquant is flexible and can be used to backtest datasets that are not necessarily pulled using fastquant...
This will make it easier for people to contribute their own data pipelines.
Will build on top this existing PR #219