


[{"content":"","date":"6 June 2026","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","date":"6 June 2026","externalUrl":null,"permalink":"/","section":"KENSHIN.TRADING","summary":"","title":"KENSHIN.TRADING","type":"page"},{"content":"","date":"6 June 2026","externalUrl":null,"permalink":"/posts/","section":"Posts","summary":"","title":"Posts","type":"posts"},{"content":" Binance Ticker # BTCUSDT -- 24h Change -- 24h High -- 24h Low -- 24h Vol -- ⚠ Binance Ticker requires JavaScript for real-time data. TradingView Chart # ⚠ TradingView chart requires JavaScript. Code Highlight — Python # 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 def btc_long_entry(current_price: float, position_size: float): ENTRY_ZONE = (102000, 102500) STOP_LOSS = 100600 TAKE_PROFIT = [ (0.3, 105000), (0.3, 108000), (0.4, 112000), ] if ENTRY_ZONE[0] \u0026lt;= current_price \u0026lt;= ENTRY_ZONE[1]: return { \u0026#34;action\u0026#34;: \u0026#34;LONG\u0026#34;, \u0026#34;size\u0026#34;: position_size, \u0026#34;sl\u0026#34;: STOP_LOSS, \u0026#34;tp\u0026#34;: TAKE_PROFIT, } return {\u0026#34;action\u0026#34;: \u0026#34;WAIT\u0026#34;} Code Highlight — Go # 1 2 3 4 5 6 7 package main import \u0026#34;fmt\u0026#34; func main() { fmt.Println(\u0026#34;kenshin.trading\u0026#34;) } Code Highlight — Rust # 1 2 3 fn main() { println!(\u0026#34;kenshin.trading\u0026#34;); } KaTeX Math # Inline: $E = mc^2$\nBlock:\n$$ \\begin{aligned} E[\\text{Long}] \u0026amp;= 0.45 \\times (+4.8%) + 0.55 \\times (-1.4%) \\ \u0026amp;= +1.39% \\end{aligned} $$\nTable # Pair Price Change BTC/USDT 100,000 +2.5% ETH/USDT 5,000 -1.2% SOL/USDT 200 +0.8% ","date":"6 June 2026","externalUrl":null,"permalink":"/posts/2026-06-06-btc-breakout-plan/","section":"Posts","summary":"Binance Ticker # BTCUSDT -- 24h Change -- 24h High -- 24h Low -- 24h Vol -- ⚠ Binance Ticker requires JavaScript for real-time data. TradingView Chart # ⚠ TradingView chart requires JavaScript. Code Highlight — Python # 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 def btc_long_entry(current_price: float, position_size: float): ENTRY_ZONE = (102000, 102500) STOP_LOSS = 100600 TAKE_PROFIT = [ (0.3, 105000), (0.3, 108000), (0.4, 112000), ] if ENTRY_ZONE[0] \u003c= current_price \u003c= ENTRY_ZONE[1]: return { \"action\": \"LONG\", \"size\": position_size, \"sl\": STOP_LOSS, \"tp\": TAKE_PROFIT, } return {\"action\": \"WAIT\"} Code Highlight — Go # 1 2 3 4 5 6 7 package main import \"fmt\" func main() { fmt.Println(\"kenshin.trading\") } Code Highlight — Rust # 1 2 3 fn main() { println!(\"kenshin.trading\"); } KaTeX Math # Inline: $E = mc^2$\n","title":"Shortcode Test","type":"posts"},{"content":"","date":"6 June 2026","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"},{"content":"","date":"6 June 2026","externalUrl":null,"permalink":"/categories/test/","section":"Categories","summary":"","title":"Test","type":"categories"},{"content":"","date":"6 June 2026","externalUrl":null,"permalink":"/tags/test/","section":"Tags","summary":"","title":"Test","type":"tags"},{"content":" whoami # 1 2 $ whoami kenshin — quantitative trader, systems engineer, K-line purist. I trade BTC, ETH, and SOL futures on Binance. This is my raw, unfiltered trading log: pre-market plans, live execution notes, post-mortems, and the occasional strategy code drop.\nNo signals. No alpha groups. No shilling. Just charts, data, and math.\n交易哲学 # K线是一切的真理 — 价格行为优先于所有叙事 风险先行 — 每笔交易在入场前已知最大亏损 系统化执行 — 策略用代码写死，拒绝情绪化操作 持续迭代 — 每日复盘，每周策略回顾，每月回测验证 透明记录 — 盈亏如实记录，不做美化 Stack # Layer Stack Site Hugo + Blowfish + Cloudflare Pages Data Binance WebSocket (real-time) + REST (historical) Backtest Rust (performance) + Python (prototyping) Charts TradingView Embedded Widget Quant NumPy, SciPy, Polars, LightGBM Infra GitHub (private repo) → Cloudflare Pages CDN Contact # X (Twitter): @kenshin_trading GitHub: github.com/kenshin-trading Email: trader@kenshin.trading \u0026ldquo;The market is never wrong — opinions often are.\u0026rdquo; — Jesse Livermore\n","date":"6 June 2026","externalUrl":null,"permalink":"/about/","section":"KENSHIN.TRADING","summary":"whoami # 1 2 $ whoami kenshin — quantitative trader, systems engineer, K-line purist. I trade BTC, ETH, and SOL futures on Binance. This is my raw, unfiltered trading log: pre-market plans, live execution notes, post-mortems, and the occasional strategy code drop.\n","title":"~/about","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"}]