Hi all - looking to use Bollinger Bands to filter securities within a Pipeline. However, I am having trouble finding documentation or forum posts on whether best practice would be:
- Use TA-Lib in a CustomFactor
- Manually calculate in a CustomFactor
More importantly for calculating Bollinger Bands, how do you get data over a period of time in a pipeline custom factor to calculate standard deviation and moving average?