⏳ 載入新聞中...
○ OFF
--:--
Vol. MMXXVI
⚠ FOMC: 未設定  設定:資料自動存入 localStorage
完成進度0/0
RS Monitor
Macro Regime
Yield Curve
DXY Direction
Fed Stance
Inflation Exp.
Asset Signal Direction
🏛 Bond
💱 FX
🥇 Gold
🛢 Oil
₿ BTC

今日市場觀察

盤前展望 / Pre-Market 關鍵價位 & SMT 各盤段實況(Asia/LN/NY)

交易想法 & 明日計畫

Trade Ideas EOD 複盤 明日計畫 / Tomorrow

尚無歷史記錄

Weekly Trading Gantt

Bond → FX → Gold → Oil → BTC
點擊任意任務方塊可編輯內容,點擊「+」可新增任務,右鍵可刪除。修改後點「儲存佈局」。

Trade Log

0 trades
篩選
Total
0
Win Rate
Avg R
Cum. R
Expectancy
½ Kelly
Cum. PnL $
#日期資產方向TrendGradeConf.Type入場出場Risk%RP&L(R)PnL $狀態理由圖表操作
尚無記錄,點擊「+ 新增交易」
Performance Report
Equity Curve
Start: 0R MDD: —
Drawdown
日期格子顯示當日總 R,點擊查看明細
Monthly R
R Distribution
Setup Grade
Asset Performance
Style Analysis
Session Analysis
Streak & Summary

Setup 評分系統

ICT Kelly · Confluence Grader
⚙ 系統參數
勝率 Win Rate 42%
新手現實 25%← 你可能在這裡成熟 65%
盈虧比 R:R 1:2.0
每日交易筆數 2 筆
Kelly f*
Half Kelly
期望值/筆
🎯 ICT Confluence 評分
今日 Setup 牌力
Edge Score / 100
建議風險
vs Base
½ Kelly 基準
牌力對應表
快速分析
GEMINI MODEL
API Key 在 Settings 頁設定
資料:最近14天日誌 + 所有交易記錄
G

FICC Trading Coach — Powered by Gemini

你好!我是你的專屬 FICC 交易教練,由 Gemini AI 驅動。

我可以讀取你的 Daily Journal(最近14天)和 Trade Log(所有記錄),分析:交易模式、風控執行率、規則遵守、勝率與心理狀態。

⚡ 快速啟動(2步驟)
① Settings 填入 Gemini API Key → 免費取得
② 本機啟動(若遇到 CORS 錯誤):
cd ~/Downloads && python3 -m http.server 8080 瀏覽器開啟 http://localhost:8080/ficc_pro_v4.html

點擊左側快速分析按鈕,或直接輸入問題開始。
📊 當前市場數據
US 10Y Yield
US 2Y Yield
Yield Curve (2s10s)
DXY
Gold (XAU/USD)
Oil (WTI)
SPX / Risk Appetite
BTC
Fed Funds Rate
CPI / 通脹預期
重要事件 / 最近新聞
📝 Macro Framework(MD)
可自訂你的 Macro Regime 分析框架,AI 會依此分析
🌐 Gemini Auto Scan(Google Search 即時搜尋)
Gemini 自動搜尋金融新聞 + 即時市場數據,輸出 Macro Regime 判斷與 Risk-On/Off 0~10 評分
🤖 Macro Analysis
填入市場數據 → 選擇分析類型 → 點擊按鈕

選擇 Gemini:填入市場數據 → 分析
選擇 Perplexity:填入你的觀點 → AI 即時搜尋比對

需在 Settings 填入對應的 API Key

Economic Calendar

ForexFactory
↗ 開啟原網站
⟳ 載入中...

Risk Monitor

Open Trades
0
Total Risk Exposed
0%
單日上限 6%
Monthly P&L
Monthly Trades
0
上限 15/月
月度交易次數
Bond
0/2
FX
0/5
Gold
0/2
Oil
0/2
BTC/ETH
0/4
資金配置
Bond20%
FX30%
Gold10%
Oil10%
BTC/ETH30%

Settings

🎨 介面設定
字體大小
13px
強調色
🤖 Gemini API Key
Gemini API Key
Gemini Proxy URL
Cloudflare Worker URL,解決 CORS 問題
▶ 如何設定 Cloudflare Worker(免費,5分鐘)
1. 前往 workers.cloudflare.com 免費註冊
2. 建立新 Worker,貼上下方程式碼
3. 部署後把 Worker URL 填入上方欄位

