fecfb6531cEnhancements & Bug Fixes - Updated to Lightweight Charts 4.1 - Topbar menu widgets will now scroll when a large number of items are added to them - Vertical Spans can now be placed on Line objects
louisnw
2023-10-31 14:19:40 +00:00
5bb3739a40Enhancements & Bug Fixes - Line, and histogram data can now be accessed from their data methods. - Fixed a bug causing maximize to fail if a screen is not specified - Global events can now be coroutines or functions.
louisnw
2023-10-21 14:13:11 +01:00
2bd4c7c037Bug Fixes: - Screen now defaults to the active screen rather than the 0 screen. - null values given in chart data are now removed and replaced with whitespace. - Closing the chart window now cleanly exits. - Fixed a bug causing the offset parameter to be greater than 0 when there is no offset.
louisnw
2023-09-29 12:03:49 +01:00
d43e7c24e7Enhancements: - Hotkeys can now use any character, and modifier keys are not required. - Refactored the colors of the topbar, searchbox, toolbox, and widgets for consistency. - Toolbox/interval refactoring and simplification. - Histograms now show up in the legend, and will use shorthand notation by default (e.g 34k rather than 34000).
louisnw
2023-09-24 15:09:45 +01:00
555573b54bEnhancements: - added the create_histogram method and the Histogram object. - added the round parameter to trend_line and ray_line - chart.set can now be given line data.
louisnw
2023-09-04 20:29:15 +01:00
8532d48e5dupdate version number
louisnw
2023-09-03 17:12:17 +01:00
2ff9d985a8Merge pull request #97 from jamesbaber1/main
louisnw01
2023-09-03 17:08:56 +01:00
aad2a988b7Enhancements: - The start_date parameter of vertical_span can take a list or tuple of dates to create multiple vertical lines. - Added style parameters to drawings.
louisnw
2023-09-03 17:08:10 +01:00
06fb7898b5-fixed numpy value error on string
jamesbaber1
2023-09-01 12:48:45 -05:00
a7c1dc8a30Enhancements: - Added the screen parameter to Chart, allowing for monitor selection. This should be an index from 0 (0 = primary monitor, 1= second monitor, etc.) - vertical_span method, allowing for vertical lines/spans to be drawn across the chart. - set_visible_range method, which will set the visible range of the chart based on two given dates. - resize method, which resizes the chart to the given size. - sync will now sync both charts, regardless of which one is scrolled/zoomed.
louisnw
2023-08-31 21:25:00 +01:00
f72baf95baPolygon: - Added async methods to polygon. - The requests library is no longer required, with urllib being used instead. - Added the get_bar_data function, which returns a dataframe of aggregate data from polygon. - Opened up the subscribe and unsubscribe functions
louisnw
2023-08-27 00:20:05 +01:00
ca3122baf3Fixes/Enhancements - Removed bar data from exported drawings, which should reduce the file size of exported drawings. (Make sure to back up any drawing files before running the new version!) - Drawings can now be deleted through each’s right click context menu. - Added the new ‘hotkey’ method, which will execute the given method or function when the key command is pressed. - Non-fixed callbacks no longer need to be placed in the API class.
louisnw
2023-07-24 17:03:31 +01:00
eaec61d739hotfix (_save_under not defined)
louisnw
2023-07-20 23:06:03 +01:00
527130e618Ability to save drawings - Added toolbox to the common methods. - toolbox.save_drawings_under can save drawings under a specific topbar widget. eg chart.toolbox.save_drawings_under(chart.topbar[’symbol’]) - toolbox.load_drawings will load and display drawings stored under the tag/string given. - toolbox.export_drawings will export all currently saved drawings to the given file path. - toolbox.import_drawings will import the drawings stored at the given file path.
louisnw
2023-07-20 21:52:17 +01:00