In the Usage Guide and API reference for Zipline.pipeline.factors I don't see reference to some Parameters I would have expected.
For example, with BollingerBands I see the lookback window and standard deviation but I don't see reference to the Upper and Lower Bands other than the documentation saying the two parameters are used to create the bands. If I wanted to reference them as overbought or oversold levels do I need to define the Upper and Lower Bands myself or can they be called?
Is there another source I can reference to understand the output of all the Zipline.pipeline.factors so I know what can be called and what I need to define on my own?
Thank you.