Version 2.0.10.0 |
ArthaChira version 2.0.10.0. Release date 30th July, 2026.
Status | Category | Comments |
|---|---|---|
| Added | Data | Nifty50, NiftyNext50 instrument list |
| Added | Connection | Installer now includes SIM101 simulator account. |
| Fixed | SharpScript | IBar.IsFirstBarOfSession may set to false if BarType.AddBar method is not called when args.IsFirstTickOfSession == true |
| Added | SharpScript | BarType.AddBar method now accept SessionDefinition parameter |
| Fixed | Data | BarType not cloning while reloading historical data |
| Added | SharpScript | BarType.DefaultDaysToLoad virtual property. In case of multiple builtDataTypes, Bars.DaysToLoad/Bars.StartDate will be assigned based on BarType.DefaultDaysToLoad if there are no user set default value. |
| Changed | SharpScript | BarPlotStyle now can display both rectangle bars or line bars |
| Added | SharpScript | Kagi bar type |
| Added | SharpScript | DropDownValuesAttribute - Enum properties when decorated with the attribute will display the defined values in a drop down when the default xaml template is used (proeprtyGrid control) |
| Fixed | View | Increase/decrease bar space hotkey was in reverse. |
| Changed | View | ShowGridLines chart property now bifurcated to showXAxisGridlines (time) and showYAxisGridlines (price) |
| Fixed | View | When chart barType is changed, and there are not default value set by user, it will load data as per BarType.DefaultDaysToLoad |
| Fixed | View | When chart barType is changed, will first try to select the default chartStyle as saved by user. |
Version 2.0.10.1 release date 1st August 2026
Status | Category | Comments |
|---|---|---|
| Added | Connection | IBKR API subscription alert message when user configures an Interactive Brokers connection |
| Fixed | Data | DaysToLoad error when multiple bars are added in barsSelectorView |