<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>AutoQuant Blog</title><description>Engineering notes from the AutoQuant team. Validation methodology, AI strategy generation, and the architectural choices behind local-first algorithmic trading.</description><link>https://autoquant.ai/</link><item><title>We gave our charts a copilot. Then we made it impossible for it to lie.</title><link>https://autoquant.ai/blog/a-chart-copilot-that-cannot-make-up-a-price/</link><guid isPermaLink="true">https://autoquant.ai/blog/a-chart-copilot-that-cannot-make-up-a-price/</guid><description>AutoQuant v0.9.12 ships Chart Copilot: ask for support and resistance and the chart draws itself. The LLM never touches a number. This is the architecture, and the two bugs we caught live that prove why prompt discipline is not enough.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Lookahead bias in backtesting: why your strategy lies to you, and how to make it impossible</title><link>https://autoquant.ai/blog/lookahead-bias-in-backtesting/</link><guid isPermaLink="true">https://autoquant.ai/blog/lookahead-bias-in-backtesting/</guid><description>Lookahead bias is when a backtest uses information that was not available at trade time. It is the most common reason strategies look brilliant in testing and die in live trading. Here is how it sneaks into real code, how to detect it, and how to make it unwritable.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>We shipped a daily AI trade ideas feed. Here is how we stopped it from making numbers up.</title><link>https://autoquant.ai/blog/how-we-stopped-our-ai-from-making-up-option-strikes/</link><guid isPermaLink="true">https://autoquant.ai/blog/how-we-stopped-our-ai-from-making-up-option-strikes/</guid><description>AutoQuant v0.9.11 publishes swing trade ideas every weekday before the open, with real option strikes picked from the live chain. The hard part was not generating ideas. It was making sure the AI never invents a number. This is the architecture, and the bug that proved it.</description><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate></item><item><title>One line of pandas quietly changed every backtest. It is why we built a language.</title><link>https://autoquant.ai/blog/one-line-of-pandas-and-why-we-built-a-language/</link><guid isPermaLink="true">https://autoquant.ai/blog/one-line-of-pandas-and-why-we-built-a-language/</guid><description>A single line of handwritten pandas in our scanner silently turned enter-once-on-the-signal into enter-every-bar, and it flattered the backtest before we caught it. That bug is why PRIOR exists: a small open-source language for trading strategies where a whole class of backtest lies cannot be written.</description><pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate></item><item><title>We built a real-time market scanner in a weekend. Here is what fired on the S&amp;P 30.</title><link>https://autoquant.ai/blog/we-built-a-market-scanner-in-a-weekend/</link><guid isPermaLink="true">https://autoquant.ai/blog/we-built-a-market-scanner-in-a-weekend/</guid><description>AutoQuant v0.4.0 ships StratScanner, a scanner that watches a universe of stocks, fires the moment a condition is met, and hands you a backtestable strategy on the spot. On Saturday it flagged four names sitting at their lower Bollinger bands. We backtested one of them live.</description><pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate></item><item><title>The backtest killer nobody talks about: human leakage</title><link>https://autoquant.ai/blog/the-backtest-killer-nobody-talks-about-human-leakage/</link><guid isPermaLink="true">https://autoquant.ai/blog/the-backtest-killer-nobody-talks-about-human-leakage/</guid><description>Every retail trader learns about look-ahead bias, survivorship bias, and overfitting. There&apos;s one more bias that contaminates strategies passing every standard robustness check, and it lives in your head, not your code.</description><pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Why AutoQuant runs on your machine</title><link>https://autoquant.ai/blog/why-autoquant-runs-on-your-machine/</link><guid isPermaLink="true">https://autoquant.ai/blog/why-autoquant-runs-on-your-machine/</guid><description>AutoQuant is a desktop app, not a cloud platform. Your strategies live on your disk, your backtests run on your CPU, your AI Loop calls hit your API keys directly. Here&apos;s what local-first means in practice.</description><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate></item></channel></rss>