....
This commit is contained in:
@@ -671,7 +671,7 @@ $standardizedScores
|
||||
|
||||
// 바닥권 인정 마진 (ATR 기반)
|
||||
//B. 바닥권 판정 마진predictDropBottom currentAtr * 0.7 여유 마진 마진을 축소(currentAtr * 0.3)하여 예상 바닥에 더 근접해야 인정
|
||||
val bottomMargin = currentAtr * 0.5
|
||||
val bottomMargin = currentAtr * 0.6
|
||||
|
||||
// 저점 평균(smoothedBottom)도 마지노선 계산에 추가 가중치로 섞어줌으로써 저점에 더 밀착시킴
|
||||
val adjustedExtremeLow = (volatility.extremeLow + smoothedBottom) / 2.0
|
||||
|
||||
Reference in New Issue
Block a user