Joined: Tue Aug 05, 2003 3:43 pm Posts: 6817
|
|
- Possibility to add a custom provider dll. Framework Configuration -> Providers
- Chart settings and templates in the GUI and API. OpenQuant menu -> Chart Color Manager. Strategy.Chart in the OpenQuant API
- OrderBook (market depth) is added to the strategy development API. (OnOrderBookChanged event handler)
- Strategy.StopStrategy() method is added to the strategy development API
- New data management methods - DataManager.DeleteQuotes/..., DataManager.DeleteQuoteSeries/...
- MBT (MB Trading) provider update
- ESignal provider update
- All data series have enumerators now ( foreach )
- Removed readonly flag from Startegy.Bars.Add() method. Now you can add historical data to strategy data series in OnStrategyStart()
- Several minor bug fixes and enhancements
|
|