For the complete documentation index, see llms.txt. This page is also available as Markdown.

v.0.3

On 2022.01.25

To get the new version ๐Ÿš€

pip install --upgrade shimoku-api-python

Fixes

  • Alert Indicators s.plt.alert_indicator() can have other Reports in the same row.

  • The variable menu_path now doesnโ€™t modify capital and lower cases

New

  • s.plt.delete_path() Which can be used to remove any URL with all the reports within it directly. Example:

Letโ€™s say that we have a menu path equals to test-path/line-test' and we want to remove line-test and everything on it, then we can:

Or you may want to remove it all, then you can simply delete it in the following way:

  • s.plt.append_data_to_trend_chart() Now it is possible to append data to already existing charts. For example

It will first create the chart and second append the new 2 days of data:

  • A new chart: Horizontal barchart is available: s.plt.horizontal_barchart() An example follows

  • A new chart: Zero centered barchart is available: s.plt.zero_centered_barchart() An example follows:

Last updated

Was this helpful?