├── README.md ├── SDF_algo_SmartInsiderAlphaModel.py ├── SDF_algo_TechnologyUniverseModel.py ├── SDF_algo_main.py └── leanHogsAlgo.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregBland/QuantConnect_article/HEAD/README.md -------------------------------------------------------------------------------- /SDF_algo_SmartInsiderAlphaModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregBland/QuantConnect_article/HEAD/SDF_algo_SmartInsiderAlphaModel.py -------------------------------------------------------------------------------- /SDF_algo_TechnologyUniverseModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregBland/QuantConnect_article/HEAD/SDF_algo_TechnologyUniverseModel.py -------------------------------------------------------------------------------- /SDF_algo_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregBland/QuantConnect_article/HEAD/SDF_algo_main.py -------------------------------------------------------------------------------- /leanHogsAlgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregBland/QuantConnect_article/HEAD/leanHogsAlgo.py --------------------------------------------------------------------------------