LatestStateVisualisation#
API documentation for tradeexecutor.strategy.run_state.LatestStateVisualisation Python class in Trading Strategy framework.
- class LatestStateVisualisation[source]#
Bases:
object
The last visualisation of the strategy state.
- __init__(last_refreshed_at=<factory>, small_image=None, small_image_dark=None, large_image=None, large_image_dark=None, small_image_png=None, large_image_png=None)#
Methods
__init__
([last_refreshed_at, small_image, ...])from_dict
(kvs, *[, infer_missing])from_json
(s, *[, parse_float, parse_int, ...])schema
(*[, infer_missing, only, exclude, ...])to_dict
([encode_json])to_json
(*[, skipkeys, ensure_ascii, ...])update_image_data
(small_image, large_image, ...)Attributes
1024 x 1024 image SVG
Dark theme version
1024 x 1024 image PNG for Discord
512 x 512 image SVG
Dark theme version
512 x 512 image PNG for Discord
When the execution state was updated last time
- __init__(last_refreshed_at=<factory>, small_image=None, small_image_dark=None, large_image=None, large_image_dark=None, small_image_png=None, large_image_png=None)#