# Tracker ## Table of Contents - [tracker](#tracker) - [Tracker](#tracker.tracker) - [update](#tracker.update) ### Tracker ```python @dataclass class Tracker ``` Keeps track of a strategy's data and state #### update ```python def update(**kwargs) ``` Updates the tracker with the given kwargs