v.0.10.4
On 2022.11.29
pip install --upgrade shimoku-api-pythonFixes
indicator_1 = { 'value': value, 'title': 'Title', 'description': 'description', 'color': 'warning-background' } s.plt.indicator( data=indicator_1, menu_path=menu_path, order=0, rows_size=1, cols_size=6, value='value', header='title', footer='description', color='color' ) indicator_2 = { 'val': value, 'header': 'Title', 'footer': 'description', 'col': 'warning-background' } s.plt.indicator( data=primary_total_indicator, menu_path=menu_path, order=1, rows_size=1, cols_size=6, value='val', header='header', footer='footer', color='col' )
Improvements


Last updated
Was this helpful?