mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 03:58:04 +00:00
v0.8.6: update indicator docs, ndepend tooling, ALMA refactor, gitignore cleanup
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
| **Warmup** | 1 bar |
|
||||
|
||||
- `CsvFeed` is a file-based feed implementation that loads historical OHLCV data from CSV files.
|
||||
- Parameterized by `filepath`.
|
||||
- Output range: Varies (see docs).
|
||||
- Requires 1 bar of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
`CsvFeed` is a file-based feed implementation that loads historical OHLCV data from CSV files. It supports both streaming access (simulating real-time playback) and batch retrieval.
|
||||
@@ -84,4 +81,4 @@ while (true)
|
||||
|
||||
```csharp
|
||||
long startTime = new DateTime(2024, 1, 1).Ticks;
|
||||
var batch = feed.Fetch(10, startTime, TimeSpan.FromDays(1));
|
||||
var batch = feed.Fetch(10, startTime, TimeSpan.FromDays(1));
|
||||
Reference in New Issue
Block a user