Initial commit with 2026 World Cup Quant Platform core modules and CI/CD
This commit is contained in:
16
platform/web/app/kelly/page.tsx
Normal file
16
platform/web/app/kelly/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import { BetSizingSlider } from '@/components/BetSizingSlider';
|
||||
|
||||
export default function KellyPage() {
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<h2 className="dot-matrix text-2xl text-[#7d2a15]">凱利準則(Kelly Criterion)與下注分配</h2>
|
||||
<section className="panel-glow rounded-2xl p-5">
|
||||
<p className="text-sm text-[#7a5b46]">
|
||||
以「凱利準則」為核心,以市場期望值為主動態資金控管;系統同時支援分數凱利(0.25x、0.5x、0.75x)
|
||||
與風險容忍度調節,讓你不只知道該下、還知道「下多少」。
|
||||
</p>
|
||||
</section>
|
||||
<BetSizingSlider />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user