From a39adb9dae3be0a461e6ff8f1033143d62333aa4 Mon Sep 17 00:00:00 2001 From: wickra-bot Date: Mon, 25 May 2026 13:08:09 +0000 Subject: [PATCH] chore: sync indicator count to 78 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1d1f57..6efd2c35 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 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/