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:
11
mtf_bb_policy.json
Normal file
11
mtf_bb_policy.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"buy_interval": 60,
|
||||
"sell_interval": 60,
|
||||
"buy_confirm_intervals": [
|
||||
1440
|
||||
],
|
||||
"sell_confirm_intervals": [
|
||||
1440
|
||||
],
|
||||
"name": "auto_60분_buy_60분_sell"
|
||||
}
|
||||
Reference in New Issue
Block a user