export default { async fetch(request) { if (request.method === 'OPTIONS') { return new Response(null, { headers: corsHeaders() }); } const body = await request.json(); const { model, contents, generationConfig } = body; const apiKey = body.apiKey; const url = `https://generativelanguage.googleapis.com/v1beta/models/${model}:generateContent?key=${apiKey}`; const res = await fetch(url, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ contents, generationConfig }), }); const data = await res.json(); return new Response(JSON.stringify(data), { headers: { 'Content-Type': 'application/json', ...corsHeaders() }, }); } }; function corsHeaders() { return { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'POST, OPTIONS', 'Access-Control-Allow-Headers': 'Content-Type', }; }
取得免費 Key:aistudio.google.com/app/apikey
Gemini 1.5 Flash 每日免費 1500 次請求,足夠每日使用。
🔍 Perplexity API Key(Macro 即時搜尋)
Perplexity Key
取得免費額度($5 credit):perplexity.ai/settings/api → API → Generate
使用 sonar-pro 模型,內建即時網路搜尋,不需手動輸入市場數值。
🔌 Notion Integration
Notion Token
Notion Proxy URL
Cloudflare Worker(選填)
Parent Page ID
填入 Token 和 Parent Page ID 後,點「🚀 自動建立資料庫」
會在 Double R Trading Camp 頁面下自動建立 Trade Log 和 Daily Journal 兩個資料庫。
Token 取得:notion.so/my-integrations → 建立 Integration → 複製 secret_... 開頭的 Key
Page ID:URL 最後一串 32 位字元(e.g. 24127eeaeaf48198b855f6836cfc8da7)
☁️ GitHub Gist 雲端同步
將 Checklist 結構、Gantt 任務、Settings 存到 私人 GitHub Gist,換裝置/換瀏覽器自動恢復。
取得 Token:github.com → Settings → Developer settings → Personal access tokens → New token → 勾選 gist 權限
GitHub Token
Gist ID
🗄 Supabase 雲端同步
交易記錄、日誌、設定、Checklist、Gantt 存入 Supabase 雲端資料庫,換電腦立即恢復。
圖表截圖不上傳,繼續本地 / Notion 儲存。
設定步驟: supabase.com 免費建立專案 → ② SQL Editor 執行下方建表語法 → ③ 填入 URL 與 anon key
▶ 展開建表 SQL -- 使用者資料 create table profiles ( id uuid primary key references auth.users, username text, bio text, avatar_color text default '#f59e0b', updated_at timestamptz default now() ); -- Trade Ideas create table ideas ( id uuid primary key default gen_random_uuid(), user_id uuid references auth.users, asset text, direction text, timeframe text, entry text, tp text, sl text, title text, content text, created_at timestamptz default now() ); -- 留言 create table comments ( id uuid primary key default gen_random_uuid(), user_id uuid references auth.users, idea_id uuid references ideas on delete cascade, content text, created_at timestamptz default now() ); -- 月度績效 create table monthly_stats ( user_id uuid references auth.users, year_month text, trades_count int, win_rate float, avg_r float, total_pnl float, updated_at timestamptz default now(), primary key (user_id, year_month) ); -- 資料同步(新增 trades/journals 獨立欄位) create table ficc_sync ( key text primary key, trades jsonb, journals jsonb, value jsonb, updated_at timestamptz default now() ); -- 已有舊表請執行: -- alter table ficc_sync add column if not exists trades jsonb; -- alter table ficc_sync add column if not exists journals jsonb; -- RLS alter table profiles enable row level security; alter table ideas enable row level security; alter table comments enable row level security; alter table monthly_stats enable row level security; alter table ficc_sync enable row level security; create policy "public read" on profiles for select using (true); create policy "own write" on profiles for all using (auth.uid()=id); create policy "public read" on ideas for select using (true); create policy "own write" on ideas for all using (auth.uid()=user_id); create policy "public read" on comments for select using (true); create policy "own write" on comments for all using (auth.uid()=user_id); create policy "public read" on monthly_stats for select using (true); create policy "own write" on monthly_stats for all using (auth.uid()=user_id); create policy "own all" on ficc_sync for all using (key like '%'||auth.uid()::text||'%');
Supabase URL
Anon Key
🖼 圖表上傳(imgbb)
Trade Log 圖表透過 imgbb 免費圖床上傳,再由 Notion 抓取顯示。
取得免費 API Key:imgbb.com/signup 註冊後 → API → Add API key
imgbb API Key
📊 交易資產管理
自訂 Trade Log 的資產選單。拖曳可調整順序,點 ✕ 刪除,已使用的資產無法刪除。
💾 本地資料管理
所有資料存於 localStorage。圖片以 base64 儲存,建議定期推送至 Notion 備份。
📝 發布 Trade Idea
資產
方向
時框
入場區
TP
SL
標題
分析內文
圖表圖片 URL(TradingView 截圖連結)
載入中...
🏆 月度績效排行
📊 我的本月成績
筆數
勝率
Avg R
PnL $
USERNAME
BIO
頭像顏色
🌐 我的公開交易記錄