chore: sync indicator count to 85 [skip ci]

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