Files
aiomql/docs/contrib/utils/tracker.md
T

24 lines
760 B
Markdown
Raw Normal View History

2024-11-11 16:54:51 +01:00
# Tracker
## Table of Contents
- [tracker](#tracker)
- [Tracker](#tracker.tracker)
- [update](#tracker.update)
<a id="tracker.tracker"></a>
### Tracker
```python
@dataclass
2024-11-13 04:29:37 +01:00
class Tracker
2024-11-11 16:54:51 +01:00
```
Keeps track of a strategy's data and state
2024-11-13 04:29:37 +01:00
2024-11-11 16:54:51 +01:00
<a id="tracker.update"></a>
#### update
```python
def update(**kwargs)
```
Updates the tracker with the given kwargs