전 봉 BB·일목 조합 분석 및 simulation 단일 실행으로 통합

9개 간격(1~1440분) BB·일목 위치 특징을 3분 타임라인에 맞춰 분석하고,
discover로 매수·매도 규칙을 찾은 뒤 HTML 차트에 해당 체결만 표시한다.
simulation_1h.py를 simulation.py로 변경했으며, 파라미터 없이 실행하면
analyze→discover→차트가 한 번에 수행된다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-05-29 01:20:36 +09:00
parent 7d53090034
commit e218a8ea32
15 changed files with 1510 additions and 803 deletions

View File

@@ -1,22 +1,19 @@
{
"name": "discovered_best",
"buy_all": [
"m3:bb_pos_low",
"m3:shooting_star",
"m15:inside_band",
"m3:inside_band",
"m3:hammer"
"m240:above_upper",
"m3:bb_zone_bottom"
],
"buy_any": [],
"sell_all": [
"m3:cross_up_upper",
"m3:bearish",
"m10:cross_up_upper",
"m30:bb_pos_high"
"m3:ichi_above_cloud",
"m3:ichi_cloud_bull",
"m3:ichi_tk_cross_up"
],
"sell_stop": [],
"train_return_pct": 1.9043499145753595,
"test_return_pct": 0.6201861088011792,
"full_return_pct": 2.524536023376539,
"trade_count": 9
"train_return_pct": 2.9835000000000003,
"test_return_pct": 1.45272321428571,
"full_return_pct": 4.43622321428571,
"trade_count": 3
}