auto: 일일 백업 2026-06-17 02:00
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -83,7 +83,8 @@ Stock agent skills (`agents/stock/workspace/skills/`):
|
||||
## Scripts
|
||||
|
||||
Main workspace (`workspace/scripts/`), run with `python3`:
|
||||
- `briefing_mail.py` — Gmail/Calendar/YouTube 뉴스 브리핑 composer (네이버 지수 KOSPI/KOSDAQ/나스닥 조회 포함, 월요일 오전엔 stock agent의 `ipo_calendar_sync.py` 호출)
|
||||
- `briefing_mail.py` — Gmail/Calendar/YouTube 뉴스 브리핑 composer (네이버 지수 KOSPI/KOSDAQ/나스닥 조회 포함, 월요일 오전엔 stock agent의 `ipo_calendar_sync.py` 호출). **오전 브리핑은 `us_market_digest`를 import해 상단에 🇺🇸 미국증시 요약 카드 삽입**. `prepare morning [--final]`이 `us_market` 블록(available_today·recap_expected_today·video·transcript)과 `us_send_directive`(proceed/wait)를 산출 — 영상 게시됐으면 proceed, KST 화~토 게시예정일인데 미게시면 wait(07:55 스킵→08:30 재시도), 주말/`--final`은 proceed. cron이 directive==wait면 발송 보류. compose가 `us_market_summary`(LLM 작성 평문) 있을 때만 카드 렌더
|
||||
- `us_market_digest.py` — 오선의 미국 증시 라이브(@futuresnow, channel `UC_JJ_NhRqPKcIOj5Ko3W_3w`) '오늘의 요약' 최신 영상 감지+자막. `get_us_summary()`: 채널 영상 페이지 `lockupViewModel` 스크랩(RSS 피드는 IP 404 잦아 미사용)으로 최신 '오늘의 요약' 영상 찾고, watch 페이지 `publishDate`(절대시각 PT→KST 변환)로 오늘 게시여부 판정(제목 날짜는 미국 세션일이라 신뢰X). 미국장 마감 후 매일 07:20~08:30 KST 게시. CLI: `python3 us_market_digest.py {latest|transcript}`
|
||||
|
||||
Stock agent (`agents/stock/workspace/scripts/`), run with `python3`:
|
||||
- `kiwoom_client.py` — 키움 REST API 조회 전용 클라이언트 (본인 2계좌 일반/ISA + 가희 2계좌 가희_일반/가희_ISA, 토큰 캐싱, 주문 함수 없음). CLI: `token | summary | balance | positions | quote | resolve | refresh-codes | journal`
|
||||
@@ -126,7 +127,8 @@ OpenClaw 자동화는 두 갈래로 동작한다 (모두 Asia/Seoul):
|
||||
|
||||
### Cron (`cron/jobs.json`, OpenClaw 에이전트 세션 — LLM 경유)
|
||||
|
||||
- **오전 브리핑** (main) — Daily 07:00 — 뉴스 브리핑 메일
|
||||
- **오전 브리핑** (main) — Daily 07:55 — 뉴스 브리핑 메일 + 🇺🇸 미국증시 요약(@futuresnow). 영상이 07:55에 아직 미게시면(KST 화~토 게시예정일) 발송 보류
|
||||
- **오전 브리핑 (fallback 0830)** (main) — Daily 08:30 — 07:55에 미국증시 요약 미게시로 보류된 경우 보완 발송(`prepare morning --final`). `already_sent` 가드로 idempotent — 07:55에 정상 발송됐으면 스킵
|
||||
- **오후 브리핑** (main) — Daily 19:00 — 뉴스 브리핑 메일
|
||||
- **비하이브 종목분석 요약** (stock) — Weekdays 07/12/18시
|
||||
- **월간 결산** (budget) — 매월 1일 05:00 — 자산 변동 메일 + 골디 텔레그램
|
||||
|
||||
@@ -36,7 +36,7 @@ LLM이 자막 요약·뉴스 평문 생성·결산 보고서 등 본문을 만
|
||||
|
||||
| 작업 | 진입점 (사람이 시키는 한 마디) | 트리거 |
|
||||
|---|---|---|
|
||||
| **오전 브리핑** (main/클로) | "오전 브리핑 메일 보내줘" → cron payload의 step 그대로 실행 | OpenClaw cron `56d66b54` (매일 07:00) |
|
||||
| **오전 브리핑** (main/클로) | "오전 브리핑 메일 보내줘" → cron payload의 step 그대로 실행 (미국증시 요약 포함) | OpenClaw cron `56d66b54` (매일 07:55) + fallback `b3f1c2d4...0830` (매일 08:30, US 미게시 보완) |
|
||||
| **오후 브리핑** (main/클로) | "오후 브리핑 메일 보내줘" → cron payload의 step 그대로 실행 | OpenClaw cron `9d2c105f` (매일 19:00) |
|
||||
| **비하이브 종목분석 요약** (stock/레이) | "비하이브 신규 영상 점검해줘" → cron payload의 step 그대로 실행 | OpenClaw cron `747e1013` (평일 07/12/18시) |
|
||||
| **월간 결산** (budget/골디) | "월간 결산 돌려줘" → cron payload의 step 그대로 실행 | OpenClaw cron `08e9a978` (매월 1일 05:00) |
|
||||
|
||||
@@ -4298,7 +4298,7 @@ details.row + .section-label { margin-top: 14px; padding-top: 24px; border-top-c
|
||||
.btn-tag-quick.active { color: #ff6b78; background: rgba(255,77,94,0.14); border-color: rgba(255,77,94,0.50); }
|
||||
.btn-tag-quick.active:hover { background: rgba(255,77,94,0.22); }
|
||||
.badge.watching { background: #1a1e2a; color: #7a8090; }
|
||||
.badge.held { background: #2a1820; color: #ff8a96; border: 1px solid rgba(255,77,94,0.3); font-size: 8px; padding: 1px 5px; }
|
||||
.badge.held { background: #2a1820; color: #ff8a96; border: 1px solid rgba(255,77,94,0.3); font-size: 10px; padding: 2px 7px; }
|
||||
.badge.pending-buy { background: #2a1822; color: #ff9fb3; border: 1px solid rgba(255,140,170,0.32); font-weight: 600; padding: 2px 6px; letter-spacing: 0; }
|
||||
.badge.pending-sell { background: #182030; color: #7fb8ff; border: 1px solid rgba(122,180,255,0.32); font-weight: 600; padding: 2px 6px; letter-spacing: 0; }
|
||||
dl.pending-detail { margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(255,255,255,0.08); grid-template-columns: 92px minmax(0, 1fr); }
|
||||
|
||||
@@ -32,3 +32,5 @@
|
||||
{"date": "2026-06-12", "market": "KOSPI", "market_label": "코스피", "rise": 756, "upper": 3, "fall": 144, "lower": 0, "steady": 18, "adr": 527.08, "personal": -43174, "foreign": 22041, "institutional": 22870, "captured_at": "2026-06-12T21:00:03.422609+09:00"}
|
||||
{"date": "2026-06-15", "market": "KOSDAQ", "market_label": "코스닥", "rise": 1010, "upper": 10, "fall": 662, "lower": 0, "steady": 62, "adr": 154.08, "personal": 6162, "foreign": -8164, "institutional": 2166, "captured_at": "2026-06-15T21:00:02.416077+09:00"}
|
||||
{"date": "2026-06-15", "market": "KOSPI", "market_label": "코스피", "rise": 676, "upper": 3, "fall": 207, "lower": 0, "steady": 35, "adr": 328.02, "personal": -15124, "foreign": 10774, "institutional": 4462, "captured_at": "2026-06-15T21:00:02.416077+09:00"}
|
||||
{"date": "2026-06-16", "market": "KOSDAQ", "market_label": "코스닥", "rise": 764, "upper": 6, "fall": 896, "lower": 1, "steady": 76, "adr": 85.84, "personal": 7907, "foreign": -3095, "institutional": -4630, "captured_at": "2026-06-16T21:00:02.050758+09:00"}
|
||||
{"date": "2026-06-16", "market": "KOSPI", "market_label": "코스피", "rise": 519, "upper": 5, "fall": 360, "lower": 0, "steady": 38, "adr": 145.56, "personal": -21841, "foreign": 15353, "institutional": 7076, "captured_at": "2026-06-16T21:00:02.050758+09:00"}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.943184+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.412457+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.569777+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.943289+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.447378+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.605764+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944222+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.530149+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.689302+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944232+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.531539+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.690702+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944241+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.532931+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.692105+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944251+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.534341+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.693523+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944261+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.535739+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.694944+09:00"
|
||||
}
|
||||
@@ -31,5 +31,5 @@
|
||||
"max_drawdown": 0.005230139292375102,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944270+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.537205+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.696441+09:00"
|
||||
}
|
||||
@@ -31,5 +31,5 @@
|
||||
"max_drawdown": 0.0059876134567287895,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944280+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.538662+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.697922+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944290+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.540081+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.699344+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.944300+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.541467+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.700759+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582443+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.542864+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.702169+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.943299+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.449370+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.607723+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582452+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.544351+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.703675+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582461+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.545810+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.705156+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582469+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.547272+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.706631+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582478+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.548693+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.708069+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582490+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.550146+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.709550+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582499+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.551629+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.711038+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582507+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.553089+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.712518+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582515+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.554489+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.713931+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582546+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.555883+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.715340+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582554+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.557273+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.716759+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.943310+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.451260+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.609645+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582561+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.558664+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.718159+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582647+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.560144+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.719647+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582670+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.561542+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.721062+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582678+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.563006+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.722551+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582685+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.564489+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.724045+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582693+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.565944+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.725472+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582701+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.567403+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.726983+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582708+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.568893+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.728486+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582717+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.570288+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.729891+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582725+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.571694+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.731310+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582733+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.573088+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.732721+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582740+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.574580+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.734232+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582748+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.575982+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.735641+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582755+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.577390+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.737050+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582763+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.578785+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.738463+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582771+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.580261+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.739962+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582779+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.581734+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.741437+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582787+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.583177+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.742912+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582795+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.584647+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.744403+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582803+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.586091+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.745877+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582811+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.587559+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.747373+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582819+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.588946+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.748786+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582826+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.590336+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.750195+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582834+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.591797+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.751681+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582841+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.593253+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.753151+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582849+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.594710+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.754622+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582857+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.596176+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.756123+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582864+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.597631+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.757610+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582872+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.599107+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.759096+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582879+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.600506+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.760501+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582887+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.601898+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.761910+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582894+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.603297+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.763310+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582902+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.604700+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.764723+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582910+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.606123+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.766154+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582918+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.607522+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.767555+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582926+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.608911+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.768960+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.582933+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.610335+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.770401+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583136+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.611793+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.771865+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583144+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.613263+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.773356+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583184+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.614676+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.774783+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583191+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.616117+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.776229+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583198+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.617568+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.777687+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583205+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.619041+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.779183+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583212+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.620490+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.780654+09:00"
|
||||
}
|
||||
@@ -31,5 +31,5 @@
|
||||
"max_drawdown": 0.009821865591495171,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-11T09:00:01.943203+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.427981+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.585724+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583220+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.621988+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.782162+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583227+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.623391+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.783573+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583234+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.624797+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.784981+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583241+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.626291+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.786467+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583249+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.627765+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.787934+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583273+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.629218+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.789401+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583281+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.630696+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.790891+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583289+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.632104+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.792307+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583297+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.633501+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.793713+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583304+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.634895+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.795119+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583311+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.636294+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.796541+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583318+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.637718+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.797969+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583325+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.639118+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.799378+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583333+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.640597+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.800874+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583340+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.642060+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.802358+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583347+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.643465+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.803776+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583354+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.644872+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.805196+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:40:00.621011+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.652641+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.867126+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583395+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.654281+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.869127+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:40:00.621028+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.655901+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.871035+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583435+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.657551+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.872898+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:40:00.621044+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.659240+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.874751+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583473+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.660844+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.876535+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:40:00.621059+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.662439+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.878306+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:55:00.583512+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.664057+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.880075+09:00"
|
||||
}
|
||||
@@ -9,5 +9,5 @@
|
||||
"max_drawdown": 0.0,
|
||||
"last_exit": {},
|
||||
"created_at": "2026-06-15T14:40:00.621073+09:00",
|
||||
"updated_at": "2026-06-16T14:30:01.665695+09:00"
|
||||
"updated_at": "2026-06-16T15:25:01.881714+09:00"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user