From 1ea05fb2a1f0893b447ec199d7fec72c47e60912 Mon Sep 17 00:00:00 2001 From: wickra-bot Date: Mon, 25 May 2026 13:29:06 +0000 Subject: [PATCH] chore: sync indicator count to 85 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f39c5ff..939e9767 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ A Python live-trading example using the public `websockets` package lives at ``` wickra/ ├── 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-data/ CSV reader, tick aggregator, live exchange feeds ├── bindings/