WLD 전용 BB MTF 전략 및 HTML 시뮬 최적화
- strategy.py, candle_features.py, rule_discovery.py로 다봉 BB·캔들 규칙 탐색 - simulation_1h.py: discover 명령, 기본 BB vs 탐색 규칙 자동 선택, Plotly Y축 줌 - mtf_bb.py, downloader/monitor 정리, 다코인 파일 제거 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
22
discovered_rules.json
Normal file
22
discovered_rules.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "discovered_best",
|
||||
"buy_all": [
|
||||
"m3:bb_pos_low",
|
||||
"m3:shooting_star",
|
||||
"m15:inside_band",
|
||||
"m3:inside_band",
|
||||
"m3:hammer"
|
||||
],
|
||||
"buy_any": [],
|
||||
"sell_all": [
|
||||
"m3:cross_up_upper",
|
||||
"m3:bearish",
|
||||
"m10:cross_up_upper",
|
||||
"m30:bb_pos_high"
|
||||
],
|
||||
"sell_stop": [],
|
||||
"train_return_pct": 1.9043499145753595,
|
||||
"test_return_pct": 0.6201861088011792,
|
||||
"full_return_pct": 2.524536023376539,
|
||||
"trade_count": 9
|
||||
}
|
||||
Reference in New Issue
Block a user