Summary
All advanced trading algorithms use statistical models, whether for a direct trading rule or just for deciding when to enter/leave trading. In this chapter, we have covered the four key statistical libraries for Python—statsmodels
, pmdarima
, fbprophet
, and scikitlearn
.
In the next chapter, we discuss how to import key financial and economic data into Python.