Skip to content

Releases: timelyart/Kairos

Alert dialog message fix

28 Jan 20:29
Compare
Choose a tag to compare
  • fixed a bug where the message textbox did not get set (see #97)
  • updated donation addresses

Migrated urllib3 and selenium

27 Jan 11:05
Compare
Choose a tag to compare

Migrated packages:

  • urllib3 v1.26 -> v2.x
  • selenium v3.141 -> v4.x

Merge

26 Jan 21:10
Compare
Choose a tag to compare

Handle incomplete loading of TV strategies

19 Dec 14:30
Compare
Choose a tag to compare
  • 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

16 Dec 21:53
Compare
Choose a tag to compare
  • 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

03 Dec 14:41
Compare
Choose a tag to compare
  • Fixed browser refresh (issue #85)
  • More config options for coloredlogs (issue #84; thank you @mrcrdwd)

Implemented colourlogs

31 Oct 21:12
Compare
Choose a tag to compare
  • implemented colourlogs (more info; issue #81)
  • fixed setting the value of date picker input fields (issue #83)

It is required to run python setup.py install to install the colourlogs library

Alert improvements and bug fixes

22 Oct 11:55
59f2589
Compare
Choose a tag to compare
  • 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

17 Oct 11:25
Compare
Choose a tag to compare
  • Fixed ccs changes with regards creating alerts

Fixed an issue with verifying markets

16 Oct 16:02
Compare
Choose a tag to compare
  • Fixed a bug when verifying whether a market is still valid (see issue #80)