Releases: timelyart/Kairos
Releases · timelyart/Kairos
Alert dialog message fix
- fixed a bug where the message textbox did not get set (see #97)
- updated donation addresses
Migrated urllib3 and selenium
Migrated packages:
- urllib3 v1.26 -> v2.x
- selenium v3.141 -> v4.x
Merge
Handle incomplete loading of TV strategies
- Handle incomplete loading of TV strategies #92
An option was added to YAML configurations files in order to specifically handle a bug where strategies aren't loaded properly.
The option handle_incomplete_loading_bug
is to be added under the [chart]
section. See _strategies.yaml for an example.
Create alert dialog update
- Updated selectors of the create alert dialog (see issue #90).
- Fixed is_market_listed() for multi pane charts where the first pane isn't a price chart. It takes into account that when a strategy is loaded for the first time, it doesn't show the currency.
- Removed dependency on xpath 2.0.
- Fixed is_market_listed() for multi pane charts where the first pane isn't a price chart.
- Added a minimum threshold to number of trades when exporting trades timelyart.
- Updated selectors to reflect recent changes to the performance overview and performance summary tabs timelyart 12/13/2022 2:44 PM
As part of the update the keyword options in YAML files is replaced by trigger to reflect the current version of the create alert dialog, and example YAML files as well as the readme file has been updated to reflect this. However, support for the keyword options is still ongoing but is, as of now, deprecated.
Fixed issue with browser refresh
Implemented colourlogs
Alert improvements and bug fixes
- Alerts are now properly replaced by deleting alerts of the same name prior to create new ones.
To have more granularity over which alerts should be updated the keyword%SYMBOL
can be used. Using this keyword alerts will be deleted and re-created on a per market basis. See issue 53. - Fixed xpath/css selectors to reflect changes made to the DOM concerning alerts
- Fixed a bug in the method that detects whether there are study errors on the chart. See pull request 82. Thank you @mrcrdwd.
Updated to reflect recent changes to the create alert dialog
- Fixed ccs changes with regards creating alerts
Fixed an issue with verifying markets
- Fixed a bug when verifying whether a market is still valid (see issue #80)