Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 616 Bytes

product-collections-example

Build Status

This is a sample project using product-collections to load stock prices from 1965, calculate the 250 period moving average and plot them both on a line chart.

How to run

  • git clone git://github.com/marklister/product-collections-example.git
  • sbt run

Scala versions

The underlying wrapper for jfreechart is only available for scala 2.10.x.

Image