<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Crypto on KimchiBot</title>
    <link>https://kimchibot.com/tags/crypto/</link>
    <description>Recent content in Crypto on KimchiBot</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 08 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://kimchibot.com/tags/crypto/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Build a Crypto Trading Bot with Python: Step-by-Step Guide</title>
      <link>https://kimchibot.com/posts/how-to-build-a-crypto-trading-bot-with-python-step-by-step/</link>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/how-to-build-a-crypto-trading-bot-with-python-step-by-step/</guid>
      <description>A complete beginner&amp;rsquo;s guide to building a crypto trading bot with Python and ccxt. From zero to a working bot on Binance Futures.</description>
    </item>
    <item>
      <title>I Tortured Claude Code Into Building Me a Trading Bot — Here&#39;s What Happened</title>
      <link>https://kimchibot.com/posts/i-tortured-claude-code-into-building-me-a-trading-bot/</link>
      <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/i-tortured-claude-code-into-building-me-a-trading-bot/</guid>
      <description>A developer from Korea built 6 crypto trading bots using Claude Code. 4 failed. Here&amp;rsquo;s the honest story — and a guide so you can build one too.</description>
    </item>
    <item>
      <title>How to Avoid Overfitting in Trading Bots: A Practical Checklist</title>
      <link>https://kimchibot.com/posts/how-to-avoid-overfitting-in-trading-bots/</link>
      <pubDate>Mon, 06 Apr 2026 12:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/how-to-avoid-overfitting-in-trading-bots/</guid>
      <description>Overfitting is the #1 killer of trading bots. Here&amp;rsquo;s a practical checklist to detect and prevent it, based on real experience.</description>
    </item>
    <item>
      <title>Why Grid Bots Are a Beautiful Lie</title>
      <link>https://kimchibot.com/posts/why-grid-bots-are-a-beautiful-lie/</link>
      <pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/why-grid-bots-are-a-beautiful-lie/</guid>
      <description>Grid bots look perfect on paper. Buy low, sell high, automatically. Here&amp;rsquo;s why I killed mine after a week.</description>
    </item>
    <item>
      <title>The Backtest Looked Amazing. It Was Lying.</title>
      <link>https://kimchibot.com/posts/the-backtest-looked-amazing-it-was-lying/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/the-backtest-looked-amazing-it-was-lying/</guid>
      <description>My momentum bot showed incredible returns in backtests. Then I learned about overfitting — the hard way.</description>
    </item>
    <item>
      <title>10 Trading Bot Mistakes Every Beginner Makes (I Made All of Them)</title>
      <link>https://kimchibot.com/posts/trading-bot-mistakes-beginners-make/</link>
      <pubDate>Sat, 04 Apr 2026 12:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/trading-bot-mistakes-beginners-make/</guid>
      <description>I&amp;rsquo;ve built 6 trading bots and made every mistake possible. Here are the 10 most expensive ones so you don&amp;rsquo;t have to repeat them.</description>
    </item>
    <item>
      <title>Backtest vs Reality: Where Dreams Go to Die</title>
      <link>https://kimchibot.com/posts/backtest-vs-reality-where-dreams-die/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/backtest-vs-reality-where-dreams-die/</guid>
      <description>My bot showed +500U in backtests. Live trading showed +200U. Here&amp;rsquo;s every gap I found and how I closed them.</description>
    </item>
    <item>
      <title>Building a Trend Following Bot That Actually Works</title>
      <link>https://kimchibot.com/posts/building-a-trend-following-bot-that-actually-works/</link>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/building-a-trend-following-bot-that-actually-works/</guid>
      <description>After killing 4 bots, I built one that survived backtesting, dry runs, and live trading. Here&amp;rsquo;s the full breakdown.</description>
    </item>
    <item>
      <title>Stop Loss: The Most Important Feature You&#39;ll Get Wrong</title>
      <link>https://kimchibot.com/posts/stop-loss-the-most-important-feature-you-will-get-wrong/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/stop-loss-the-most-important-feature-you-will-get-wrong/</guid>
      <description>I went from market order SL to exchange-side STOP_LIMIT and it changed everything. Here&amp;rsquo;s every mistake along the way.</description>
    </item>
    <item>
      <title>How I Pick Coins for My Bot to Trade (Automatically)</title>
      <link>https://kimchibot.com/posts/how-i-pick-coins-for-my-bot-to-trade/</link>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/how-i-pick-coins-for-my-bot-to-trade/</guid>
      <description>My bot doesn&amp;rsquo;t trade the same coins forever. Every 3 hours, it picks the best ones automatically. Here&amp;rsquo;s the algorithm.</description>
    </item>
    <item>
      <title>Fair Value Gaps: The Strategy That Changed Everything</title>
      <link>https://kimchibot.com/posts/fair-value-gaps-the-strategy-that-changed-everything/</link>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/fair-value-gaps-the-strategy-that-changed-everything/</guid>
      <description>After trend-following, I built a completely different bot based on Fair Value Gaps. It passed a full year of out-of-sample testing.</description>
    </item>
    <item>
      <title>The Timezone Bug That Cost Me 9 Hours of Trades</title>
      <link>https://kimchibot.com/posts/the-timezone-bug-that-cost-me-9-hours-of-trades/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/the-timezone-bug-that-cost-me-9-hours-of-trades/</guid>
      <description>My bot was missing every trade for the first 9 hours of each day. The cause? Mixing UTC and KST in one line of code.</description>
    </item>
    <item>
      <title>Risk-Reward Ratio: The Only Number That Matters</title>
      <link>https://kimchibot.com/posts/risk-reward-ratio-the-only-number-that-matters/</link>
      <pubDate>Fri, 27 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/risk-reward-ratio-the-only-number-that-matters/</guid>
      <description>Forget win rate. A 35% win rate can make you rich. A 70% win rate can bankrupt you. Here&amp;rsquo;s the math.</description>
    </item>
    <item>
      <title>Why I Run Two Bots, Not One</title>
      <link>https://kimchibot.com/posts/why-i-run-two-bots-not-one/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/why-i-run-two-bots-not-one/</guid>
      <description>One bot follows trends. The other trades mean reversion. Together, they cover each other&amp;rsquo;s weaknesses.</description>
    </item>
    <item>
      <title>Surge Detection: Catching Explosive Moves Without Giving It All Back</title>
      <link>https://kimchibot.com/posts/surge-detection-catching-explosive-moves/</link>
      <pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/surge-detection-catching-explosive-moves/</guid>
      <description>When a trade moves +4% in the first 5 minutes, you need special handling. Here&amp;rsquo;s my surge detection system.</description>
    </item>
    <item>
      <title>Dry Run: The Step Everyone Skips</title>
      <link>https://kimchibot.com/posts/dry-run-the-step-everyone-skips/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/dry-run-the-step-everyone-skips/</guid>
      <description>Between backtest and live trading, there&amp;rsquo;s a step most people skip. It&amp;rsquo;s the step that catches the bugs that matter most.</description>
    </item>
    <item>
      <title>Leverage: The Double-Edged Sword (Why I Use 3x)</title>
      <link>https://kimchibot.com/posts/leverage-the-double-edged-sword/</link>
      <pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://kimchibot.com/posts/leverage-the-double-edged-sword/</guid>
      <description>Binance offers up to 125x leverage. I use 3x. Here&amp;rsquo;s the math behind that boring decision.</description>
    </item>
  </channel>
</rss>
