- new Market Scanner functionality
http://www.smartquant.com/openquant/vid ... anner.html
- added InstrumentManager class that provides access to all instruments in the OpenQuant instrument data base (Strategy.Instruments provides access to the list of instruments used by particular strategy)
- CloseD, CloseW, CloseM, CloseY, ... methods added to BarSeries
- fixed issue with multiple transactions added for one execution report for OEC provider
- fixed issue with OnBarSlice firing previous bar for instruments with current empty bar
- Linear regression indicators (LRI, LRS, FO) can be calculated using either number of data points or time interval
- other minor fixes and improvements