1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +00:00

Update index.html

This commit is contained in:
Jkorf 2024-10-28 16:14:54 +01:00
parent 3e410be611
commit 41de0a3150

View File

@ -3265,6 +3265,9 @@ foreach (var book in books.Where(b => b.Status == OrderBookStatus.Synced))
<h2>Trackers</h2> <h2>Trackers</h2>
<p> <p>
Trackers offer a way to keep track of live data. This data can than be aggregated into statistics and different time slices can be compared to get realtime insights. Trackers offer a way to keep track of live data. This data can than be aggregated into statistics and different time slices can be compared to get realtime insights.
</p>
<p>
The basic workings of the trackers are simple, an initial request is made for a snapshot of the history (or a partial snapshot depending on what the API supports). At the same time a websocket subscription is set up to provide the tracker with new data.
</p> </p>
<p> <p>
Currently there are 2 different trackers available, the <code>TradeTracker</code> and the <code>KlineTracker</code>. Currently there are 2 different trackers available, the <code>TradeTracker</code> and the <code>KlineTracker</code>.