mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-28 20:57:43 +00:00
24 lines
760 B
Markdown
24 lines
760 B
Markdown
# Tracker
|
|
|
|
## Table of Contents
|
|
- [tracker](#tracker)
|
|
- [Tracker](#tracker.tracker)
|
|
- [update](#tracker.update)
|
|
|
|
|
|
<a id="tracker.tracker"></a>
|
|
### Tracker
|
|
```python
|
|
@dataclass
|
|
class Tracker
|
|
```
|
|
Keeps track of a strategy's data and state
|
|
|
|
|
|
<a id="tracker.update"></a>
|
|
#### update
|
|
```python
|
|
def update(**kwargs)
|
|
```
|
|
Updates the tracker with the given kwargs
|