By popular request I've developed an example project with the common indicators, including: Bollinger Bands, Simple Moving Average, Exponential Moving Average, Relative Strength Index, Average True Range and MACD. Down the bottom of the algorithm we plot them together with price. I've also set it up to use Daily consolidators - this way the plots look like characteristic ones you'll see on other stock charting websites.

The engine updates the indicators automatically and feeds the value through to the algorithms output for charting! Its a pretty cool system under the hood. I'd recommend looking at the Github project.

Author