Changes between Version 1 and Version 2 of ErModel
- Timestamp:
- 08/07/26 11:06:04 (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErModel
v1 v2 1 1 == Diagram 2 2 3  3 [[Image(https://github.com/StefanTrsunov/bp/blob/main/docs/P1-ConceptualModel/ERModel_v01.png)]] 4 4 5 5 == Data requirements … … 122 122 simulated trade from a user's own fill (`user`). 123 123 124 ==== MarketCandles124 ===== MarketCandles 125 125 OHLCV aggregates per market and timeframe — the data a price chart is drawn 126 126 from. Stored rather than computed on the fly because the point of the project is … … 139 139 - `candle_time` — timestamptz, required — the start of the bucket. 140 140 141 ==== Watchlists141 ===== Watchlists 142 142 A named list of assets a user wants to monitor. A separate entity set rather than 143 143 a flag on the relationship between users and assets, because a user may want
