<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>量化交易 on Lynx Tech Blog</title><link>https://blog.lynxflow.co/en/tags/%E9%87%8F%E5%8C%96%E4%BA%A4%E6%98%93/</link><description>Recent content in 量化交易 on Lynx Tech Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 06 Sep 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://blog.lynxflow.co/en/tags/%E9%87%8F%E5%8C%96%E4%BA%A4%E6%98%93/index.xml" rel="self" type="application/rss+xml"/><item><title>I Ran the Retail-Trader Hunt on the Data: Zero Survivors, but a Real Edge Exists — It Just Lives in the Machines</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-trader-hunt-empirical/</link><pubDate>Sun, 06 Sep 2026 10:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-trader-hunt-empirical/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-trader-hunt-empirical.png" alt="Featured image of post I Ran the Retail-Trader Hunt on the Data: Zero Survivors, but a Real Edge Exists — It Just Lives in the Machines" /&gt; My previous post ended with &amp;ldquo;didn&amp;rsquo;t find that retail trader, probably never will.&amp;rdquo; This one is what happened when I actually ran the data: zero survivors. But the sentence more valuable than &amp;ldquo;didn&amp;rsquo;t find one&amp;rdquo; is this — the data does contain a statistically-significant trading edge, but it lives entirely in multi-coin systematic strategies, and not a single one of them is &amp;ldquo;a human making directional calls on a few instruments.&amp;rdquo; Real edge exists, ju</description></item><item><title>LynxCrypto Hands-On: Speedrun pandas in 6 Steps with Real Crypto Data</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-pandas-6step/</link><pubDate>Sun, 06 Sep 2026 10:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-pandas-6step/</guid><description>You can&amp;rsquo;t do crypto quant without pandas. Your market data is a table, your indicators are columns, and backtest engines eat DataFrames with a time index — vectorbt, Freqtrade, the strategy classes in your strategy/ directory all consume exactly this data structure.
But most people learn pandas the wrong way: they chew through syntax books and memorize APIs, then still can&amp;rsquo;t handle a single candlestick afterward.
This post is the pandas crash course I put together for myself, and it</description></item><item><title>I Went Looking for a Retail Perpetual Futures Trader to Copy — Didn't Find One, and Probably Never Will</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-perp-trader-hunt/</link><pubDate>Sun, 06 Sep 2026 09:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-perp-trader-hunt/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-perp-trader-hunt.png" alt="Featured image of post I Went Looking for a Retail Perpetual Futures Trader to Copy — Didn't Find One, and Probably Never Will" /&gt; Let me start with the conclusion — also the most valuable sentence in this entire post: I looked, and I didn&amp;rsquo;t find one. Under the combined constraint of &amp;ldquo;public + independently verifiable + over 2 years + retail + perpetual futures + net profitable after funding,&amp;rdquo; not a single trader survived verification. All five candidates were rejected, zero survivors. But more important than &amp;ldquo;didn&amp;rsquo;t find one&amp;rdquo; is the second sentence: this question, under the bar I set, m</description></item><item><title>A Telegram Bot for Monitoring Crypto Technical Indicators: A Deep Dive into Every Open-Source Option</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-tgbot-selection/</link><pubDate>Sun, 06 Sep 2026 06:50:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-tgbot-selection/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-tgbot-selection-v2.png" alt="Featured image of post A Telegram Bot for Monitoring Crypto Technical Indicators: A Deep Dive into Every Open-Source Option" /&gt; This is the selection post for LynxCrypto. I originally planned to write my own monitoring bot, but before writing a single line I did a web-wide survey — and found mature off-the-shelf options that are better than what I was going to build. This post lays out all 20+ candidates and explains which one fits me, and why.
0. The Conclusion First (For Those Who Don&amp;rsquo;t Want the Long Read) For someone who knows Python, trades OKX perpetuals, and wants &amp;ldquo;indicator-triggered Telegram alerts +</description></item><item><title>MacdCross-4h Passes WFO Final Review: From Backtest Windfall to Earning a Spot in Paper Trading</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-wfo-verdict/</link><pubDate>Sun, 06 Sep 2026 05:42:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-wfo-verdict/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-wfo-verdict-v2.png" alt="Featured image of post MacdCross-4h Passes WFO Final Review: From Backtest Windfall to Earning a Spot in Paper Trading" /&gt; This is the empirical update for LynxCrypto. The previous tools post covered the methodology; this one is the complete record of actually running that methodology on a strategy: MacdCross-4h, the only survivor across 14 strategies x 4 timeframes, just passed the walk-forward final review and earned its ticket into paper trading.
1. Cold Water First: Why &amp;ldquo;Backtest +1072&amp;rdquo; Is Worthless Let&amp;rsquo;s align on a fact many people don&amp;rsquo;t want to accept: any &amp;ldquo;full-sample backtest w</description></item><item><title>LynxCrypto Tools Edition: From Setting Up the Environment to Professional-Grade Quant Researcher — My Roadmap and Every Tutorial</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-tools-roadmap/</link><pubDate>Sun, 06 Sep 2026 05:41:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-tools-roadmap/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-tools-roadmap-v2.png" alt="Featured image of post LynxCrypto Tools Edition: From Setting Up the Environment to Professional-Grade Quant Researcher — My Roadmap and Every Tutorial" /&gt; Three most valuable conclusions up front:
Nobody at a top quant firm uses TradingView for strategy research. Jane Street writes OCaml firm-wide; Two Sigma/Citadel use Python+Java+Spark; HFT is Python research + C++ execution. TradingView is only the &amp;ldquo;eyes&amp;rdquo; (charts + watchlist + alerts), not the &amp;ldquo;brain.&amp;rdquo; The right division of labor for a solo researcher: Jupyter+vectorbt as the brain (strategy discovery), a self-written engine or Freqtrade as the hands (trustworthy backte</description></item><item><title>LynxCrypto Kicks Off (Part 2): I Turned the Strategy Into Code, Then Falsified It Myself</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-part2-falsify/</link><pubDate>Sun, 06 Sep 2026 05:40:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-part2-falsify/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-part2-falsify-v2.png" alt="Featured image of post LynxCrypto Kicks Off (Part 2): I Turned the Strategy Into Code, Then Falsified It Myself" /&gt; Let me lead with the conclusion — the most valuable sentence in this entire post: using 180 days of real ZEC data, I proved that the &amp;ldquo;15-minute naive mean reversion&amp;rdquo; strategy I originally envisioned has a gross edge of roughly zero — not because risk management doesn&amp;rsquo;t work, but because fees and slippage take that tiny mean-reversion tendency and crush it straight into negative expectancy. This conclusion will save me more money than any &amp;ldquo;backtest moonshot&amp;rdquo; ever co</description></item><item><title>LynxCrypto Begins (Part 1): From a 200-Grid Martingale to Hunting for Real Alpha</title><link>https://blog.lynxflow.co/en/posts/lynxcrypto-from-grid-martingale-to-alpha-part-1/</link><pubDate>Sat, 05 Sep 2026 03:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/lynxcrypto-from-grid-martingale-to-alpha-part-1/</guid><description>&lt;img src="https://blog.lynxflow.co/images/lynxcrypto-from-grid-martingale-to-alpha-part-1.png" alt="Featured image of post LynxCrypto Begins (Part 1): From a 200-Grid Martingale to Hunting for Real Alpha" /&gt; This is the opening post of the LynxCrypto crypto quant trading series. Part 1 makes three things clear: what I actually went through yesterday, all the knowledge needed to build this system, and a development roadmap plus dev prompts you can put to work immediately. Part 2 will be the implementation.
1. Opening Bell: My Real Ledger Facts first, no sugarcoating.
Yesterday I opened a grid on ZECUSDT perpetuals — 200 grids, price range $800–2,000, with a Martingale position-adding variant. After</description></item></channel></rss>