chore: sync indicator count to 78 [skip ci]

This commit is contained in:
wickra-bot
2026-05-25 13:08:09 +00:00
parent 1cd5d1d8da
commit a39adb9dae
+1 -1
View File
@@ -195,7 +195,7 @@ A Python live-trading example using the public `websockets` package lives at
```
wickra/
├── crates/
│ ├── wickra-core/ core engine + all 71 indicators
│ ├── wickra-core/ core engine + all 78 indicators
│ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/
│ └── wickra-data/ CSV reader, tick aggregator, live exchange feeds
├── bindings/