Version 1.0.0.11 |
ArthaChitra Version 1.0.0.11 Beta release date 15th December 2016
Existing Users : Normal installation can be done. However if you have any strategies that implements the OnPosition, OnOrderStatus or OnFill methods then please modify your code to reflect the changes in those methods
Status | Category | Comments |
---|---|---|
Changed | Views | Global.Templates (in TimeNSales, MarketWatch & Alert namespaces) moved to respective ViewModels & no longer exposed |
Changed | Views | Context menu in AlertView, TimeNSalesView and MarketWatchView is now exposed internally. MarketWatch, Alert & TimeNSales templates changed to accommodate the changes |
Changed | Views | designed changes in DefaultMarketWatch Xaml template |
Added | SharpScript | Indicator - Pivot (incl Xaml), PriorOHCL, MultiInstrument (incl Xaml) |
Fixed | Views | PlotStyle not populating correctly in sharpScriptSelectorView |
Added | SharpScript | PlotStyle - HashPlotStyle |
Added | SharpScript | ChartObject - Text chartObject (incl Xaml) and its corresponding cursor (TextCursor) |
Changed | Xaml | User can design their own Chart Trader templates |
Added | Xaml | CursorChartTrader template and ButtonChartTrader templates |
Fixed | SharpScript | bugs in DrawingBase.ExtendRight & DrawingBase.ExtendLeft method. |
Changed | SharpScript | Updated the Line, Fib Retracement, Fib Extension user codes |
Fixed | SharpScript | referenced indicators not getting updated, added setter this[int, bool] in Series<T> to recalculate referenced indicators |
Fixed | SharpScript | MacD, TRIX, Stochastics indicators now recalculates the referenced indicators |
Fixed | SharpScript | StartUp state not triggering if an indicator is selected as Input (in a SharpScript code) |
Fixed | Views | Chart not showing up in Strategy Performance view |
Added | SharpScript | Multi series/instrument support using sharpScript codes |
Changed | SharpScript | OnPositionUpdate, OnOrderUpdate and OnFill method (in a Strategy) incorporates barsIndex (Int32) as a parameter |
Added | SharpScript | IsChartsOnly property in IndicatorBase class |
Added | Resources | LblIndicatorTemplate, LblHigh, LblLow |