From e38af0229e764a4b5ac06c9bbf8b3497da641606 Mon Sep 17 00:00:00 2001 From: Kriss Date: Thu, 9 Apr 2026 15:06:18 +0200 Subject: [PATCH] Initialize README with project details Add project description and features to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..24bd8ef --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# noteQuant Backtester + +A Python + React backtesting platform. +Features a FastAPI backend for running simulations with custom strategy logic (liquidity sweeps, order blocks, fair value gaps, market structure) and a React frontend for visualizing trades on candlestick charts, equity curves, and performance metrics.