Can anyone help point me to a really good working algo template in python that has all elements required for backtesting, paper trading and live trading on stock technicals for a given sector of securities.  Something that includes trade data screening for intraday datapoints (minute or less), trade entry and exit (stop loss/profit) and any other relevant elements?  I have many years of trading experience but i am a beginner programmer (at best).  With a template i'm looking to then build out through substitution and enhancement, but it would be incredibly helpful to have a working example to help establish the framework within which I am working.

Author