We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a650680 commit a3dc0cbCopy full SHA for a3dc0cb
src/quant_research_starter/factors/__init__.py
@@ -5,6 +5,8 @@
5
from .size import SizeFactor
6
from .value import ValueFactor
7
from .volatility import IdiosyncraticVolatility, VolatilityFactor
8
+from .bollinger import BollingerBandsFactor
9
+
10
11
__all__ = [
12
"Factor",
0 commit comments