Skip to content

Instantly share code, notes, and snippets.

View malvin418-lang's full-sized avatar

malvin418-lang

View GitHub Profile
@malvin418-lang
malvin418-lang / china_hk_screener_backtest.html
Created May 9, 2026 00:08
China/HK AI Screener — CEO Backtest Report
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>China/HK AI Screener — Backtest Report</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0F172A; color: #E2E8F0; }